Package com.sodius.mdw.metamodel.doors
Interface BaselineInfo
-
- All Superinterfaces:
Comparable<Object>
,DoorsElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
- All Known Subinterfaces:
Baseline
,BaselineSet
public interface BaselineInfo extends DoorsElement
A representation of the model object 'Baseline Info'.The following features are supported:
- See Also:
DoorsPackage.getBaselineInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
-
-
-
Method Detail
-
getVersionID
String getVersionID()
Returns the value of the 'Version ID' attribute. The default value is""
.- Returns:
- the value of the 'Version ID' attribute.
- See Also:
DoorsPackage.getBaselineInfo_VersionID()
-
getMajor
int getMajor()
Returns the value of the 'Major' attribute.- Returns:
- the value of the 'Major' attribute.
- See Also:
setMajor(int)
,DoorsPackage.getBaselineInfo_Major()
-
setMajor
void setMajor(int value)
Sets the value of the 'Major
' attribute.- Parameters:
value
- the new value of the 'Major' attribute.- See Also:
getMajor()
-
getMinor
int getMinor()
Returns the value of the 'Minor' attribute.- Returns:
- the value of the 'Minor' attribute.
- See Also:
setMinor(int)
,DoorsPackage.getBaselineInfo_Minor()
-
setMinor
void setMinor(int value)
Sets the value of the 'Minor
' attribute.- Parameters:
value
- the new value of the 'Minor' attribute.- See Also:
getMinor()
-
getSuffix
String getSuffix()
Returns the value of the 'Suffix' attribute. The default value is""
.- Returns:
- the value of the 'Suffix' attribute.
- See Also:
setSuffix(String)
,DoorsPackage.getBaselineInfo_Suffix()
-
setSuffix
void setSuffix(String value)
Sets the value of the 'Suffix
' attribute.- Parameters:
value
- the new value of the 'Suffix' attribute.- See Also:
getSuffix()
-
getDescription
String getDescription()
Returns the value of the 'Description' attribute. The default value is""
.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String)
,DoorsPackage.getBaselineInfo_Description()
-
setDescription
void setDescription(String value)
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
getDescription()
-
getCreatedBy
String getCreatedBy()
Returns the value of the 'Created By' attribute. The default value is""
.- Returns:
- the value of the 'Created By' attribute.
- See Also:
setCreatedBy(String)
,DoorsPackage.getBaselineInfo_CreatedBy()
-
setCreatedBy
void setCreatedBy(String value)
Sets the value of the 'Created By
' attribute.- Parameters:
value
- the new value of the 'Created By' attribute.- See Also:
getCreatedBy()
-
getCreatedOn
String getCreatedOn()
Returns the value of the 'Created On' attribute. The default value is""
.- Returns:
- the value of the 'Created On' attribute.
- See Also:
setCreatedOn(String)
,DoorsPackage.getBaselineInfo_CreatedOn()
-
setCreatedOn
void setCreatedOn(String value)
Sets the value of the 'Created On
' attribute.- Parameters:
value
- the new value of the 'Created On' attribute.- See Also:
getCreatedOn()
-
-