| Constructor and Description | 
|---|
WebTierBinding()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
Returns the name of this WebTierBinding object 
 | 
Domain | 
getParent()
Returns the object that contains this entity 
 | 
String | 
getVariableValue(String key)
Returns the variable value assigned to the specified key. 
 | 
WebTier | 
getWebTierRef()
Returns the WebTier object this WebTierBinding refers to 
 | 
WebTierBinding | 
setName(String name)
Sets the name of this WebTierBinding object 
 | 
WebTierBinding | 
setParent(Domain containerDomain)
Sets the container object that contains this. 
 | 
WebTierBinding | 
setWebTierRef(WebTier webTierRef)
Set the WebTier object this WebTierBinding refers to 
 | 
String | 
substitute(String text)
Replaces substitution keys in the specified text with their corresponding values. 
 | 
String | 
toCompactString()
Returns a compact string representation of the object in JSON format. 
 | 
String | 
toString()
Returns a string representation of the object in JSON format. 
 | 
String | 
toXmlCompactString()
Returns a compact string representation of the object in XML format. 
 | 
String | 
toXmlString()
Returns a string representation of the object in XML format. 
 | 
public WebTier getWebTierRef()
public WebTierBinding setWebTierRef(WebTier webTierRef)
webTierRef - reference to the WebTier object this binding refers to.public String getName()
public WebTierBinding setName(String name)
name - name to set for this WebTierBindingpublic Domain getParent()
getParent in interface oracle.fmwplatform.envspec.common.ContainerAware<Domain>public WebTierBinding setParent(Domain containerDomain) throws IllegalArgumentException
setParent in interface oracle.fmwplatform.envspec.common.ContainerAware<Domain>containerDomain - Domain object to set as the parent of this WebTierObjectIllegalArgumentExceptionpublic String getVariableValue(String key)
getVariableValue in interface oracle.fmwplatform.envspec.common.Substitutablekey - the key of the variable to be checkedpublic String substitute(String text)
substitute in interface oracle.fmwplatform.envspec.common.Substitutabletext - the original textpublic String toXmlCompactString()
public String toXmlString()
public String toCompactString()