public interface SysMLPort extends Instance
The following features are supported:
RhapsodyPackage.getSysMLPort()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPortDirection()
Returns the value of the 'Port Direction' attribute.
|
Classifier |
getType()
Returns the value of the 'Type' reference.
|
boolean |
isReversed()
Returns the value of the 'Is Reversed' attribute.
|
void |
setIsReversed(boolean value)
Sets the value of the '
Is Reversed ' attribute. |
void |
setPortDirection(java.lang.String value)
Sets the value of the '
Port Direction ' attribute. |
void |
setType(Classifier value)
Sets the value of the '
Type ' reference. |
getAttributeValues, getInitializerArguments, getInLinks, getInstantiatedBy, getOutLinks, setInstantiatedBy
getAssociationClass, getInverse, getMultiplicity, getObjectAsObjectType, getOfClass, getOtherClass, getQualifier, getQualifierType, getRelationLabel, getRelationLinkName, getRelationRoleName, getRelationType, getVisibility, isNavigable, isSymmetric, isTypelessObject, setAssociationClass, setInverse, setIsNavigable, setIsSymmetric, setIsTypelessObject, setMultiplicity, setObjectAsObjectType, setOfClass, setOtherClass, setQualifier, setQualifierType, setRelationLabel, setRelationLinkName, setRelationRoleName, setRelationType, setVisibility
getCMHeader, getCurrentDirectory, getFilename, getLanguage, getLastModifiedTime, getStructureDiagrams, isIncludeInNextLoad, isReadOnly, isReferenceUnit, isSeparateSaveUnit, isStub, setCMHeader, setCurrentDirectory, setFilename, setIncludeInNextLoad, setIsReadOnly, setIsReferenceUnit, setIsSeparateSaveUnit, setIsStub, setLanguage, setLastModifiedTime
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
boolean isReversed()
setIsReversed(boolean)
,
RhapsodyPackage.getSysMLPort_IsReversed()
void setIsReversed(boolean value)
Is Reversed
' attribute.
value
- the new value of the 'Is Reversed' attribute.isReversed()
java.lang.String getPortDirection()
""
.
setPortDirection(String)
,
RhapsodyPackage.getSysMLPort_PortDirection()
void setPortDirection(java.lang.String value)
Port Direction
' attribute.
value
- the new value of the 'Port Direction' attribute.getPortDirection()
Classifier getType()
setType(Classifier)
,
RhapsodyPackage.getSysMLPort_Type()
void setType(Classifier value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()