Package com.sodius.mdw.metamodel.doors
Interface Object
-
- All Superinterfaces:
AttributedElement
,Comparable<Object>
,DiscussionContainer
,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
,SituatedElement
public interface Object extends AttributedElement, SituatedElement, DiscussionContainer
A representation of the model object 'Object'.The following features are supported:
- See Also:
DoorsPackage.getObject()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAbsoluteNumber()
Returns the value of the 'Absolute Number' attribute.MDWEList<Object>
getAllObjects()
Returns the value of the 'All Objects' reference list.CellStyle
getCellstyle()
Returns the value of the 'Cellstyle' containment reference.CreatedThruKind
getCreatedThru()
Returns the value of the 'Created Thru' attribute.MDWEList<ExternalLink>
getExternalLinks()
Returns the value of the 'External Links' containment reference list.String
getImage()
Returns the value of the 'Image' attribute.MDWEList<Link>
getInLinks()
Returns the value of the 'In Links' reference list.FormalModule
getModule()
Returns the value of the 'Module' reference.MDWEList<Object>
getNestedObjects()
Returns the value of the 'Nested Objects' containment reference list.Object
getNestingObject()
Returns the value of the 'Nesting Object' container reference.RichText
getObjectHeading()
Returns the value of the 'Object Heading' attribute.String
getObjectIdentifier()
Returns the value of the 'Object Identifier' attribute.ObjectKind
getObjectKind()
Returns the value of the 'Object Kind' attribute.String
getObjectLevel()
Returns the value of the 'Object Level' attribute.String
getObjectNumber()
Returns the value of the 'Object Number' attribute.RichText
getObjectShortText()
Returns the value of the 'Object Short Text' attribute.RichText
getObjectText()
Returns the value of the 'Object Text' attribute.MDWEList<Link>
getOutLinks()
Returns the value of the 'Out Links' reference list.FormalModule
getOwner()
Returns the value of the 'Owner' container reference.boolean
isDeleted()
Returns the value of the 'Is Deleted' attribute.void
setAbsoluteNumber(int value)
Sets the value of the 'Absolute Number
' attribute.void
setCellstyle(CellStyle value)
Sets the value of the 'Cellstyle
' containment reference.void
setCreatedThru(CreatedThruKind value)
Sets the value of the 'Created Thru
' attribute.void
setImage(String value)
Sets the value of the 'Image
' attribute.void
setIsDeleted(boolean value)
Sets the value of the 'Is Deleted
' attribute.void
setNestingObject(Object value)
Sets the value of the 'Nesting Object
' container reference.void
setObjectHeading(RichText value)
Sets the value of the 'Object Heading
' attribute.void
setObjectIdentifier(String value)
Sets the value of the 'Object Identifier
' attribute.void
setObjectKind(ObjectKind value)
Sets the value of the 'Object Kind
' attribute.void
setObjectLevel(String value)
Sets the value of the 'Object Level
' attribute.void
setObjectNumber(String value)
Sets the value of the 'Object Number
' attribute.void
setObjectShortText(RichText value)
Sets the value of the 'Object Short Text
' attribute.void
setObjectText(RichText value)
Sets the value of the 'Object Text
' attribute.void
setOwner(FormalModule value)
Sets the value of the 'Owner
' container reference.-
Methods inherited from interface com.sodius.mdw.metamodel.doors.AttributedElement
getAttributeValue, getCreatedBy, getCreatedOn, getInstantiatedAttributes, getLastModifiedBy, getLastModifiedOn, setCreatedBy, setCreatedOn, setLastModifiedBy, setLastModifiedOn
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.DiscussionContainer
getDiscussions
-
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
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.SituatedElement
getURL, setURL
-
-
-
-
Method Detail
-
getObjectLevel
String getObjectLevel()
Returns the value of the 'Object Level' attribute. The default value is""
.- Returns:
- the value of the 'Object Level' attribute.
- See Also:
setObjectLevel(String)
,DoorsPackage.getObject_ObjectLevel()
-
setObjectLevel
void setObjectLevel(String value)
Sets the value of the 'Object Level
' attribute.- Parameters:
value
- the new value of the 'Object Level' attribute.- See Also:
getObjectLevel()
-
getObjectHeading
RichText getObjectHeading()
Returns the value of the 'Object Heading' attribute. The default value is""
.- Returns:
- the value of the 'Object Heading' attribute.
- See Also:
setObjectHeading(RichText)
,DoorsPackage.getObject_ObjectHeading()
-
setObjectHeading
void setObjectHeading(RichText value)
Sets the value of the 'Object Heading
' attribute.- Parameters:
value
- the new value of the 'Object Heading' attribute.- See Also:
getObjectHeading()
-
getAbsoluteNumber
int getAbsoluteNumber()
Returns the value of the 'Absolute Number' attribute.- Returns:
- the value of the 'Absolute Number' attribute.
- See Also:
setAbsoluteNumber(int)
,DoorsPackage.getObject_AbsoluteNumber()
-
setAbsoluteNumber
void setAbsoluteNumber(int value)
Sets the value of the 'Absolute Number
' attribute.- Parameters:
value
- the new value of the 'Absolute Number' attribute.- See Also:
getAbsoluteNumber()
-
getCreatedThru
CreatedThruKind getCreatedThru()
Returns the value of the 'Created Thru' attribute. The literals are from the enumerationCreatedThruKind
.- Returns:
- the value of the 'Created Thru' attribute.
- See Also:
CreatedThruKind
,setCreatedThru(CreatedThruKind)
,DoorsPackage.getObject_CreatedThru()
-
setCreatedThru
void setCreatedThru(CreatedThruKind value)
Sets the value of the 'Created Thru
' attribute.- Parameters:
value
- the new value of the 'Created Thru' attribute.- See Also:
CreatedThruKind
,getCreatedThru()
-
getObjectText
RichText getObjectText()
Returns the value of the 'Object Text' attribute. The default value is""
.- Returns:
- the value of the 'Object Text' attribute.
- See Also:
setObjectText(RichText)
,DoorsPackage.getObject_ObjectText()
-
setObjectText
void setObjectText(RichText value)
Sets the value of the 'Object Text
' attribute.- Parameters:
value
- the new value of the 'Object Text' attribute.- See Also:
getObjectText()
-
getObjectShortText
RichText getObjectShortText()
Returns the value of the 'Object Short Text' attribute. The default value is""
.- Returns:
- the value of the 'Object Short Text' attribute.
- See Also:
setObjectShortText(RichText)
,DoorsPackage.getObject_ObjectShortText()
-
setObjectShortText
void setObjectShortText(RichText value)
Sets the value of the 'Object Short Text
' attribute.- Parameters:
value
- the new value of the 'Object Short Text' attribute.- See Also:
getObjectShortText()
-
getObjectIdentifier
String getObjectIdentifier()
Returns the value of the 'Object Identifier' attribute. The default value is""
.- Returns:
- the value of the 'Object Identifier' attribute.
- See Also:
setObjectIdentifier(String)
,DoorsPackage.getObject_ObjectIdentifier()
-
setObjectIdentifier
void setObjectIdentifier(String value)
Sets the value of the 'Object Identifier
' attribute.- Parameters:
value
- the new value of the 'Object Identifier' attribute.- See Also:
getObjectIdentifier()
-
getOwner
FormalModule getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Objects
'.- Returns:
- the value of the 'Owner' container reference.
- See Also:
setOwner(FormalModule)
,DoorsPackage.getObject_Owner()
,FormalModule.getObjects()
-
setOwner
void setOwner(FormalModule value)
Sets the value of the 'Owner
' container reference.- Parameters:
value
- the new value of the 'Owner' container reference.- See Also:
getOwner()
-
getExternalLinks
MDWEList<ExternalLink> getExternalLinks()
Returns the value of the 'External Links' containment reference list. The list contents are of typeExternalLink
. It is bidirectional and its opposite is 'Owner
'.- Returns:
- the value of the 'External Links' containment reference list.
- See Also:
DoorsPackage.getObject_ExternalLinks()
,ExternalLink.getOwner()
-
getNestingObject
Object getNestingObject()
Returns the value of the 'Nesting Object' container reference. It is bidirectional and its opposite is 'Nested Objects
'.- Returns:
- the value of the 'Nesting Object' container reference.
- See Also:
setNestingObject(Object)
,DoorsPackage.getObject_NestingObject()
,getNestedObjects()
-
setNestingObject
void setNestingObject(Object value)
Sets the value of the 'Nesting Object
' container reference.- Parameters:
value
- the new value of the 'Nesting Object' container reference.- See Also:
getNestingObject()
-
getNestedObjects
MDWEList<Object> getNestedObjects()
Returns the value of the 'Nested Objects' containment reference list. The list contents are of typeObject
. It is bidirectional and its opposite is 'Nesting Object
'.- Returns:
- the value of the 'Nested Objects' containment reference list.
- See Also:
DoorsPackage.getObject_NestedObjects()
,getNestingObject()
-
getInLinks
MDWEList<Link> getInLinks()
Returns the value of the 'In Links' reference list. The list contents are of typeLink
. It is bidirectional and its opposite is 'Target
'.- Returns:
- the value of the 'In Links' reference list.
- See Also:
DoorsPackage.getObject_InLinks()
,Link.getTarget()
-
getOutLinks
MDWEList<Link> getOutLinks()
Returns the value of the 'Out Links' reference list. The list contents are of typeLink
. It is bidirectional and its opposite is 'Source
'.- Returns:
- the value of the 'Out Links' reference list.
- See Also:
DoorsPackage.getObject_OutLinks()
,Link.getSource()
-
getObjectNumber
String getObjectNumber()
Returns the value of the 'Object Number' attribute. The default value is""
.- Returns:
- the value of the 'Object Number' attribute.
- See Also:
setObjectNumber(String)
,DoorsPackage.getObject_ObjectNumber()
-
setObjectNumber
void setObjectNumber(String value)
Sets the value of the 'Object Number
' attribute.- Parameters:
value
- the new value of the 'Object Number' attribute.- See Also:
getObjectNumber()
-
getModule
FormalModule getModule()
Returns the value of the 'Module' reference. It is bidirectional and its opposite is 'All Objects
'.- Returns:
- the value of the 'Module' reference.
- See Also:
DoorsPackage.getObject_Module()
,FormalModule.getAllObjects()
-
getAllObjects
MDWEList<Object> getAllObjects()
Returns the value of the 'All Objects' reference list. The list contents are of typeObject
.- Returns:
- the value of the 'All Objects' reference list.
- See Also:
DoorsPackage.getObject_AllObjects()
-
getImage
String getImage()
Returns the value of the 'Image' attribute. The default value is""
.- Returns:
- the value of the 'Image' attribute.
- See Also:
setImage(String)
,DoorsPackage.getObject_Image()
-
setImage
void setImage(String value)
Sets the value of the 'Image
' attribute.- Parameters:
value
- the new value of the 'Image' attribute.- See Also:
getImage()
-
getObjectKind
ObjectKind getObjectKind()
Returns the value of the 'Object Kind' attribute. The literals are from the enumerationObjectKind
.- Returns:
- the value of the 'Object Kind' attribute.
- See Also:
ObjectKind
,setObjectKind(ObjectKind)
,DoorsPackage.getObject_ObjectKind()
-
setObjectKind
void setObjectKind(ObjectKind value)
Sets the value of the 'Object Kind
' attribute.- Parameters:
value
- the new value of the 'Object Kind' attribute.- See Also:
ObjectKind
,getObjectKind()
-
isDeleted
boolean isDeleted()
Returns the value of the 'Is Deleted' attribute.- Returns:
- the value of the 'Is Deleted' attribute.
- See Also:
setIsDeleted(boolean)
,DoorsPackage.getObject_IsDeleted()
-
setIsDeleted
void setIsDeleted(boolean value)
Sets the value of the 'Is Deleted
' attribute.- Parameters:
value
- the new value of the 'Is Deleted' attribute.- See Also:
isDeleted()
-
getCellstyle
CellStyle getCellstyle()
Returns the value of the 'Cellstyle' containment reference.- Returns:
- the value of the 'Cellstyle' containment reference.
- See Also:
setCellstyle(CellStyle)
,DoorsPackage.getObject_Cellstyle()
-
setCellstyle
void setCellstyle(CellStyle value)
Sets the value of the 'Cellstyle
' containment reference.- Parameters:
value
- the new value of the 'Cellstyle' containment reference.- See Also:
getCellstyle()
-
-