Method Summary |
|
public com.metaboss.sdlctools.models.metabossmodel.ModelElementConstraint | findInputConstraint(java.lang.String pConstraintName) Looks for the input Constraint with the given name in this Operation. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.OperationInputField | findInputField(java.lang.String pFieldName) Looks for the Input Field with the given name in this Operation. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.OperationOutputField | findOutputField(java.lang.String pFieldName) |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.OperationOutputMessage | findOutputMessage(java.lang.String pMessageName) |
public java.util.Collection | getCombinedTypes() Returns list of DataTypes, Structures and Messages used in the operation. |
public com.metaboss.sdlctools.models.metabossmodel.ModelElementConstraint | getInputConstraint(java.lang.String pConstraintName) Looks for the input Constraint with the given name in this Operation. |
public java.util.List | getInputConstraints() Returns the value of reference inputConstraints. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.OperationInputField | getInputField(java.lang.String pFieldName) |
public java.util.List | getInputFields() Returns the value of reference inputFields. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.OperationOutputField | getOutputField(java.lang.String pFieldName) |
public java.util.List | getOutputFields() Returns the value of reference outputFields. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.OperationOutputMessage | getOutputMessage(java.lang.String pMessageName) |
public java.util.List | getOutputMessages() Returns the value of reference outputMessages. |