public interface Unit extends ModelElement
The following features are supported:
RhapsodyPackage.getUnit()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCMHeader()
Returns the value of the 'CM Header' attribute.
|
java.lang.String |
getCurrentDirectory()
Returns the value of the 'Current Directory' attribute.
|
java.lang.String |
getFilename()
Returns the value of the 'Filename' attribute.
|
java.lang.String |
getLanguage()
Returns the value of the 'Language' attribute.
|
java.lang.String |
getLastModifiedTime()
Returns the value of the 'Last Modified Time' attribute.
|
com.sodius.mdw.core.model.emf.MDWEList |
getStructureDiagrams()
Returns the value of the 'Structure Diagrams' reference list.
|
boolean |
isIncludeInNextLoad()
Returns the value of the 'Include In Next Load' attribute.
|
boolean |
isReadOnly()
Returns the value of the 'Is Read Only' attribute.
|
boolean |
isReferenceUnit()
Returns the value of the 'Is Reference Unit' attribute.
|
boolean |
isSeparateSaveUnit()
Returns the value of the 'Is Separate Save Unit' attribute.
|
boolean |
isStub()
Returns the value of the 'Is Stub' attribute.
|
void |
setCMHeader(java.lang.String value)
Sets the value of the '
CM Header ' attribute. |
void |
setCurrentDirectory(java.lang.String value)
Sets the value of the '
Current Directory ' attribute. |
void |
setFilename(java.lang.String value)
Sets the value of the '
Filename ' attribute. |
void |
setIncludeInNextLoad(boolean value)
Sets the value of the '
Include In Next Load ' attribute. |
void |
setIsReadOnly(boolean value)
Sets the value of the '
Is Read Only ' attribute. |
void |
setIsReferenceUnit(boolean value)
Sets the value of the '
Is Reference Unit ' attribute. |
void |
setIsSeparateSaveUnit(boolean value)
Sets the value of the '
Is Separate Save Unit ' attribute. |
void |
setIsStub(boolean value)
Sets the value of the '
Is Stub ' attribute. |
void |
setLanguage(java.lang.String value)
Sets the value of the '
Language ' attribute. |
void |
setLastModifiedTime(java.lang.String value)
Sets the value of the '
Last Modified Time ' attribute. |
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
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
java.lang.String getCMHeader()
""
.
setCMHeader(String)
,
RhapsodyPackage.getUnit_CMHeader()
void setCMHeader(java.lang.String value)
CM Header
' attribute.
value
- the new value of the 'CM Header' attribute.getCMHeader()
java.lang.String getFilename()
""
.
setFilename(String)
,
RhapsodyPackage.getUnit_Filename()
void setFilename(java.lang.String value)
Filename
' attribute.
value
- the new value of the 'Filename' attribute.getFilename()
java.lang.String getCurrentDirectory()
""
.
setCurrentDirectory(String)
,
RhapsodyPackage.getUnit_CurrentDirectory()
void setCurrentDirectory(java.lang.String value)
Current Directory
' attribute.
value
- the new value of the 'Current Directory' attribute.getCurrentDirectory()
boolean isStub()
setIsStub(boolean)
,
RhapsodyPackage.getUnit_IsStub()
void setIsStub(boolean value)
Is Stub
' attribute.
value
- the new value of the 'Is Stub' attribute.isStub()
boolean isIncludeInNextLoad()
setIncludeInNextLoad(boolean)
,
RhapsodyPackage.getUnit_IncludeInNextLoad()
void setIncludeInNextLoad(boolean value)
Include In Next Load
' attribute.
value
- the new value of the 'Include In Next Load' attribute.isIncludeInNextLoad()
boolean isReadOnly()
setIsReadOnly(boolean)
,
RhapsodyPackage.getUnit_IsReadOnly()
void setIsReadOnly(boolean value)
Is Read Only
' attribute.
value
- the new value of the 'Is Read Only' attribute.isReadOnly()
boolean isSeparateSaveUnit()
setIsSeparateSaveUnit(boolean)
,
RhapsodyPackage.getUnit_IsSeparateSaveUnit()
void setIsSeparateSaveUnit(boolean value)
Is Separate Save Unit
' attribute.
value
- the new value of the 'Is Separate Save Unit' attribute.isSeparateSaveUnit()
java.lang.String getLanguage()
""
.
setLanguage(String)
,
RhapsodyPackage.getUnit_Language()
void setLanguage(java.lang.String value)
Language
' attribute.
value
- the new value of the 'Language' attribute.getLanguage()
java.lang.String getLastModifiedTime()
""
.
setLastModifiedTime(String)
,
RhapsodyPackage.getUnit_LastModifiedTime()
void setLastModifiedTime(java.lang.String value)
Last Modified Time
' attribute.
value
- the new value of the 'Last Modified Time' attribute.getLastModifiedTime()
boolean isReferenceUnit()
setIsReferenceUnit(boolean)
,
RhapsodyPackage.getUnit_IsReferenceUnit()
void setIsReferenceUnit(boolean value)
Is Reference Unit
' attribute.
value
- the new value of the 'Is Reference Unit' attribute.isReferenceUnit()
com.sodius.mdw.core.model.emf.MDWEList getStructureDiagrams()
StructureDiagram
.
RhapsodyPackage.getUnit_StructureDiagrams()