TPTP 4.6.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.symptom.sample.action
Interface ActionPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ActionPackageImpl

public interface ActionPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ActionFactory
Generated
[EMF] Model
kind="package"

Nested Class Summary
static interface ActionPackage.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 DEFAULT_RETURN_CODES
          The meta object id for the 'Default Return Codes' enum
static int DEFAULT_RETURN_CODES_OBJECT
          The meta object id for the 'Default Return Codes Object' data type
static int DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list
static int DOCUMENT_ROOT__SAMPLE_ACTION
          The feature id for the 'Sample Action' containment reference
static int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The feature id for the 'XMLNS Prefix Map' map
static int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The feature id for the 'XSI Schema Location' map
static int DOCUMENT_ROOT_FEATURE_COUNT
          The number of structural features of the 'Document Root' class
static ActionPackage 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 RETURN_CODE
          The meta object id for the 'Return Code' data type
static int SAMPLE_ACTION
          The meta object id for the 'Sample Action' class
static int SAMPLE_ACTION__ARGUMENTS
          The feature id for the 'Arguments' attribute list
static int SAMPLE_ACTION__CLASS_NAME
          The feature id for the 'Class Name' attribute
static int SAMPLE_ACTION__CLASS_PATH
          The feature id for the 'Class Path' attribute list
static int SAMPLE_ACTION__EXEC_STATUS
          The feature id for the 'Exec Status' containment reference
static int SAMPLE_ACTION__GUID
          The feature id for the 'Guid' attribute
static int SAMPLE_ACTION_FEATURE_COUNT
          The number of structural features of the 'Sample Action' class
static int STATUS
          The meta object id for the 'Status' class
static int STATUS__CODE
          The feature id for the 'Code' attribute
static int STATUS__MESSAGE
          The feature id for the 'Message' attribute
static int STATUS_FEATURE_COUNT
          The number of structural features of the 'Status' class
static int UNDEFINED_RETURN_CODE
          The meta object id for the 'Undefined Return Code' data type
 
Method Summary
 ActionFactory getActionFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EEnum getDefaultReturnCodes()
          Returns the meta object for enum 'Default Return Codes'
 org.eclipse.emf.ecore.EDataType getDefaultReturnCodesObject()
          Returns the meta object for data type 'Default Return Codes Object'
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'
 org.eclipse.emf.ecore.EReference getDocumentRoot_SampleAction()
          Returns the meta object for the containment reference 'Sample Action'
 org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'
 org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'
 org.eclipse.emf.ecore.EClass getDocumentRoot()
          Returns the meta object for class 'Document Root'
 org.eclipse.emf.ecore.EDataType getReturnCode()
          Returns the meta object for data type 'Return Code'
 org.eclipse.emf.ecore.EAttribute getSampleAction_Arguments()
          Returns the meta object for the attribute list 'Arguments'
 org.eclipse.emf.ecore.EAttribute getSampleAction_ClassName()
          Returns the meta object for the attribute 'Class Name'
 org.eclipse.emf.ecore.EAttribute getSampleAction_ClassPath()
          Returns the meta object for the attribute list 'Class Path'
 org.eclipse.emf.ecore.EReference getSampleAction_ExecStatus()
          Returns the meta object for the containment reference 'Exec Status'
 org.eclipse.emf.ecore.EAttribute getSampleAction_Guid()
          Returns the meta object for the attribute 'Guid'
 org.eclipse.emf.ecore.EClass getSampleAction()
          Returns the meta object for class 'Sample Action'
 org.eclipse.emf.ecore.EAttribute getStatus_Code()
          Returns the meta object for the attribute 'Code'
 org.eclipse.emf.ecore.EAttribute getStatus_Message()
          Returns the meta object for the attribute 'Message'
 org.eclipse.emf.ecore.EClass getStatus()
          Returns the meta object for class 'Status'
 org.eclipse.emf.ecore.EDataType getUndefinedReturnCode()
          Returns the meta object for data type 'Undefined Return Code'
 
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

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated

eINSTANCE

static final ActionPackage eINSTANCE
The singleton instance of the package.

Generated

DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

See Also:
DocumentRootImpl, ActionPackageImpl.getDocumentRoot(), Constant Field Values
Generated

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__SAMPLE_ACTION

static final int DOCUMENT_ROOT__SAMPLE_ACTION
The feature id for the 'Sample Action' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SAMPLE_ACTION

static final int SAMPLE_ACTION
The meta object id for the 'Sample Action' class.

See Also:
SampleActionImpl, ActionPackageImpl.getSampleAction(), Constant Field Values
Generated

SAMPLE_ACTION__CLASS_PATH

static final int SAMPLE_ACTION__CLASS_PATH
The feature id for the 'Class Path' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SAMPLE_ACTION__ARGUMENTS

static final int SAMPLE_ACTION__ARGUMENTS
The feature id for the 'Arguments' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SAMPLE_ACTION__EXEC_STATUS

static final int SAMPLE_ACTION__EXEC_STATUS
The feature id for the 'Exec Status' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SAMPLE_ACTION__CLASS_NAME

static final int SAMPLE_ACTION__CLASS_NAME
The feature id for the 'Class Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SAMPLE_ACTION__GUID

static final int SAMPLE_ACTION__GUID
The feature id for the 'Guid' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SAMPLE_ACTION_FEATURE_COUNT

static final int SAMPLE_ACTION_FEATURE_COUNT
The number of structural features of the 'Sample Action' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

STATUS

static final int STATUS
The meta object id for the 'Status' class.

See Also:
StatusImpl, ActionPackageImpl.getStatus(), Constant Field Values
Generated

STATUS__CODE

static final int STATUS__CODE
The feature id for the 'Code' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

STATUS__MESSAGE

static final int STATUS__MESSAGE
The feature id for the 'Message' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

STATUS_FEATURE_COUNT

static final int STATUS_FEATURE_COUNT
The number of structural features of the 'Status' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DEFAULT_RETURN_CODES

static final int DEFAULT_RETURN_CODES
The meta object id for the 'Default Return Codes' enum.

See Also:
DefaultReturnCodes, ActionPackageImpl.getDefaultReturnCodes(), Constant Field Values
Generated

DEFAULT_RETURN_CODES_OBJECT

static final int DEFAULT_RETURN_CODES_OBJECT
The meta object id for the 'Default Return Codes Object' data type.

See Also:
DefaultReturnCodes, ActionPackageImpl.getDefaultReturnCodesObject(), Constant Field Values
Generated

RETURN_CODE

static final int RETURN_CODE
The meta object id for the 'Return Code' data type.

See Also:
Object, ActionPackageImpl.getReturnCode(), Constant Field Values
Generated

UNDEFINED_RETURN_CODE

static final int UNDEFINED_RETURN_CODE
The meta object id for the 'Undefined Return Code' data type.

See Also:
String, ActionPackageImpl.getUndefinedReturnCode(), Constant Field Values
Generated
Method Detail

getDocumentRoot

org.eclipse.emf.ecore.EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot
Generated

getDocumentRoot_Mixed

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()
Generated

getDocumentRoot_XMLNSPrefixMap

org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()
Generated

getDocumentRoot_XSISchemaLocation

org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()
Generated

getDocumentRoot_SampleAction

org.eclipse.emf.ecore.EReference getDocumentRoot_SampleAction()
Returns the meta object for the containment reference 'Sample Action'.

Returns:
the meta object for the containment reference 'Sample Action'.
See Also:
DocumentRoot.getSampleAction(), getDocumentRoot()
Generated

getSampleAction

org.eclipse.emf.ecore.EClass getSampleAction()
Returns the meta object for class 'Sample Action'.

Returns:
the meta object for class 'Sample Action'.
See Also:
SampleAction
Generated

getSampleAction_ClassPath

org.eclipse.emf.ecore.EAttribute getSampleAction_ClassPath()
Returns the meta object for the attribute list 'Class Path'.

Returns:
the meta object for the attribute list 'Class Path'.
See Also:
SampleAction.getClassPath(), getSampleAction()
Generated

getSampleAction_Arguments

org.eclipse.emf.ecore.EAttribute getSampleAction_Arguments()
Returns the meta object for the attribute list 'Arguments'.

Returns:
the meta object for the attribute list 'Arguments'.
See Also:
SampleAction.getArguments(), getSampleAction()
Generated

getSampleAction_ExecStatus

org.eclipse.emf.ecore.EReference getSampleAction_ExecStatus()
Returns the meta object for the containment reference 'Exec Status'.

Returns:
the meta object for the containment reference 'Exec Status'.
See Also:
SampleAction.getExecStatus(), getSampleAction()
Generated

getSampleAction_ClassName

org.eclipse.emf.ecore.EAttribute getSampleAction_ClassName()
Returns the meta object for the attribute 'Class Name'.

Returns:
the meta object for the attribute 'Class Name'.
See Also:
SampleAction.getClassName(), getSampleAction()
Generated

getSampleAction_Guid

org.eclipse.emf.ecore.EAttribute getSampleAction_Guid()
Returns the meta object for the attribute 'Guid'.

Returns:
the meta object for the attribute 'Guid'.
See Also:
SampleAction.getGuid(), getSampleAction()
Generated

getStatus

org.eclipse.emf.ecore.EClass getStatus()
Returns the meta object for class 'Status'.

Returns:
the meta object for class 'Status'.
See Also:
Status
Generated

getStatus_Code

org.eclipse.emf.ecore.EAttribute getStatus_Code()
Returns the meta object for the attribute 'Code'.

Returns:
the meta object for the attribute 'Code'.
See Also:
Status.getCode(), getStatus()
Generated

getStatus_Message

org.eclipse.emf.ecore.EAttribute getStatus_Message()
Returns the meta object for the attribute 'Message'.

Returns:
the meta object for the attribute 'Message'.
See Also:
Status.getMessage(), getStatus()
Generated

getDefaultReturnCodes

org.eclipse.emf.ecore.EEnum getDefaultReturnCodes()
Returns the meta object for enum 'Default Return Codes'.

Returns:
the meta object for enum 'Default Return Codes'.
See Also:
DefaultReturnCodes
Generated

getDefaultReturnCodesObject

org.eclipse.emf.ecore.EDataType getDefaultReturnCodesObject()
Returns the meta object for data type 'Default Return Codes Object'.

Returns:
the meta object for data type 'Default Return Codes Object'.
See Also:
DefaultReturnCodes
Generated
[EMF] Model
instanceClass="org.eclipse.tptp.symptom.sample.action.DefaultReturnCodes" extendedMetaData="name='DefaultReturnCodes:Object' baseType='DefaultReturnCodes'"

getReturnCode

org.eclipse.emf.ecore.EDataType getReturnCode()
Returns the meta object for data type 'Return Code'.

Returns:
the meta object for data type 'Return Code'.
See Also:
Object
Generated
[EMF] Model
instanceClass="java.lang.Object" extendedMetaData="name='ReturnCode' memberTypes='UndefinedReturnCode DefaultReturnCodes'"

getUndefinedReturnCode

org.eclipse.emf.ecore.EDataType getUndefinedReturnCode()
Returns the meta object for data type 'Undefined Return Code'.

Returns:
the meta object for data type 'Undefined Return Code'.
See Also:
String
Generated
[EMF] Model
instanceClass="java.lang.String" extendedMetaData="name='UndefinedReturnCode' baseType='http://www.eclipse.org/emf/2003/XMLType#string' maxLength='32'"

getActionFactory

ActionFactory getActionFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated

TPTP 4.6.0 Monitoring Tools Project
Public API Specification