com.ibm.bpe.api
Interface BranchTemplateData
-
- All Superinterfaces:
- java.io.Serializable
public interface BranchTemplateData extends java.io.SerializableAccesses the properties of a branch that follows a switch activity.- Since:
- 6.2
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCOPYRIGHT
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetCondition()Returns the XPATH condition that is associated with the branch.
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-