public interface VTUnsettablePackage
extends org.eclipse.emf.ecore.EPackage
VTUnsettableFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VTUnsettablePackage.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 |
BUTTON_ALIGNMENT_TYPE
The meta object id for the '
Button Alignment Type ' enum. |
static int |
BUTTON_PLACEMENT_TYPE
The meta object id for the '
Button Placement Type ' enum. |
static VTUnsettablePackage |
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 |
UNSETTABLE_STYLE_PROPERTY
The meta object id for the
'
Style
Property ' class. |
static int |
UNSETTABLE_STYLE_PROPERTY__BUTTON_ALIGNMENT
The feature id for the 'Button Alignment' attribute.
|
static int |
UNSETTABLE_STYLE_PROPERTY__BUTTON_PLACEMENT
The feature id for the 'Button Placement' attribute.
|
static int |
UNSETTABLE_STYLE_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Style Property' class.
|
static int |
UNSETTABLE_STYLE_PROPERTY_OPERATION_COUNT
The number of operations of the 'Style Property' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EEnum |
getButtonAlignmentType()
Returns the meta object for enum
'
Button Alignment
Type '. |
org.eclipse.emf.ecore.EEnum |
getButtonPlacementType()
Returns the meta object for enum
'
Button Placement
Type '. |
VTUnsettableFactory |
getUnsettableFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getUnsettableStyleProperty_ButtonAlignment()
Returns the meta object for the attribute
'
Button Alignment '. |
org.eclipse.emf.ecore.EAttribute |
getUnsettableStyleProperty_ButtonPlacement()
Returns the meta object for the attribute
'
Button Placement '. |
org.eclipse.emf.ecore.EClass |
getUnsettableStyleProperty()
Returns the meta object for class
'
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 VTUnsettablePackage eINSTANCE
static final int UNSETTABLE_STYLE_PROPERTY
Style
Property
' class.
static final int UNSETTABLE_STYLE_PROPERTY__BUTTON_ALIGNMENT
static final int UNSETTABLE_STYLE_PROPERTY__BUTTON_PLACEMENT
static final int UNSETTABLE_STYLE_PROPERTY_FEATURE_COUNT
static final int UNSETTABLE_STYLE_PROPERTY_OPERATION_COUNT
static final int BUTTON_ALIGNMENT_TYPE
Button Alignment Type
' enum.
static final int BUTTON_PLACEMENT_TYPE
Button Placement Type
' enum.
org.eclipse.emf.ecore.EClass getUnsettableStyleProperty()
Style
Property
'.
VTUnsettableStyleProperty
org.eclipse.emf.ecore.EAttribute getUnsettableStyleProperty_ButtonAlignment()
Button Alignment
'.
VTUnsettableStyleProperty.getButtonAlignment()
,
getUnsettableStyleProperty()
org.eclipse.emf.ecore.EAttribute getUnsettableStyleProperty_ButtonPlacement()
Button Placement
'.
VTUnsettableStyleProperty.getButtonPlacement()
,
getUnsettableStyleProperty()
org.eclipse.emf.ecore.EEnum getButtonAlignmentType()
Button Alignment
Type
'.
ButtonAlignmentType
org.eclipse.emf.ecore.EEnum getButtonPlacementType()
Button Placement
Type
'.
ButtonPlacementType
VTUnsettableFactory getUnsettableFactory()
Copyright © 2019. All rights reserved.