Package org.emftext.commons.layout
Interface LayoutInformation
- All Known Subinterfaces:
AttributeLayoutInformation
,KeywordLayoutInformation
,MinimalLayoutInformation
,ReferenceLayoutInformation
- All Known Implementing Classes:
AttributeLayoutInformationImpl
,KeywordLayoutInformationImpl
,LayoutInformationImpl
,MinimalLayoutInformationImpl
,ReferenceLayoutInformationImpl
A representation of the model object 'Information'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Hidden Token Text' attribute.int
Returns the value of the 'Start Offset' attribute.Returns the value of the 'Syntax Element ID' attribute.Returns the value of the 'Visible Token Text' attribute.void
setHiddenTokenText
(String value) Sets the value of the 'Hidden Token Text
' attribute.void
setStartOffset
(int value) Sets the value of the 'Start Offset
' attribute.void
setSyntaxElementID
(String value) Sets the value of the 'Syntax Element ID
' attribute.void
setVisibleTokenText
(String value) Sets the value of the 'Visible Token Text
' 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
-
getStartOffset
int getStartOffset()Returns the value of the 'Start Offset' attribute.- Returns:
- the value of the 'Start Offset' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setStartOffset
void setStartOffset(int value) Sets the value of the 'Start Offset
' attribute.- Parameters:
value
- the new value of the 'Start Offset' attribute.- See Also:
- Generated class or method.
-
getHiddenTokenText
String getHiddenTokenText()Returns the value of the 'Hidden Token Text' attribute.- Returns:
- the value of the 'Hidden Token Text' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setHiddenTokenText
Sets the value of the 'Hidden Token Text
' attribute.- Parameters:
value
- the new value of the 'Hidden Token Text' attribute.- See Also:
- Generated class or method.
-
getVisibleTokenText
String getVisibleTokenText()Returns the value of the 'Visible Token Text' attribute.- Returns:
- the value of the 'Visible Token Text' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setVisibleTokenText
Sets the value of the 'Visible Token Text
' attribute.- Parameters:
value
- the new value of the 'Visible Token Text' attribute.- See Also:
- Generated class or method.
-
getSyntaxElementID
String getSyntaxElementID()Returns the value of the 'Syntax Element ID' attribute.- Returns:
- the value of the 'Syntax Element ID' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setSyntaxElementID
Sets the value of the 'Syntax Element ID
' attribute.- Parameters:
value
- the new value of the 'Syntax Element ID' attribute.- See Also:
- Generated class or method.
-