|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ABasePackage
The Package for the model. It contains accessors for the meta objects to represent
ABaseFactory
Nested Class Summary | |
---|---|
static interface |
ABasePackage.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 |
BOOLEAN
The meta object id for the ' BOOLEAN ' enum. |
static int |
BOOLEAN_VALUE
The meta object id for the ' Boolean Value ' class. |
static int |
BOOLEAN_VALUE__VALUE
The feature id for the 'Value' attribute. |
static int |
BOOLEAN_VALUE_FEATURE_COUNT
The number of structural features of the 'Boolean Value' class. |
static ABasePackage |
eINSTANCE
The singleton instance of the package. |
static java.lang.String |
eNAME
The package name. |
static java.lang.String |
eNS_PREFIX
The package namespace name. |
static java.lang.String |
eNS_URI
The package namespace URI. |
static int |
INT_VALUE
The meta object id for the ' Int Value ' class. |
static int |
INT_VALUE__VALUE
The feature id for the 'Value' attribute. |
static int |
INT_VALUE_FEATURE_COUNT
The number of structural features of the 'Int Value' class. |
static int |
REAL_VALUE
The meta object id for the ' Real Value ' class. |
static int |
REAL_VALUE__VALUE
The feature id for the 'Value' attribute. |
static int |
REAL_VALUE_FEATURE_COUNT
The number of structural features of the 'Real Value' class. |
static int |
STRING_VALUE
The meta object id for the ' String Value ' class. |
static int |
STRING_VALUE__VALUE
The feature id for the 'Value' attribute. |
static int |
STRING_VALUE_FEATURE_COUNT
The number of structural features of the 'String Value' class. |
static int |
VALUE
The meta object id for the ' Value ' class. |
static int |
VALUE_FEATURE_COUNT
The number of structural features of the 'Value' class. |
Method Summary | |
---|---|
ABaseFactory |
getABaseFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EEnum |
getBOOLEAN()
Returns the meta object for enum ' BOOLEAN '. |
org.eclipse.emf.ecore.EAttribute |
getBooleanValue_Value()
Returns the meta object for the attribute ' Value '. |
org.eclipse.emf.ecore.EClass |
getBooleanValue()
Returns the meta object for class ' Boolean Value '. |
org.eclipse.emf.ecore.EAttribute |
getIntValue_Value()
Returns the meta object for the attribute ' Value '. |
org.eclipse.emf.ecore.EClass |
getIntValue()
Returns the meta object for class ' Int Value '. |
org.eclipse.emf.ecore.EAttribute |
getRealValue_Value()
Returns the meta object for the attribute ' Value '. |
org.eclipse.emf.ecore.EClass |
getRealValue()
Returns the meta object for class ' Real Value '. |
org.eclipse.emf.ecore.EAttribute |
getStringValue_Value()
Returns the meta object for the attribute ' Value '. |
org.eclipse.emf.ecore.EClass |
getStringValue()
Returns the meta object for class ' String Value '. |
org.eclipse.emf.ecore.EClass |
getValue()
Returns the meta object for class ' Value '. |
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 java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ABasePackage eINSTANCE
static final int VALUE
Value
' class.
ValueImpl
,
ABasePackageImpl.getValue()
,
Constant Field Valuesstatic final int VALUE_FEATURE_COUNT
static final int INT_VALUE
Int Value
' class.
IntValueImpl
,
ABasePackageImpl.getIntValue()
,
Constant Field Valuesstatic final int INT_VALUE__VALUE
static final int INT_VALUE_FEATURE_COUNT
static final int REAL_VALUE
Real Value
' class.
RealValueImpl
,
ABasePackageImpl.getRealValue()
,
Constant Field Valuesstatic final int REAL_VALUE__VALUE
static final int REAL_VALUE_FEATURE_COUNT
static final int STRING_VALUE
String Value
' class.
StringValueImpl
,
ABasePackageImpl.getStringValue()
,
Constant Field Valuesstatic final int STRING_VALUE__VALUE
static final int STRING_VALUE_FEATURE_COUNT
static final int BOOLEAN_VALUE
Boolean Value
' class.
BooleanValueImpl
,
ABasePackageImpl.getBooleanValue()
,
Constant Field Valuesstatic final int BOOLEAN_VALUE__VALUE
static final int BOOLEAN_VALUE_FEATURE_COUNT
static final int BOOLEAN
BOOLEAN
' enum.
BOOLEAN
,
ABasePackageImpl.getBOOLEAN()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getValue()
Value
'.
Value
org.eclipse.emf.ecore.EClass getIntValue()
Int Value
'.
IntValue
org.eclipse.emf.ecore.EAttribute getIntValue_Value()
Value
'.
IntValue.getValue()
,
getIntValue()
org.eclipse.emf.ecore.EClass getRealValue()
Real Value
'.
RealValue
org.eclipse.emf.ecore.EAttribute getRealValue_Value()
Value
'.
RealValue.getValue()
,
getRealValue()
org.eclipse.emf.ecore.EClass getStringValue()
String Value
'.
StringValue
org.eclipse.emf.ecore.EAttribute getStringValue_Value()
Value
'.
StringValue.getValue()
,
getStringValue()
org.eclipse.emf.ecore.EClass getBooleanValue()
Boolean Value
'.
BooleanValue
org.eclipse.emf.ecore.EAttribute getBooleanValue_Value()
Value
'.
BooleanValue.getValue()
,
getBooleanValue()
org.eclipse.emf.ecore.EEnum getBOOLEAN()
BOOLEAN
'.
BOOLEAN
ABaseFactory getABaseFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |