Interface StandardTabularSectionDescription
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StandardTabularSectionDescriptionImpl
public interface StandardTabularSectionDescription extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Standard Tabular Section Description'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getComment()
Returns the value of the 'Comment' attribute.FillChecking
getFillChecking()
Returns the value of the 'Fill Checking' attribute.String
getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<StandardAttribute>
getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EMap<String,String>
getSynonym()
Returns the value of the 'Synonym' map.org.eclipse.emf.common.util.EMap<String,String>
getToolTip()
Returns the value of the 'Tool Tip' map.void
setComment(String value)
Sets the value of the 'Comment
' attribute.void
setFillChecking(FillChecking value)
Sets the value of the 'Fill Checking
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,MdClassPackage.getStandardTabularSectionDescription_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getSynonym
org.eclipse.emf.common.util.EMap<String,String> getSynonym()
- Returns:
- the value of the 'Synonym' map.
- See Also:
MdClassPackage.getStandardTabularSectionDescription_Synonym()
-
getComment
String getComment()
Returns the value of the 'Comment' attribute.- Returns:
- the value of the 'Comment' attribute.
- See Also:
setComment(String)
,MdClassPackage.getStandardTabularSectionDescription_Comment()
-
setComment
void setComment(String value)
Sets the value of the 'Comment
' attribute.- Parameters:
value
- the new value of the 'Comment' attribute.- See Also:
getComment()
-
getToolTip
org.eclipse.emf.common.util.EMap<String,String> getToolTip()
Returns the value of the 'Tool Tip' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Tool Tip' map.
- See Also:
MdClassPackage.getStandardTabularSectionDescription_ToolTip()
-
getFillChecking
FillChecking getFillChecking()
Returns the value of the 'Fill Checking' attribute. The literals are from the enumerationFillChecking
.- Returns:
- the value of the 'Fill Checking' attribute.
- See Also:
FillChecking
,setFillChecking(FillChecking)
,MdClassPackage.getStandardTabularSectionDescription_FillChecking()
-
setFillChecking
void setFillChecking(FillChecking value)
Sets the value of the 'Fill Checking
' attribute.- Parameters:
value
- the new value of the 'Fill Checking' attribute.- See Also:
FillChecking
,getFillChecking()
-
getStandardAttributes
org.eclipse.emf.common.util.EList<StandardAttribute> getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list. The list contents are of typeStandardAttribute
.- Returns:
- the value of the 'Standard Attributes' containment reference list.
- See Also:
MdClassPackage.getStandardTabularSectionDescription_StandardAttributes()
-
-