public interface VTAlignmentPackage
extends org.eclipse.emf.ecore.EPackage
VTAlignmentFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VTAlignmentPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
ALIGNMENT_STYLE_PROPERTY
The meta object id for the
'
Style
Property ' class. |
static int |
ALIGNMENT_STYLE_PROPERTY__TYPE
The feature id for the 'Type' attribute.
|
static int |
ALIGNMENT_STYLE_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Style Property' class.
|
static int |
ALIGNMENT_STYLE_PROPERTY_OPERATION_COUNT
The number of operations of the 'Style Property' class.
|
static int |
ALIGNMENT_TYPE
The meta object id for the '
Type ' enum. |
static int |
CONTROL_LABEL_ALIGNMENT_STYLE_PROPERTY
The meta object id for the
'
Control Label Alignment Style Property ' class. |
static int |
CONTROL_LABEL_ALIGNMENT_STYLE_PROPERTY__TYPE
The feature id for the 'Type' attribute.
|
static int |
CONTROL_LABEL_ALIGNMENT_STYLE_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Control Label Alignment Style Property' class.
|
static int |
CONTROL_LABEL_ALIGNMENT_STYLE_PROPERTY_OPERATION_COUNT
The number of operations of the 'Control Label Alignment Style Property' class.
|
static VTAlignmentPackage |
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.
|
Modifier and Type | Method and Description |
---|---|
VTAlignmentFactory |
getAlignmentFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getAlignmentStyleProperty_Type()
Returns the meta object for the attribute
'
Type '. |
org.eclipse.emf.ecore.EClass |
getAlignmentStyleProperty()
Returns the meta object for class
'
Style
Property '. |
org.eclipse.emf.ecore.EEnum |
getAlignmentType()
Returns the meta object for enum '
Type '. |
org.eclipse.emf.ecore.EAttribute |
getControlLabelAlignmentStyleProperty_Type()
Returns the meta object for the attribute
'
Type '. |
org.eclipse.emf.ecore.EClass |
getControlLabelAlignmentStyleProperty()
Returns the meta object for class
'
Control
Label Alignment Style Property '. |
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 VTAlignmentPackage eINSTANCE
static final int ALIGNMENT_STYLE_PROPERTY
Style
Property
' class.
static final int ALIGNMENT_STYLE_PROPERTY__TYPE
static final int ALIGNMENT_STYLE_PROPERTY_FEATURE_COUNT
static final int ALIGNMENT_STYLE_PROPERTY_OPERATION_COUNT
static final int CONTROL_LABEL_ALIGNMENT_STYLE_PROPERTY
Control Label Alignment Style Property
' class.
static final int CONTROL_LABEL_ALIGNMENT_STYLE_PROPERTY__TYPE
static final int CONTROL_LABEL_ALIGNMENT_STYLE_PROPERTY_FEATURE_COUNT
static final int CONTROL_LABEL_ALIGNMENT_STYLE_PROPERTY_OPERATION_COUNT
static final int ALIGNMENT_TYPE
Type
' enum.
org.eclipse.emf.ecore.EClass getAlignmentStyleProperty()
Style
Property
'.
VTAlignmentStyleProperty
org.eclipse.emf.ecore.EAttribute getAlignmentStyleProperty_Type()
Type
'.
VTAlignmentStyleProperty.getType()
,
getAlignmentStyleProperty()
org.eclipse.emf.ecore.EClass getControlLabelAlignmentStyleProperty()
Control
Label Alignment Style Property
'.
VTControlLabelAlignmentStyleProperty
org.eclipse.emf.ecore.EAttribute getControlLabelAlignmentStyleProperty_Type()
Type
'.
VTControlLabelAlignmentStyleProperty.getType()
,
getControlLabelAlignmentStyleProperty()
org.eclipse.emf.ecore.EEnum getAlignmentType()
Type
'.
AlignmentType
VTAlignmentFactory getAlignmentFactory()
Copyright © 2019. All rights reserved.