public interface BaselineInfo extends DoorsElement
The following features are supported:
DoorsPackage.getBaselineInfo()
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy()
Returns the value of the 'Created By' attribute.
|
String |
getCreatedOn()
Returns the value of the 'Created On' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
int |
getMajor()
Returns the value of the 'Major' attribute.
|
int |
getMinor()
Returns the value of the 'Minor' attribute.
|
String |
getSuffix()
Returns the value of the 'Suffix' attribute.
|
String |
getVersionID()
Returns the value of the 'Version ID' attribute.
|
void |
setCreatedBy(String value)
Sets the value of the '
Created By ' attribute. |
void |
setCreatedOn(String value)
Sets the value of the '
Created On ' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setMajor(int value)
Sets the value of the '
Major ' attribute. |
void |
setMinor(int value)
Sets the value of the '
Minor ' attribute. |
void |
setSuffix(String value)
Sets the value of the '
Suffix ' attribute. |
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
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
String getVersionID()
""
.
DoorsPackage.getBaselineInfo_VersionID()
int getMajor()
setMajor(int)
,
DoorsPackage.getBaselineInfo_Major()
void setMajor(int value)
Major
' attribute.
value
- the new value of the 'Major' attribute.getMajor()
int getMinor()
setMinor(int)
,
DoorsPackage.getBaselineInfo_Minor()
void setMinor(int value)
Minor
' attribute.
value
- the new value of the 'Minor' attribute.getMinor()
String getSuffix()
""
.
setSuffix(String)
,
DoorsPackage.getBaselineInfo_Suffix()
void setSuffix(String value)
Suffix
' attribute.
value
- the new value of the 'Suffix' attribute.getSuffix()
String getDescription()
""
.
setDescription(String)
,
DoorsPackage.getBaselineInfo_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
String getCreatedBy()
""
.
setCreatedBy(String)
,
DoorsPackage.getBaselineInfo_CreatedBy()
void setCreatedBy(String value)
Created By
' attribute.
value
- the new value of the 'Created By' attribute.getCreatedBy()
String getCreatedOn()
""
.
setCreatedOn(String)
,
DoorsPackage.getBaselineInfo_CreatedOn()
void setCreatedOn(String value)
Created On
' attribute.
value
- the new value of the 'Created On' attribute.getCreatedOn()