|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
EcorePackage
interface,
instead.
@Deprecated public interface UMLPackage
The Package for the model. It contains accessors for the meta objects to represent
UMLFactory
Nested Class Summary | |
---|---|
static interface |
UMLPackage.Literals
Deprecated. 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 |
---|
EPackage.Descriptor, EPackage.Registry |
Field Summary | |
---|---|
static int |
CALL_OPERATION_ACTION
Deprecated. The meta object id for the ' Call Operation Action ' class |
static int |
CALL_OPERATION_ACTION__OPERATION
Deprecated. The feature id for the 'Operation' reference |
static int |
CALL_OPERATION_ACTION_FEATURE_COUNT
Deprecated. The number of structural features of the 'Call Operation Action' class |
static int |
CONSTRAINT
Deprecated. The meta object id for the ' Constraint ' class |
static int |
CONSTRAINT__BODY
Deprecated. The feature id for the 'Body' containment reference |
static int |
CONSTRAINT__CONSTRAINED_ELEMENT
Deprecated. The feature id for the 'Constrained Element' reference list |
static int |
CONSTRAINT__EANNOTATIONS
Deprecated. The feature id for the 'EAnnotations' containment reference list |
static int |
CONSTRAINT__INSTANCE_VAR_NAME
Deprecated. The feature id for the 'Instance Var Name' attribute |
static int |
CONSTRAINT__NAME
Deprecated. The feature id for the 'Name' attribute |
static int |
CONSTRAINT__STEREOTYPE
Deprecated. The feature id for the 'Stereotype' attribute |
static int |
CONSTRAINT_FEATURE_COUNT
Deprecated. The number of structural features of the 'Constraint' class |
static String |
copyright
Deprecated. |
static UMLPackage |
eINSTANCE
Deprecated. The singleton instance of the package |
static String |
eNAME
Deprecated. The package name |
static String |
eNS_PREFIX
Deprecated. The package namespace name |
static String |
eNS_URI
Deprecated. The package namespace URI |
static int |
SEND_SIGNAL_ACTION
Deprecated. The meta object id for the ' Send Signal Action ' class |
static int |
SEND_SIGNAL_ACTION__SIGNAL
Deprecated. The feature id for the 'Signal' reference |
static int |
SEND_SIGNAL_ACTION_FEATURE_COUNT
Deprecated. The number of structural features of the 'Send Signal Action' class |
static int |
TYPED_ELEMENT
Deprecated. The meta object id for the ' Typed Element ' class |
static int |
TYPED_ELEMENT__EANNOTATIONS
Deprecated. The feature id for the 'EAnnotations' containment reference list |
static int |
TYPED_ELEMENT__NAME
Deprecated. The feature id for the 'Name' attribute |
static int |
TYPED_ELEMENT__TYPE
Deprecated. The feature id for the 'Type' reference |
static int |
TYPED_ELEMENT_FEATURE_COUNT
Deprecated. The number of structural features of the 'Typed Element' class |
Method Summary | |
---|---|
EReference |
getCallOperationAction_Operation()
Deprecated. Returns the meta object for the reference ' Operation ' |
EClass |
getCallOperationAction()
Deprecated. Returns the meta object for class ' Call Operation Action ' |
EReference |
getConstraint_Body()
Deprecated. Returns the meta object for the containment reference ' Body ' |
EReference |
getConstraint_ConstrainedElement()
Deprecated. Returns the meta object for the reference list ' Constrained Element ' |
EAttribute |
getConstraint_InstanceVarName()
Deprecated. Returns the meta object for the attribute ' Instance Var Name ' |
EAttribute |
getConstraint_Stereotype()
Deprecated. Returns the meta object for the attribute ' Stereotype ' |
EClass |
getConstraint()
Deprecated. Returns the meta object for class ' Constraint ' |
EReference |
getSendSignalAction_Signal()
Deprecated. Returns the meta object for the reference ' Signal ' |
EClass |
getSendSignalAction()
Deprecated. Returns the meta object for class ' Send Signal Action ' |
EReference |
getTypedElement_Type()
Deprecated. Returns the meta object for the reference ' Type ' |
EClass |
getTypedElement()
Deprecated. Returns the meta object for class ' Typed Element ' |
UMLFactory |
getUMLFactory()
Deprecated. 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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final String copyright
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final UMLPackage eINSTANCE
static final int CONSTRAINT
Constraint
' class.
ConstraintImpl
,
UMLPackageImpl.getConstraint()
,
Constant Field Valuesstatic final int CALL_OPERATION_ACTION
Call Operation Action
' class.
CallOperationActionImpl
,
UMLPackageImpl.getCallOperationAction()
,
Constant Field Valuesstatic final int CALL_OPERATION_ACTION__OPERATION
static final int CALL_OPERATION_ACTION_FEATURE_COUNT
static final int CONSTRAINT__EANNOTATIONS
static final int CONSTRAINT__NAME
static final int CONSTRAINT__INSTANCE_VAR_NAME
static final int CONSTRAINT__BODY
static final int CONSTRAINT__CONSTRAINED_ELEMENT
static final int CONSTRAINT__STEREOTYPE
static final int CONSTRAINT_FEATURE_COUNT
static final int SEND_SIGNAL_ACTION
Send Signal Action
' class.
SendSignalActionImpl
,
UMLPackageImpl.getSendSignalAction()
,
Constant Field Valuesstatic final int SEND_SIGNAL_ACTION__SIGNAL
static final int SEND_SIGNAL_ACTION_FEATURE_COUNT
static final int TYPED_ELEMENT
Typed Element
' class.
TypedElementImpl
,
UMLPackageImpl.getTypedElement()
,
Constant Field Valuesstatic final int TYPED_ELEMENT__EANNOTATIONS
static final int TYPED_ELEMENT__NAME
static final int TYPED_ELEMENT__TYPE
static final int TYPED_ELEMENT_FEATURE_COUNT
Method Detail |
---|
EClass getConstraint()
Constraint
'.
Constraint
EAttribute getConstraint_InstanceVarName()
Instance Var Name
'.
Constraint.getInstanceVarName()
,
getConstraint()
EReference getConstraint_Body()
Body
'.
Constraint.getBody()
,
getConstraint()
EReference getConstraint_ConstrainedElement()
Constrained Element
'.
Constraint.getConstrainedElement()
,
getConstraint()
EAttribute getConstraint_Stereotype()
Stereotype
'.
Constraint.getStereotype()
,
getConstraint()
EClass getCallOperationAction()
Call Operation Action
'.
CallOperationAction
EReference getCallOperationAction_Operation()
Operation
'.
CallOperationAction.getOperation()
,
getCallOperationAction()
EClass getSendSignalAction()
Send Signal Action
'.
SendSignalAction
EReference getSendSignalAction_Signal()
Signal
'.
SendSignalAction.getSignal()
,
getSendSignalAction()
EClass getTypedElement()
Typed Element
'.
TypedElement
EReference getTypedElement_Type()
Type
'.
TypedElement.getType()
,
getTypedElement()
UMLFactory getUMLFactory()
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |