| 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 XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML 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 - to reference from this objectpublic String getName()
public WebTierBinding setName(String name)
name - of objectpublic Domain getParent()
getParent in interface oracle.fmwplatform.envspec.common.ContainerAware<Domain>public WebTierBinding setParent(Domain containerDomain)
setParent in interface oracle.fmwplatform.envspec.common.ContainerAware<Domain>containerDomain - the parent container domainpublic 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 toJsonCompactString()
public String toJsonString()
public String toCompactString()