Package org.emftext.commons.layout
Interface LayoutPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
LayoutPackageImpl
public interface LayoutPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
LayoutFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LayoutPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATTRIBUTE_LAYOUT_INFORMATION
The meta object id for the 'Attribute Layout Information
' class.static int
ATTRIBUTE_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The feature id for the 'Hidden Token Text' attribute.static int
ATTRIBUTE_LAYOUT_INFORMATION__START_OFFSET
The feature id for the 'Start Offset' attribute.static int
ATTRIBUTE_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The feature id for the 'Syntax Element ID' attribute.static int
ATTRIBUTE_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The feature id for the 'Visible Token Text' attribute.static int
ATTRIBUTE_LAYOUT_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Attribute Layout Information' class.static LayoutPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
KEYWORD_LAYOUT_INFORMATION
The meta object id for the 'Keyword Layout Information
' class.static int
KEYWORD_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The feature id for the 'Hidden Token Text' attribute.static int
KEYWORD_LAYOUT_INFORMATION__START_OFFSET
The feature id for the 'Start Offset' attribute.static int
KEYWORD_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The feature id for the 'Syntax Element ID' attribute.static int
KEYWORD_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The feature id for the 'Visible Token Text' attribute.static int
KEYWORD_LAYOUT_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Keyword Layout Information' class.static int
LAYOUT_INFORMATION
The meta object id for the 'Information
' class.static int
LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The feature id for the 'Hidden Token Text' attribute.static int
LAYOUT_INFORMATION__START_OFFSET
The feature id for the 'Start Offset' attribute.static int
LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The feature id for the 'Syntax Element ID' attribute.static int
LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The feature id for the 'Visible Token Text' attribute.static int
LAYOUT_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Information' class.static int
MINIMAL_LAYOUT_INFORMATION
The meta object id for the 'Minimal Layout Information
' class.static int
MINIMAL_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The feature id for the 'Hidden Token Text' attribute.static int
MINIMAL_LAYOUT_INFORMATION__LENGTH
The feature id for the 'Length' attribute.static int
MINIMAL_LAYOUT_INFORMATION__OBJECT
The feature id for the 'Object' reference.static int
MINIMAL_LAYOUT_INFORMATION__ROOT_LAYOUT
The feature id for the 'Root Layout' reference.static int
MINIMAL_LAYOUT_INFORMATION__START_OFFSET
The feature id for the 'Start Offset' attribute.static int
MINIMAL_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The feature id for the 'Syntax Element ID' attribute.static int
MINIMAL_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The feature id for the 'Visible Token Text' attribute.static int
MINIMAL_LAYOUT_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Minimal Layout Information' class.static int
REFERENCE_LAYOUT_INFORMATION
The meta object id for the 'Reference Layout Information
' class.static int
REFERENCE_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The feature id for the 'Hidden Token Text' attribute.static int
REFERENCE_LAYOUT_INFORMATION__OBJECT
The feature id for the 'Object' reference.static int
REFERENCE_LAYOUT_INFORMATION__START_OFFSET
The feature id for the 'Start Offset' attribute.static int
REFERENCE_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The feature id for the 'Syntax Element ID' attribute.static int
REFERENCE_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The feature id for the 'Visible Token Text' attribute.static int
REFERENCE_LAYOUT_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Reference Layout Information' class.
-
Method Summary
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final LayoutPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
LAYOUT_INFORMATION
static final int LAYOUT_INFORMATION
The meta object id for the 'Information
' class.- See Also:
LayoutInformationImpl
,LayoutPackageImpl.getLayoutInformation()
, Constant Field Values- Generated class or method.
-
LAYOUT_INFORMATION__START_OFFSET
static final int LAYOUT_INFORMATION__START_OFFSET
The feature id for the 'Start Offset' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
static final int LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The feature id for the 'Hidden Token Text' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
static final int LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The feature id for the 'Visible Token Text' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
static final int LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The feature id for the 'Syntax Element ID' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LAYOUT_INFORMATION_FEATURE_COUNT
static final int LAYOUT_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Information' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFERENCE_LAYOUT_INFORMATION
static final int REFERENCE_LAYOUT_INFORMATION
The meta object id for the 'Reference Layout Information
' class.- See Also:
ReferenceLayoutInformationImpl
,LayoutPackageImpl.getReferenceLayoutInformation()
, Constant Field Values- Generated class or method.
-
REFERENCE_LAYOUT_INFORMATION__START_OFFSET
static final int REFERENCE_LAYOUT_INFORMATION__START_OFFSET
The feature id for the 'Start Offset' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFERENCE_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
static final int REFERENCE_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The feature id for the 'Hidden Token Text' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFERENCE_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
static final int REFERENCE_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The feature id for the 'Visible Token Text' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFERENCE_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
static final int REFERENCE_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The feature id for the 'Syntax Element ID' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFERENCE_LAYOUT_INFORMATION__OBJECT
static final int REFERENCE_LAYOUT_INFORMATION__OBJECT
The feature id for the 'Object' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REFERENCE_LAYOUT_INFORMATION_FEATURE_COUNT
static final int REFERENCE_LAYOUT_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Reference Layout Information' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ATTRIBUTE_LAYOUT_INFORMATION
static final int ATTRIBUTE_LAYOUT_INFORMATION
The meta object id for the 'Attribute Layout Information
' class.- See Also:
AttributeLayoutInformationImpl
,LayoutPackageImpl.getAttributeLayoutInformation()
, Constant Field Values- Generated class or method.
-
ATTRIBUTE_LAYOUT_INFORMATION__START_OFFSET
static final int ATTRIBUTE_LAYOUT_INFORMATION__START_OFFSET
The feature id for the 'Start Offset' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ATTRIBUTE_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
static final int ATTRIBUTE_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The feature id for the 'Hidden Token Text' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ATTRIBUTE_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
static final int ATTRIBUTE_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The feature id for the 'Visible Token Text' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ATTRIBUTE_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
static final int ATTRIBUTE_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The feature id for the 'Syntax Element ID' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ATTRIBUTE_LAYOUT_INFORMATION_FEATURE_COUNT
static final int ATTRIBUTE_LAYOUT_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Attribute Layout Information' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
KEYWORD_LAYOUT_INFORMATION
static final int KEYWORD_LAYOUT_INFORMATION
The meta object id for the 'Keyword Layout Information
' class.- See Also:
KeywordLayoutInformationImpl
,LayoutPackageImpl.getKeywordLayoutInformation()
, Constant Field Values- Generated class or method.
-
KEYWORD_LAYOUT_INFORMATION__START_OFFSET
static final int KEYWORD_LAYOUT_INFORMATION__START_OFFSET
The feature id for the 'Start Offset' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
KEYWORD_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
static final int KEYWORD_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The feature id for the 'Hidden Token Text' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
KEYWORD_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
static final int KEYWORD_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The feature id for the 'Visible Token Text' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
KEYWORD_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
static final int KEYWORD_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The feature id for the 'Syntax Element ID' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
KEYWORD_LAYOUT_INFORMATION_FEATURE_COUNT
static final int KEYWORD_LAYOUT_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Keyword Layout Information' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MINIMAL_LAYOUT_INFORMATION
static final int MINIMAL_LAYOUT_INFORMATION
The meta object id for the 'Minimal Layout Information
' class.- See Also:
MinimalLayoutInformationImpl
,LayoutPackageImpl.getMinimalLayoutInformation()
, Constant Field Values- Generated class or method.
-
MINIMAL_LAYOUT_INFORMATION__START_OFFSET
static final int MINIMAL_LAYOUT_INFORMATION__START_OFFSET
The feature id for the 'Start Offset' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MINIMAL_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
static final int MINIMAL_LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The feature id for the 'Hidden Token Text' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MINIMAL_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
static final int MINIMAL_LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The feature id for the 'Visible Token Text' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MINIMAL_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
static final int MINIMAL_LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The feature id for the 'Syntax Element ID' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MINIMAL_LAYOUT_INFORMATION__OBJECT
static final int MINIMAL_LAYOUT_INFORMATION__OBJECT
The feature id for the 'Object' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MINIMAL_LAYOUT_INFORMATION__LENGTH
static final int MINIMAL_LAYOUT_INFORMATION__LENGTH
The feature id for the 'Length' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MINIMAL_LAYOUT_INFORMATION__ROOT_LAYOUT
static final int MINIMAL_LAYOUT_INFORMATION__ROOT_LAYOUT
The feature id for the 'Root Layout' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MINIMAL_LAYOUT_INFORMATION_FEATURE_COUNT
static final int MINIMAL_LAYOUT_INFORMATION_FEATURE_COUNT
The number of structural features of the 'Minimal Layout Information' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getLayoutInformation
EClass getLayoutInformation()
Returns the meta object for class 'Information
'.- Returns:
- the meta object for class 'Information'.
- See Also:
LayoutInformation
- Generated class or method.
-
getLayoutInformation_StartOffset
EAttribute getLayoutInformation_StartOffset()
Returns the meta object for the attribute 'Start Offset
'.- Returns:
- the meta object for the attribute 'Start Offset'.
- See Also:
LayoutInformation.getStartOffset()
,getLayoutInformation()
- Generated class or method.
-
getLayoutInformation_HiddenTokenText
EAttribute getLayoutInformation_HiddenTokenText()
Returns the meta object for the attribute 'Hidden Token Text
'.- Returns:
- the meta object for the attribute 'Hidden Token Text'.
- See Also:
LayoutInformation.getHiddenTokenText()
,getLayoutInformation()
- Generated class or method.
-
getLayoutInformation_VisibleTokenText
EAttribute getLayoutInformation_VisibleTokenText()
Returns the meta object for the attribute 'Visible Token Text
'.- Returns:
- the meta object for the attribute 'Visible Token Text'.
- See Also:
LayoutInformation.getVisibleTokenText()
,getLayoutInformation()
- Generated class or method.
-
getLayoutInformation_SyntaxElementID
EAttribute getLayoutInformation_SyntaxElementID()
Returns the meta object for the attribute 'Syntax Element ID
'.- Returns:
- the meta object for the attribute 'Syntax Element ID'.
- See Also:
LayoutInformation.getSyntaxElementID()
,getLayoutInformation()
- Generated class or method.
-
getReferenceLayoutInformation
EClass getReferenceLayoutInformation()
Returns the meta object for class 'Reference Layout Information
'.- Returns:
- the meta object for class 'Reference Layout Information'.
- See Also:
ReferenceLayoutInformation
- Generated class or method.
-
getReferenceLayoutInformation_Object
EReference getReferenceLayoutInformation_Object()
Returns the meta object for the reference 'Object
'.- Returns:
- the meta object for the reference 'Object'.
- See Also:
ReferenceLayoutInformation.getObject()
,getReferenceLayoutInformation()
- Generated class or method.
-
getAttributeLayoutInformation
EClass getAttributeLayoutInformation()
Returns the meta object for class 'Attribute Layout Information
'.- Returns:
- the meta object for class 'Attribute Layout Information'.
- See Also:
AttributeLayoutInformation
- Generated class or method.
-
getKeywordLayoutInformation
EClass getKeywordLayoutInformation()
Returns the meta object for class 'Keyword Layout Information
'.- Returns:
- the meta object for class 'Keyword Layout Information'.
- See Also:
KeywordLayoutInformation
- Generated class or method.
-
getMinimalLayoutInformation
EClass getMinimalLayoutInformation()
Returns the meta object for class 'Minimal Layout Information
'.- Returns:
- the meta object for class 'Minimal Layout Information'.
- See Also:
MinimalLayoutInformation
- Generated class or method.
-
getMinimalLayoutInformation_Length
EAttribute getMinimalLayoutInformation_Length()
Returns the meta object for the attribute 'Length
'.- Returns:
- the meta object for the attribute 'Length'.
- See Also:
MinimalLayoutInformation.getLength()
,getMinimalLayoutInformation()
- Generated class or method.
-
getMinimalLayoutInformation_RootLayout
EReference getMinimalLayoutInformation_RootLayout()
Returns the meta object for the reference 'Root Layout
'.- Returns:
- the meta object for the reference 'Root Layout'.
- See Also:
MinimalLayoutInformation.getRootLayout()
,getMinimalLayoutInformation()
- Generated class or method.
-
getLayoutFactory
LayoutFactory getLayoutFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-