|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VCustomPackage
The Package for the model. It contains accessors for the meta objects to represent
VCustomFactory
Nested Class Summary | |
---|---|
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 |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
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.
VCustomDomainModelReferenceImpl
,
VCustomPackageImpl.getCustomDomainModelReference()
,
Constant Field Valuesstatic 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
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |