public interface VTReferencePackage
extends org.eclipse.emf.ecore.EPackage
VTReferenceFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VTReferencePackage.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 VTReferencePackage |
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 |
REFERENCE_STYLE_PROPERTY
The meta object id for the
'
Style
Property ' class. |
static int |
REFERENCE_STYLE_PROPERTY__SHOW_CREATE_AND_LINK_BUTTON_FOR_CROSS_REFERENCES
The feature id for the 'Show Create And Link Button For Cross References' attribute.
|
static int |
REFERENCE_STYLE_PROPERTY__SHOW_LINK_BUTTON_FOR_CONTAINMENT_REFERENCES
The feature id for the 'Show Link Button For Containment References' attribute.
|
static int |
REFERENCE_STYLE_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Style Property' class.
|
static int |
REFERENCE_STYLE_PROPERTY_OPERATION_COUNT
The number of operations of the 'Style Property' class.
|
Modifier and Type | Method and Description |
---|---|
VTReferenceFactory |
getReferenceFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getReferenceStyleProperty_ShowCreateAndLinkButtonForCrossReferences()
Returns the meta object for the attribute
'
Show Create And Link Button For Cross References '. |
org.eclipse.emf.ecore.EAttribute |
getReferenceStyleProperty_ShowLinkButtonForContainmentReferences()
Returns the meta object for the attribute
'
Show Link Button For Containment References '. |
org.eclipse.emf.ecore.EClass |
getReferenceStyleProperty()
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 VTReferencePackage eINSTANCE
static final int REFERENCE_STYLE_PROPERTY
Style
Property
' class.
static final int REFERENCE_STYLE_PROPERTY__SHOW_CREATE_AND_LINK_BUTTON_FOR_CROSS_REFERENCES
static final int REFERENCE_STYLE_PROPERTY__SHOW_LINK_BUTTON_FOR_CONTAINMENT_REFERENCES
static final int REFERENCE_STYLE_PROPERTY_FEATURE_COUNT
static final int REFERENCE_STYLE_PROPERTY_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getReferenceStyleProperty()
Style
Property
'.
VTReferenceStyleProperty
org.eclipse.emf.ecore.EAttribute getReferenceStyleProperty_ShowCreateAndLinkButtonForCrossReferences()
Show Create And Link Button For Cross References
'.
VTReferenceStyleProperty.isShowCreateAndLinkButtonForCrossReferences()
,
getReferenceStyleProperty()
org.eclipse.emf.ecore.EAttribute getReferenceStyleProperty_ShowLinkButtonForContainmentReferences()
Show Link Button For Containment References
'.
VTReferenceStyleProperty.isShowLinkButtonForContainmentReferences()
,
getReferenceStyleProperty()
VTReferenceFactory getReferenceFactory()
Copyright © 2019. All rights reserved.