public class ToFrom extends BpelObject
ATTR_LINENO
Constructor and Description |
---|
ToFrom(org.w3c.dom.Element el) |
Modifier and Type | Method and Description |
---|---|
Expression |
getAsExpression() |
ExtensionVal |
getAsExtensionVal()
Cast this tofrom to an "extension" to/from.
|
PartnerLinkVal |
getAsPartnerLinkVal() |
PropertyVal |
getAsPropertyVal() |
VariableVal |
getAsVariableVal() |
boolean |
isExtensionVal()
Test whether this to/from is an "extension" to-from (i.e.
|
boolean |
isPartnerLinkVal() |
boolean |
isPropertyVal() |
boolean |
isVariableVal() |
createBpelObject, getAttribute, getAttribute, getAttribute, getAttribute, getChildren, getChildren, getChildren, getColumnNo, getElement, getExtensibilityElement, getExtensibilityElements, getFirstChild, getFirstChild, getFirstExtensibilityElementElement, getLineNo, getNamespaceContext, getPath, getTextValue, getType, getURI, is11, is20Draft, isAttributeSet, rewriteTargetNS, setURI, toString
public VariableVal getAsVariableVal()
public ExtensionVal getAsExtensionVal()
ExtensionVal
if appropriate, null otherwise.public boolean isExtensionVal()
public boolean isVariableVal()
public PartnerLinkVal getAsPartnerLinkVal()
public boolean isPartnerLinkVal()
public boolean isPropertyVal()
public PropertyVal getAsPropertyVal()
public Expression getAsExpression()