public interface Column extends DoorsElement
The following features are supported:
DoorsPackage.getColumn()
Modifier and Type | Method and 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. |
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 getTitle()
""
.
setTitle(String)
,
DoorsPackage.getColumn_Title()
void setTitle(String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
ColumnAttributeKind getBaseAttribute()
ColumnAttributeKind
.
ColumnAttributeKind
,
setBaseAttribute(ColumnAttributeKind)
,
DoorsPackage.getColumn_BaseAttribute()
void setBaseAttribute(ColumnAttributeKind value)
Base Attribute
' attribute.
value
- the new value of the 'Base Attribute' attribute.ColumnAttributeKind
,
getBaseAttribute()
String getDxl()
""
.
setDxl(String)
,
DoorsPackage.getColumn_Dxl()
void setDxl(String value)
Dxl
' attribute.
value
- the new value of the 'Dxl' attribute.getDxl()
int getWidth()
setWidth(int)
,
DoorsPackage.getColumn_Width()
void setWidth(int value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
JustificationKind getJustification()
JustificationKind
.
JustificationKind
,
setJustification(JustificationKind)
,
DoorsPackage.getColumn_Justification()
void setJustification(JustificationKind value)
Justification
' attribute.
value
- the new value of the 'Justification' attribute.JustificationKind
,
getJustification()
Attribute getUserDefinedAttribute()
setUserDefinedAttribute(Attribute)
,
DoorsPackage.getColumn_UserDefinedAttribute()
void setUserDefinedAttribute(Attribute value)
User Defined Attribute
' reference.
value
- the new value of the 'User Defined Attribute' reference.getUserDefinedAttribute()
View getOwner()
Columns
'.
setOwner(View)
,
DoorsPackage.getColumn_Owner()
,
View.getColumns()
void setOwner(View value)
Owner
' container reference.
value
- the new value of the 'Owner' container reference.getOwner()