public interface VCustomPackage
extends org.eclipse.emf.ecore.EPackage
VCustomFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
VCustomPackage.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 int |
CUSTOM_CONTROL
The meta object id for the '
Control ' class. |
static int |
CUSTOM_CONTROL__ATTACHMENTS
The feature id for the 'Attachments' containment reference list.
|
static int |
CUSTOM_CONTROL__BUNDLE_NAME
The feature id for the 'Bundle Name' attribute.
|
static int |
CUSTOM_CONTROL__CLASS_NAME
The feature id for the 'Class Name' attribute.
|
static int |
CUSTOM_CONTROL__DIAGNOSTIC
The feature id for the 'Diagnostic' containment reference.
|
static int |
CUSTOM_CONTROL__DOMAIN_MODEL_REFERENCE
The feature id for the 'Domain Model Reference' containment reference.
|
static int |
CUSTOM_CONTROL__ENABLED
The feature id for the 'Enabled' attribute.
|
static int |
CUSTOM_CONTROL__LABEL_ALIGNMENT
The feature id for the 'Label Alignment' attribute.
|
static int |
CUSTOM_CONTROL__NAME
The feature id for the 'Name' attribute.
|
static int |
CUSTOM_CONTROL__READONLY
The feature id for the 'Readonly' attribute.
|
static int |
CUSTOM_CONTROL__VISIBLE
The feature id for the 'Visible' attribute.
|
static int |
CUSTOM_CONTROL_FEATURE_COUNT
The number of structural features of the 'Control' class.
|
static int |
CUSTOM_DOMAIN_MODEL_REFERENCE
The meta object id for the '
Domain Model Reference ' class. |
static int |
CUSTOM_DOMAIN_MODEL_REFERENCE__BUNDLE_NAME
The feature id for the 'Bundle Name' attribute.
|
static int |
CUSTOM_DOMAIN_MODEL_REFERENCE__CHANGE_LISTENER
The feature id for the 'Change Listener' attribute list.
|
static int |
CUSTOM_DOMAIN_MODEL_REFERENCE__CLASS_NAME
The feature id for the 'Class Name' attribute.
|
static int |
CUSTOM_DOMAIN_MODEL_REFERENCE__CONTROL_CHECKED
The feature id for the 'Control Checked' attribute.
|
static int |
CUSTOM_DOMAIN_MODEL_REFERENCE__DOMAIN_MODEL_REFERENCES
The feature id for the 'Domain Model References' containment reference list.
|
static int |
CUSTOM_DOMAIN_MODEL_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Domain Model Reference' class.
|
static VCustomPackage |
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 |
---|---|
org.eclipse.emf.ecore.EAttribute |
getCustomControl_BundleName()
Returns the meta object for the attribute '
Bundle Name '. |
org.eclipse.emf.ecore.EAttribute |
getCustomControl_ClassName()
Returns the meta object for the attribute '
Class Name '. |
org.eclipse.emf.ecore.EClass |
getCustomControl()
Returns the meta object for class '
Control '. |
org.eclipse.emf.ecore.EAttribute |
getCustomDomainModelReference_BundleName()
Returns the meta object for the attribute '
Bundle Name
'. |
org.eclipse.emf.ecore.EAttribute |
getCustomDomainModelReference_ClassName()
Returns the meta object for the attribute '
Class Name '. |
org.eclipse.emf.ecore.EAttribute |
getCustomDomainModelReference_ControlChecked()
Returns the meta object for the attribute '
Control Checked '. |
org.eclipse.emf.ecore.EReference |
getCustomDomainModelReference_DomainModelReferences()
Returns the meta object for the containment reference list '
Domain Model References '. |
org.eclipse.emf.ecore.EClass |
getCustomDomainModelReference()
Returns the meta object for class '
Domain Model Reference '. |
VCustomFactory |
getCustomFactory()
Returns the factory that creates the instances of the model.
|
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 VCustomPackage eINSTANCE
static final int CUSTOM_CONTROL
Control
' class.
VCustomControlImpl
,
VCustomPackageImpl.getCustomControl()
,
Constant Field Valuesstatic final int CUSTOM_CONTROL__NAME
static final int CUSTOM_CONTROL__VISIBLE
static final int CUSTOM_CONTROL__ENABLED
static final int CUSTOM_CONTROL__READONLY
static final int CUSTOM_CONTROL__DIAGNOSTIC
static final int CUSTOM_CONTROL__ATTACHMENTS
static final int CUSTOM_CONTROL__LABEL_ALIGNMENT
static final int CUSTOM_CONTROL__DOMAIN_MODEL_REFERENCE
static final int CUSTOM_CONTROL__BUNDLE_NAME
static final int CUSTOM_CONTROL__CLASS_NAME
static final int CUSTOM_CONTROL_FEATURE_COUNT
static final int CUSTOM_DOMAIN_MODEL_REFERENCE
Domain Model Reference
' class.
static final int CUSTOM_DOMAIN_MODEL_REFERENCE__CHANGE_LISTENER
static final int CUSTOM_DOMAIN_MODEL_REFERENCE__DOMAIN_MODEL_REFERENCES
static final int CUSTOM_DOMAIN_MODEL_REFERENCE__BUNDLE_NAME
static final int CUSTOM_DOMAIN_MODEL_REFERENCE__CLASS_NAME
static final int CUSTOM_DOMAIN_MODEL_REFERENCE__CONTROL_CHECKED
static final int CUSTOM_DOMAIN_MODEL_REFERENCE_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getCustomControl()
Control
'.
VCustomControl
org.eclipse.emf.ecore.EAttribute getCustomControl_BundleName()
Bundle Name
'.
VCustomControl.getBundleName()
,
getCustomControl()
org.eclipse.emf.ecore.EAttribute getCustomControl_ClassName()
Class Name
'.
VCustomControl.getClassName()
,
getCustomControl()
org.eclipse.emf.ecore.EClass getCustomDomainModelReference()
Domain Model Reference
'.
VCustomDomainModelReference
org.eclipse.emf.ecore.EReference getCustomDomainModelReference_DomainModelReferences()
Domain Model References
'.
VCustomDomainModelReference.getDomainModelReferences()
,
getCustomDomainModelReference()
org.eclipse.emf.ecore.EAttribute getCustomDomainModelReference_BundleName()
Bundle Name
'.
VCustomDomainModelReference.getBundleName()
,
getCustomDomainModelReference()
org.eclipse.emf.ecore.EAttribute getCustomDomainModelReference_ClassName()
Class Name
'.
VCustomDomainModelReference.getClassName()
,
getCustomDomainModelReference()
org.eclipse.emf.ecore.EAttribute getCustomDomainModelReference_ControlChecked()
Control Checked
'.
VCustomDomainModelReference.isControlChecked()
,
getCustomDomainModelReference()
VCustomFactory getCustomFactory()
Copyright © 2017. All rights reserved.