public interface OperationsmodelPackage
extends org.eclipse.emf.ecore.EPackage
OperationsmodelFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
OperationsmodelPackage.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 OperationsmodelPackage |
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 |
EXTENDED_OPERATOR_SET
The meta object id for the '
Extended Operator Set' class |
static int |
EXTENDED_OPERATOR_SET__LANGUAGE_CODE
The feature id for the 'Language Code' attribute list
|
static int |
EXTENDED_OPERATOR_SET__SERVICE_CALLOUTS
The feature id for the 'Service Callouts' containment reference list
|
static int |
EXTENDED_OPERATOR_SET__STAND_ALONE_EXTENSIONS
The feature id for the 'Stand Alone Extensions' containment reference list
|
static int |
EXTENDED_OPERATOR_SET__STAND_ALONE_FOLDER_NAME
The feature id for the 'Stand Alone Folder Name' attribute list
|
static int |
EXTENDED_OPERATOR_SET__TYPE_EXTENSIONS
The feature id for the 'Type Extensions' containment reference list
|
static int |
EXTENDED_OPERATOR_SET_FEATURE_COUNT
The number of structural features of the 'Extended Operator Set' class
|
static int |
EXTENDED_OPERATOR_TYPE
The meta object id for the '
Extended Operator Type' enum |
static int |
METHOD
The meta object id for the '
Method' class |
static int |
METHOD__NAME
The feature id for the 'Name' attribute list
|
static int |
METHOD__PARAMETERS
The feature id for the 'Parameters' attribute list
|
static int |
METHOD__TOOLTIP
The feature id for the 'Tooltip' attribute list
|
static int |
METHOD_FEATURE_COUNT
The number of structural features of the 'Method' class
|
static int |
OPERATOR_NODE
The meta object id for the '
Operator Node' class |
static int |
OPERATOR_NODE__CHILDREN
The feature id for the 'Children' containment reference list
|
static int |
OPERATOR_NODE__ID
The feature id for the 'Id' attribute
|
static int |
OPERATOR_NODE__NAME
The feature id for the 'Name' attribute list
|
static int |
OPERATOR_NODE__OPERATOR_NODE_TYPE
The feature id for the 'Operator Node Type' attribute
|
static int |
OPERATOR_NODE__PARAMETERS
The feature id for the 'Parameters' attribute list
|
static int |
OPERATOR_NODE__PARENT
The feature id for the 'Parent' container reference
|
static int |
OPERATOR_NODE__TOOLTIP
The feature id for the 'Tooltip' attribute list
|
static int |
OPERATOR_NODE_FEATURE_COUNT
The number of structural features of the 'Operator Node' class
|
static int |
OPERATOR_NODE_TYPE
The meta object id for the '
Operator Node Type' enum |
static int |
OPERATOR_TREE
The meta object id for the '
Operator Tree' class |
static int |
OPERATOR_TREE__BUILD_NUMBER
The feature id for the 'Build Number' attribute
|
static int |
OPERATOR_TREE__EXTERNAL_CHECKSUM
The feature id for the 'External Checksum' attribute
|
static int |
OPERATOR_TREE__LANGUAGE_CODE
The feature id for the 'Language Code' attribute list
|
static int |
OPERATOR_TREE__MAJOR_SERVICE_NUMBER
The feature id for the 'Major Service Number' attribute
|
static int |
OPERATOR_TREE__MAJOR_VERSION_NUMBER
The feature id for the 'Major Version Number' attribute
|
static int |
OPERATOR_TREE__MINOR_SERVICE_NUMBER
The feature id for the 'Minor Service Number' attribute
|
static int |
OPERATOR_TREE__MINOR_VERSION_NUMBER
The feature id for the 'Minor Version Number' attribute
|
static int |
OPERATOR_TREE__ROOT
The feature id for the 'Root' containment reference
|
static int |
OPERATOR_TREE__UPDATE_STAMP
The feature id for the 'Update Stamp' attribute
|
static int |
OPERATOR_TREE__VALIDATION_MESSAGES
The feature id for the 'Validation Messages' containment reference list
|
static int |
OPERATOR_TREE__VALIDATION_REQUEST
The feature id for the 'Validation Request' attribute
|
static int |
OPERATOR_TREE_FEATURE_COUNT
The number of structural features of the 'Operator Tree' class
|
static int |
SERVICE_CALLOUT
The meta object id for the '
Service Callout' class |
static int |
SERVICE_CALLOUT__METHODS
The feature id for the 'Methods' containment reference list
|
static int |
SERVICE_CALLOUT__NAME
The feature id for the 'Name' attribute list
|
static int |
SERVICE_CALLOUT_FEATURE_COUNT
The number of structural features of the 'Service Callout' class
|
static int |
STAND_ALONE_EXTENSION
The meta object id for the '
Stand Alone Extension' class |
static int |
STAND_ALONE_EXTENSION__METHODS
The feature id for the 'Methods' containment reference list
|
static int |
STAND_ALONE_EXTENSION__NAME
The feature id for the 'Name' attribute list
|
static int |
STAND_ALONE_EXTENSION_FEATURE_COUNT
The number of structural features of the 'Stand Alone Extension' class
|
static int |
TYPE_EXTENSION
The meta object id for the '
Type Extension' class |
static int |
TYPE_EXTENSION__METHODS
The feature id for the 'Methods' containment reference list
|
static int |
TYPE_EXTENSION__TYPE
The feature id for the 'Type' attribute
|
static int |
TYPE_EXTENSION_FEATURE_COUNT
The number of structural features of the 'Type Extension' class
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getExtendedOperatorSet_LanguageCode()
Returns the meta object for the attribute list '
Language Code' |
org.eclipse.emf.ecore.EReference |
getExtendedOperatorSet_ServiceCallouts()
Returns the meta object for the containment reference list '
Service Callouts' |
org.eclipse.emf.ecore.EReference |
getExtendedOperatorSet_StandAloneExtensions()
Returns the meta object for the containment reference list '
Stand Alone Extensions' |
org.eclipse.emf.ecore.EAttribute |
getExtendedOperatorSet_StandAloneFolderName()
Returns the meta object for the attribute list '
Stand Alone Folder Name' |
org.eclipse.emf.ecore.EReference |
getExtendedOperatorSet_TypeExtensions()
Returns the meta object for the containment reference list '
Type Extensions' |
org.eclipse.emf.ecore.EClass |
getExtendedOperatorSet()
Returns the meta object for class '
Extended Operator Set' |
org.eclipse.emf.ecore.EEnum |
getExtendedOperatorType()
Returns the meta object for enum '
Extended Operator Type' |
org.eclipse.emf.ecore.EAttribute |
getMethod_Name()
Returns the meta object for the attribute list '
Name' |
org.eclipse.emf.ecore.EAttribute |
getMethod_Parameters()
Returns the meta object for the attribute list '
Parameters' |
org.eclipse.emf.ecore.EAttribute |
getMethod_Tooltip()
Returns the meta object for the attribute list '
Tooltip' |
org.eclipse.emf.ecore.EClass |
getMethod()
Returns the meta object for class '
Method' |
OperationsmodelFactory |
getOperationsmodelFactory()
Returns the factory that creates the instances of the model
|
org.eclipse.emf.ecore.EReference |
getOperatorNode_Children()
Returns the meta object for the containment reference list '
Children' |
org.eclipse.emf.ecore.EAttribute |
getOperatorNode_Id()
Returns the meta object for the attribute '
Id' |
org.eclipse.emf.ecore.EAttribute |
getOperatorNode_Name()
Returns the meta object for the attribute list '
Name' |
org.eclipse.emf.ecore.EAttribute |
getOperatorNode_OperatorNodeType()
Returns the meta object for the attribute '
Operator Node Type' |
org.eclipse.emf.ecore.EAttribute |
getOperatorNode_Parameters()
Returns the meta object for the attribute list '
Parameters' |
org.eclipse.emf.ecore.EReference |
getOperatorNode_Parent()
Returns the meta object for the container reference '
Parent' |
org.eclipse.emf.ecore.EAttribute |
getOperatorNode_Tooltip()
Returns the meta object for the attribute list '
Tooltip' |
org.eclipse.emf.ecore.EClass |
getOperatorNode()
Returns the meta object for class '
Operator Node' |
org.eclipse.emf.ecore.EEnum |
getOperatorNodeType()
Returns the meta object for enum '
Operator Node Type' |
org.eclipse.emf.ecore.EReference |
getOperatorTree_Root()
Returns the meta object for the containment reference '
Root' |
org.eclipse.emf.ecore.EClass |
getOperatorTree()
Returns the meta object for class '
Operator Tree' |
org.eclipse.emf.ecore.EReference |
getServiceCallout_Methods()
Returns the meta object for the containment reference list '
Methods' |
org.eclipse.emf.ecore.EAttribute |
getServiceCallout_Name()
Returns the meta object for the attribute list '
Name' |
org.eclipse.emf.ecore.EClass |
getServiceCallout()
Returns the meta object for class '
Service Callout' |
org.eclipse.emf.ecore.EReference |
getStandAloneExtension_Methods()
Returns the meta object for the containment reference list '
Methods' |
org.eclipse.emf.ecore.EAttribute |
getStandAloneExtension_Name()
Returns the meta object for the attribute list '
Name' |
org.eclipse.emf.ecore.EClass |
getStandAloneExtension()
Returns the meta object for class '
Stand Alone Extension' |
org.eclipse.emf.ecore.EReference |
getTypeExtension_Methods()
Returns the meta object for the containment reference list '
Methods' |
org.eclipse.emf.ecore.EAttribute |
getTypeExtension_Type()
Returns the meta object for the attribute '
Type' |
org.eclipse.emf.ecore.EClass |
getTypeExtension()
Returns the meta object for class '
Type Extension' |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final OperationsmodelPackage eINSTANCE
static final int OPERATOR_TREE
Operator Tree' class.
OperatorTreeImpl,
OperationsmodelPackageImpl.getOperatorTree(),
Constant Field Valuesstatic final int OPERATOR_TREE__LANGUAGE_CODE
static final int OPERATOR_TREE__MAJOR_VERSION_NUMBER
static final int OPERATOR_TREE__MINOR_VERSION_NUMBER
static final int OPERATOR_TREE__MAJOR_SERVICE_NUMBER
static final int OPERATOR_TREE__MINOR_SERVICE_NUMBER
static final int OPERATOR_TREE__BUILD_NUMBER
static final int OPERATOR_TREE__UPDATE_STAMP
static final int OPERATOR_TREE__VALIDATION_REQUEST
static final int OPERATOR_TREE__EXTERNAL_CHECKSUM
static final int OPERATOR_TREE__VALIDATION_MESSAGES
static final int OPERATOR_TREE__ROOT
static final int OPERATOR_TREE_FEATURE_COUNT
static final int OPERATOR_NODE
Operator Node' class.
OperatorNodeImpl,
OperationsmodelPackageImpl.getOperatorNode(),
Constant Field Valuesstatic final int OPERATOR_NODE__ID
static final int OPERATOR_NODE__OPERATOR_NODE_TYPE
static final int OPERATOR_NODE__NAME
static final int OPERATOR_NODE__PARAMETERS
static final int OPERATOR_NODE__TOOLTIP
static final int OPERATOR_NODE__CHILDREN
static final int OPERATOR_NODE__PARENT
static final int OPERATOR_NODE_FEATURE_COUNT
static final int METHOD
Method' class.
MethodImpl,
OperationsmodelPackageImpl.getMethod(),
Constant Field Valuesstatic final int METHOD__NAME
static final int METHOD__PARAMETERS
static final int METHOD__TOOLTIP
static final int METHOD_FEATURE_COUNT
static final int EXTENDED_OPERATOR_SET
Extended Operator Set' class.
ExtendedOperatorSetImpl,
OperationsmodelPackageImpl.getExtendedOperatorSet(),
Constant Field Valuesstatic final int EXTENDED_OPERATOR_SET__LANGUAGE_CODE
static final int EXTENDED_OPERATOR_SET__STAND_ALONE_FOLDER_NAME
static final int EXTENDED_OPERATOR_SET__STAND_ALONE_EXTENSIONS
static final int EXTENDED_OPERATOR_SET__TYPE_EXTENSIONS
static final int EXTENDED_OPERATOR_SET__SERVICE_CALLOUTS
static final int EXTENDED_OPERATOR_SET_FEATURE_COUNT
static final int STAND_ALONE_EXTENSION
Stand Alone Extension' class.
StandAloneExtensionImpl,
OperationsmodelPackageImpl.getStandAloneExtension(),
Constant Field Valuesstatic final int STAND_ALONE_EXTENSION__NAME
static final int STAND_ALONE_EXTENSION__METHODS
static final int STAND_ALONE_EXTENSION_FEATURE_COUNT
static final int TYPE_EXTENSION
Type Extension' class.
TypeExtensionImpl,
OperationsmodelPackageImpl.getTypeExtension(),
Constant Field Valuesstatic final int TYPE_EXTENSION__TYPE
static final int TYPE_EXTENSION__METHODS
static final int TYPE_EXTENSION_FEATURE_COUNT
static final int SERVICE_CALLOUT
Service Callout' class.
ServiceCalloutImpl,
OperationsmodelPackageImpl.getServiceCallout(),
Constant Field Valuesstatic final int SERVICE_CALLOUT__NAME
static final int SERVICE_CALLOUT__METHODS
static final int SERVICE_CALLOUT_FEATURE_COUNT
static final int OPERATOR_NODE_TYPE
Operator Node Type' enum.
OperatorNodeType,
OperationsmodelPackageImpl.getOperatorNodeType(),
Constant Field Valuesstatic final int EXTENDED_OPERATOR_TYPE
Extended Operator Type' enum.
ExtendedOperatorType,
OperationsmodelPackageImpl.getExtendedOperatorType(),
Constant Field Valuesorg.eclipse.emf.ecore.EClass getOperatorTree()
Operator Tree'.
OperatorTreeorg.eclipse.emf.ecore.EReference getOperatorTree_Root()
Root'.
OperatorTree.getRoot(),
getOperatorTree()org.eclipse.emf.ecore.EClass getOperatorNode()
Operator Node'.
OperatorNodeorg.eclipse.emf.ecore.EAttribute getOperatorNode_Id()
Id'.
OperatorNode.getId(),
getOperatorNode()org.eclipse.emf.ecore.EAttribute getOperatorNode_OperatorNodeType()
Operator Node Type'.
OperatorNode.getOperatorNodeType(),
getOperatorNode()org.eclipse.emf.ecore.EAttribute getOperatorNode_Name()
Name'.
OperatorNode.getName(),
getOperatorNode()org.eclipse.emf.ecore.EAttribute getOperatorNode_Parameters()
Parameters'.
OperatorNode.getParameters(),
getOperatorNode()org.eclipse.emf.ecore.EAttribute getOperatorNode_Tooltip()
Tooltip'.
OperatorNode.getTooltip(),
getOperatorNode()org.eclipse.emf.ecore.EReference getOperatorNode_Children()
Children'.
OperatorNode.getChildren(),
getOperatorNode()org.eclipse.emf.ecore.EReference getOperatorNode_Parent()
Parent'.
OperatorNode.getParent(),
getOperatorNode()org.eclipse.emf.ecore.EClass getMethod()
Method'.
Methodorg.eclipse.emf.ecore.EAttribute getMethod_Name()
Name'.
Method.getName(),
getMethod()org.eclipse.emf.ecore.EAttribute getMethod_Parameters()
Parameters'.
Method.getParameters(),
getMethod()org.eclipse.emf.ecore.EAttribute getMethod_Tooltip()
Tooltip'.
Method.getTooltip(),
getMethod()org.eclipse.emf.ecore.EClass getExtendedOperatorSet()
Extended Operator Set'.
ExtendedOperatorSetorg.eclipse.emf.ecore.EAttribute getExtendedOperatorSet_LanguageCode()
Language Code'.
ExtendedOperatorSet.getLanguageCode(),
getExtendedOperatorSet()org.eclipse.emf.ecore.EAttribute getExtendedOperatorSet_StandAloneFolderName()
Stand Alone Folder Name'.
ExtendedOperatorSet.getStandAloneFolderName(),
getExtendedOperatorSet()org.eclipse.emf.ecore.EReference getExtendedOperatorSet_StandAloneExtensions()
Stand Alone Extensions'.
ExtendedOperatorSet.getStandAloneExtensions(),
getExtendedOperatorSet()org.eclipse.emf.ecore.EReference getExtendedOperatorSet_TypeExtensions()
Type Extensions'.
ExtendedOperatorSet.getTypeExtensions(),
getExtendedOperatorSet()org.eclipse.emf.ecore.EReference getExtendedOperatorSet_ServiceCallouts()
Service Callouts'.
ExtendedOperatorSet.getServiceCallouts(),
getExtendedOperatorSet()org.eclipse.emf.ecore.EClass getStandAloneExtension()
Stand Alone Extension'.
StandAloneExtensionorg.eclipse.emf.ecore.EAttribute getStandAloneExtension_Name()
Name'.
StandAloneExtension.getName(),
getStandAloneExtension()org.eclipse.emf.ecore.EReference getStandAloneExtension_Methods()
Methods'.
StandAloneExtension.getMethods(),
getStandAloneExtension()org.eclipse.emf.ecore.EClass getTypeExtension()
Type Extension'.
TypeExtensionorg.eclipse.emf.ecore.EAttribute getTypeExtension_Type()
Type'.
TypeExtension.getType(),
getTypeExtension()org.eclipse.emf.ecore.EReference getTypeExtension_Methods()
Methods'.
TypeExtension.getMethods(),
getTypeExtension()org.eclipse.emf.ecore.EClass getServiceCallout()
Service Callout'.
ServiceCalloutorg.eclipse.emf.ecore.EAttribute getServiceCallout_Name()
Name'.
ServiceCallout.getName(),
getServiceCallout()org.eclipse.emf.ecore.EReference getServiceCallout_Methods()
Methods'.
ServiceCallout.getMethods(),
getServiceCallout()org.eclipse.emf.ecore.EEnum getOperatorNodeType()
Operator Node Type'.
OperatorNodeTypeorg.eclipse.emf.ecore.EEnum getExtendedOperatorType()
Extended Operator Type'.
ExtendedOperatorTypeOperationsmodelFactory getOperationsmodelFactory()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.