|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AbstractOperation object instance interface.
Method Summary | |
ModelElementConstraint |
findInputConstraint(java.lang.String pConstraintName)
Looks for the input Constraint with the given name in this Operation. |
OperationInputField |
findInputField(java.lang.String pFieldName)
Looks for the Input Field with the given name in this Operation. |
OperationOutputField |
findOutputField(java.lang.String pFieldName)
|
OperationOutputMessage |
findOutputMessage(java.lang.String pMessageName)
|
java.util.Collection |
getCombinedTypes()
Returns list of DataTypes, Structures and Messages used in the operation. |
ModelElementConstraint |
getInputConstraint(java.lang.String pConstraintName)
Looks for the input Constraint with the given name in this Operation. |
java.util.List |
getInputConstraints()
Returns the value of reference inputConstraints. |
OperationInputField |
getInputField(java.lang.String pFieldName)
|
java.util.List |
getInputFields()
Returns the value of reference inputFields. |
OperationOutputField |
getOutputField(java.lang.String pFieldName)
|
java.util.List |
getOutputFields()
Returns the value of reference outputFields. |
OperationOutputMessage |
getOutputMessage(java.lang.String pMessageName)
|
java.util.List |
getOutputMessages()
Returns the value of reference outputMessages. |
Methods inherited from interface com.metaboss.sdlctools.models.metabossmodel.ModelElement |
findAttachment, getAttachment, getAttachments, getCombinedContents, getContents, getDescription, getDiagramModelElements, getName, getOwnerIdentifier, getRef, getReferencedElements, getTags, isContainedWithin, isDerived, mayContain, mayContainWithin, setDescription, setName, setOwnerIdentifier |
Methods inherited from interface javax.jmi.reflect.RefObject |
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
public OperationInputField getInputField(java.lang.String pFieldName)
pFieldName
-
public OperationOutputField getOutputField(java.lang.String pFieldName)
pFieldName
-
public OperationOutputMessage getOutputMessage(java.lang.String pMessageName)
pMessageName
-
public OperationInputField findInputField(java.lang.String pFieldName)
pFieldName
-
public OperationOutputField findOutputField(java.lang.String pFieldName)
pFieldName
-
public OperationOutputMessage findOutputMessage(java.lang.String pMessageName)
pMessageName
-
public java.util.Collection getCombinedTypes()
public ModelElementConstraint findInputConstraint(java.lang.String pConstraintName)
pConstraintName
-
public ModelElementConstraint getInputConstraint(java.lang.String pConstraintName)
pConstraintName
-
public java.util.List getOutputMessages()
public java.util.List getInputConstraints()
public java.util.List getInputFields()
public java.util.List getOutputFields()
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |