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