public interface VLabelPackage
extends org.eclipse.emf.ecore.EPackage
VLabelFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VLabelPackage.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 VLabelPackage |
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 |
LABEL
The meta object id for the '
Label '
class. |
static int |
LABEL__ATTACHMENTS
The feature id for the 'Attachments' containment reference list.
|
static int |
LABEL__DIAGNOSTIC
The feature id for the 'Diagnostic' containment reference.
|
static int |
LABEL__DOMAIN_MODEL_REFERENCE
The feature id for the 'Domain Model Reference' containment reference.
|
static int |
LABEL__ENABLED
The feature id for the 'Enabled' attribute.
|
static int |
LABEL__NAME
The feature id for the 'Name' attribute.
|
static int |
LABEL__READONLY
The feature id for the 'Readonly' attribute.
|
static int |
LABEL__STYLE
The feature id for the 'Style' attribute.
|
static int |
LABEL__VISIBLE
The feature id for the 'Visible' attribute.
|
static int |
LABEL_FEATURE_COUNT
The number of structural features of the 'Label' class.
|
static int |
VLABEL_STYLE
The meta object id for the '
VLabel Style '
enum. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getLabel_DomainModelReference()
Returns the meta object for the containment reference '
Domain Model Reference '. |
org.eclipse.emf.ecore.EAttribute |
getLabel_Style()
Returns the meta object for the attribute '
Style '. |
org.eclipse.emf.ecore.EClass |
getLabel()
Returns the meta object for class '
Label '. |
VLabelFactory |
getLabelFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EEnum |
getVLabelStyle()
Returns the meta object for enum '
VLabel Style '. |
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 VLabelPackage eINSTANCE
static final int LABEL
Label
'
class.
static final int LABEL__NAME
static final int LABEL__VISIBLE
static final int LABEL__ENABLED
static final int LABEL__READONLY
static final int LABEL__DIAGNOSTIC
static final int LABEL__ATTACHMENTS
static final int LABEL__STYLE
static final int LABEL__DOMAIN_MODEL_REFERENCE
static final int LABEL_FEATURE_COUNT
static final int VLABEL_STYLE
VLabel Style
'
enum.
org.eclipse.emf.ecore.EClass getLabel()
Label
'.
VLabel
org.eclipse.emf.ecore.EAttribute getLabel_Style()
Style
'.
VLabel.getStyle()
,
getLabel()
org.eclipse.emf.ecore.EReference getLabel_DomainModelReference()
Domain Model Reference
'.
VLabel.getDomainModelReference()
,
getLabel()
org.eclipse.emf.ecore.EEnum getVLabelStyle()
VLabel Style
'.
VLabelStyle
VLabelFactory getLabelFactory()
Copyright © 2017. All rights reserved.