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
Modifier and TypeMethodDescriptionReturns the value of the 'Comment' attribute.Returns the value of the 'Fill Checking' attribute.getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<StandardAttribute>
Returns the value of the 'Standard Attributes' containment reference list.Returns the value of the 'Synonym' map.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
Sets the value of the 'Name
' attribute.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getSynonym
- Returns:
- the value of the 'Synonym' map.
- See Also:
-
getComment
String getComment()Returns the value of the 'Comment' attribute.- Returns:
- the value of the 'Comment' attribute.
- See Also:
-
setComment
Sets the value of the 'Comment
' attribute.- Parameters:
value
- the new value of the 'Comment' attribute.- See Also:
-
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:
-
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:
-
setFillChecking
Sets the value of the 'Fill Checking
' attribute.- Parameters:
value
- the new value of the 'Fill Checking' attribute.- See Also:
-
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:
-