Package com.sodius.mdw.metamodel.doors
Interface Column
-
- 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
public interface Column extends DoorsElement
A representation of the model object 'Column'.The following features are supported:
- See Also:
DoorsPackage.getColumn()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColumnAttributeKind
getBaseAttribute()
Returns the value of the 'Base Attribute' attribute.String
getDxl()
Returns the value of the 'Dxl' attribute.JustificationKind
getJustification()
Returns the value of the 'Justification' attribute.View
getOwner()
Returns the value of the 'Owner' container reference.String
getTitle()
Returns the value of the 'Title' attribute.Attribute
getUserDefinedAttribute()
Returns the value of the 'User Defined Attribute' reference.int
getWidth()
Returns the value of the 'Width' attribute.void
setBaseAttribute(ColumnAttributeKind value)
Sets the value of the 'Base Attribute
' attribute.void
setDxl(String value)
Sets the value of the 'Dxl
' attribute.void
setJustification(JustificationKind value)
Sets the value of the 'Justification
' attribute.void
setOwner(View value)
Sets the value of the 'Owner
' container reference.void
setTitle(String value)
Sets the value of the 'Title
' attribute.void
setUserDefinedAttribute(Attribute value)
Sets the value of the 'User Defined Attribute
' reference.void
setWidth(int value)
Sets the value of the 'Width
' 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
-
getTitle
String getTitle()
Returns the value of the 'Title' attribute. The default value is""
.- Returns:
- the value of the 'Title' attribute.
- See Also:
setTitle(String)
,DoorsPackage.getColumn_Title()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
getTitle()
-
getBaseAttribute
ColumnAttributeKind getBaseAttribute()
Returns the value of the 'Base Attribute' attribute. The literals are from the enumerationColumnAttributeKind
.- Returns:
- the value of the 'Base Attribute' attribute.
- See Also:
ColumnAttributeKind
,setBaseAttribute(ColumnAttributeKind)
,DoorsPackage.getColumn_BaseAttribute()
-
setBaseAttribute
void setBaseAttribute(ColumnAttributeKind value)
Sets the value of the 'Base Attribute
' attribute.- Parameters:
value
- the new value of the 'Base Attribute' attribute.- See Also:
ColumnAttributeKind
,getBaseAttribute()
-
getDxl
String getDxl()
Returns the value of the 'Dxl' attribute. The default value is""
.- Returns:
- the value of the 'Dxl' attribute.
- See Also:
setDxl(String)
,DoorsPackage.getColumn_Dxl()
-
setDxl
void setDxl(String value)
Sets the value of the 'Dxl
' attribute.- Parameters:
value
- the new value of the 'Dxl' attribute.- See Also:
getDxl()
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int)
,DoorsPackage.getColumn_Width()
-
setWidth
void setWidth(int value)
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
getWidth()
-
getJustification
JustificationKind getJustification()
Returns the value of the 'Justification' attribute. The literals are from the enumerationJustificationKind
.- Returns:
- the value of the 'Justification' attribute.
- See Also:
JustificationKind
,setJustification(JustificationKind)
,DoorsPackage.getColumn_Justification()
-
setJustification
void setJustification(JustificationKind value)
Sets the value of the 'Justification
' attribute.- Parameters:
value
- the new value of the 'Justification' attribute.- See Also:
JustificationKind
,getJustification()
-
getUserDefinedAttribute
Attribute getUserDefinedAttribute()
Returns the value of the 'User Defined Attribute' reference.- Returns:
- the value of the 'User Defined Attribute' reference.
- See Also:
setUserDefinedAttribute(Attribute)
,DoorsPackage.getColumn_UserDefinedAttribute()
-
setUserDefinedAttribute
void setUserDefinedAttribute(Attribute value)
Sets the value of the 'User Defined Attribute
' reference.- Parameters:
value
- the new value of the 'User Defined Attribute' reference.- See Also:
getUserDefinedAttribute()
-
getOwner
View getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Columns
'.- Returns:
- the value of the 'Owner' container reference.
- See Also:
setOwner(View)
,DoorsPackage.getColumn_Owner()
,View.getColumns()
-
setOwner
void setOwner(View value)
Sets the value of the 'Owner
' container reference.- Parameters:
value
- the new value of the 'Owner' container reference.- See Also:
getOwner()
-
-