public interface VGroupPackage
extends org.eclipse.emf.ecore.EPackage
VGroupFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VGroupPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static VGroupPackage |
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 |
GROUP
The meta object id for the '
Group '
class. |
static int |
GROUP__ATTACHMENTS
The feature id for the 'Attachments' containment reference list.
|
static int |
GROUP__CHILDREN
The feature id for the 'Children' containment reference list.
|
static int |
GROUP__COLLAPSED
The feature id for the 'Collapsed' attribute.
|
static int |
GROUP__DIAGNOSTIC
The feature id for the 'Diagnostic' containment reference.
|
static int |
GROUP__ENABLED
The feature id for the 'Enabled' attribute.
|
static int |
GROUP__GROUP_TYPE
The feature id for the 'Group Type' attribute.
|
static int |
GROUP__LABEL_ALIGNMENT
The feature id for the 'Label Alignment' attribute.
|
static int |
GROUP__NAME
The feature id for the 'Name' attribute.
|
static int |
GROUP__READONLY
The feature id for the 'Readonly' attribute.
|
static int |
GROUP__VISIBLE
The feature id for the 'Visible' attribute.
|
static int |
GROUP_FEATURE_COUNT
The number of structural features of the 'Group' class.
|
static int |
GROUP_LABEL_ALIGNMENT
The meta object id for the '
Label Alignment ' enum. |
static int |
GROUP_TYPE
The meta object id for the '
Type ' enum. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EAttribute |
getGroup_Collapsed()
Returns the meta object for the attribute '
Collapsed '. |
org.eclipse.emf.ecore.EAttribute |
getGroup_GroupType()
Returns the meta object for the attribute '
Group Type '. |
org.eclipse.emf.ecore.EAttribute |
getGroup_LabelAlignment()
Returns the meta object for the attribute '
Label Alignment '. |
org.eclipse.emf.ecore.EClass |
getGroup()
Returns the meta object for class '
Group '. |
VGroupFactory |
getGroupFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EEnum |
getGroupLabelAlignment()
Returns the meta object for enum '
Label Alignment '. |
org.eclipse.emf.ecore.EEnum |
getGroupType()
Returns the meta object for enum '
Type '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final VGroupPackage eINSTANCE
static final int GROUP
Group
'
class.
static final int GROUP__NAME
static final int GROUP__VISIBLE
static final int GROUP__ENABLED
static final int GROUP__READONLY
static final int GROUP__DIAGNOSTIC
static final int GROUP__ATTACHMENTS
static final int GROUP__CHILDREN
static final int GROUP__GROUP_TYPE
static final int GROUP__LABEL_ALIGNMENT
static final int GROUP__COLLAPSED
static final int GROUP_FEATURE_COUNT
static final int GROUP_TYPE
Type
' enum.
GroupType
,
VGroupPackageImpl.getGroupType()
,
Constant Field Valuesstatic final int GROUP_LABEL_ALIGNMENT
Label Alignment
' enum.
GroupLabelAlignment
,
VGroupPackageImpl.getGroupLabelAlignment()
,
Constant Field Valuesorg.eclipse.emf.ecore.EClass getGroup()
Group
'.
VGroup
org.eclipse.emf.ecore.EAttribute getGroup_GroupType()
Group Type
'.
VGroup.getGroupType()
,
getGroup()
org.eclipse.emf.ecore.EAttribute getGroup_LabelAlignment()
Label Alignment
'.
VGroup.getLabelAlignment()
,
getGroup()
org.eclipse.emf.ecore.EAttribute getGroup_Collapsed()
Collapsed
'.
VGroup.isCollapsed()
,
getGroup()
org.eclipse.emf.ecore.EEnum getGroupType()
Type
'.
GroupType
org.eclipse.emf.ecore.EEnum getGroupLabelAlignment()
Label Alignment
'.
GroupLabelAlignment
VGroupFactory getGroupFactory()
Copyright © 2017. All rights reserved.