|
TPTP 4.6.0 Monitoring Tools Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActionPackage
The Package for the model. It contains accessors for the meta objects to represent
ActionFactory| 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 |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ActionPackage eINSTANCE
static final int DOCUMENT_ROOT
Document Root' class.
DocumentRootImpl,
ActionPackageImpl.getDocumentRoot(),
Constant Field Valuesstatic final int DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int DOCUMENT_ROOT__SAMPLE_ACTION
static final int DOCUMENT_ROOT_FEATURE_COUNT
static final int SAMPLE_ACTION
Sample Action' class.
SampleActionImpl,
ActionPackageImpl.getSampleAction(),
Constant Field Valuesstatic final int SAMPLE_ACTION__CLASS_PATH
static final int SAMPLE_ACTION__ARGUMENTS
static final int SAMPLE_ACTION__EXEC_STATUS
static final int SAMPLE_ACTION__CLASS_NAME
static final int SAMPLE_ACTION__GUID
static final int SAMPLE_ACTION_FEATURE_COUNT
static final int STATUS
Status' class.
StatusImpl,
ActionPackageImpl.getStatus(),
Constant Field Valuesstatic final int STATUS__CODE
static final int STATUS__MESSAGE
static final int STATUS_FEATURE_COUNT
static final int DEFAULT_RETURN_CODES
Default Return Codes' enum.
DefaultReturnCodes,
ActionPackageImpl.getDefaultReturnCodes(),
Constant Field Valuesstatic final int DEFAULT_RETURN_CODES_OBJECT
DefaultReturnCodes,
ActionPackageImpl.getDefaultReturnCodesObject(),
Constant Field Valuesstatic final int RETURN_CODE
Object,
ActionPackageImpl.getReturnCode(),
Constant Field Valuesstatic final int UNDEFINED_RETURN_CODE
String,
ActionPackageImpl.getUndefinedReturnCode(),
Constant Field Values| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getDocumentRoot()
Document Root'.
DocumentRootorg.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Mixed'.
DocumentRoot.getMixed(),
getDocumentRoot()org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
XMLNS Prefix Map'.
DocumentRoot.getXMLNSPrefixMap(),
getDocumentRoot()org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
XSI Schema Location'.
DocumentRoot.getXSISchemaLocation(),
getDocumentRoot()org.eclipse.emf.ecore.EReference getDocumentRoot_SampleAction()
Sample Action'.
DocumentRoot.getSampleAction(),
getDocumentRoot()org.eclipse.emf.ecore.EClass getSampleAction()
Sample Action'.
SampleActionorg.eclipse.emf.ecore.EAttribute getSampleAction_ClassPath()
Class Path'.
SampleAction.getClassPath(),
getSampleAction()org.eclipse.emf.ecore.EAttribute getSampleAction_Arguments()
Arguments'.
SampleAction.getArguments(),
getSampleAction()org.eclipse.emf.ecore.EReference getSampleAction_ExecStatus()
Exec Status'.
SampleAction.getExecStatus(),
getSampleAction()org.eclipse.emf.ecore.EAttribute getSampleAction_ClassName()
Class Name'.
SampleAction.getClassName(),
getSampleAction()org.eclipse.emf.ecore.EAttribute getSampleAction_Guid()
Guid'.
SampleAction.getGuid(),
getSampleAction()org.eclipse.emf.ecore.EClass getStatus()
Status'.
Statusorg.eclipse.emf.ecore.EAttribute getStatus_Code()
Code'.
Status.getCode(),
getStatus()org.eclipse.emf.ecore.EAttribute getStatus_Message()
Message'.
Status.getMessage(),
getStatus()org.eclipse.emf.ecore.EEnum getDefaultReturnCodes()
Default Return Codes'.
DefaultReturnCodesorg.eclipse.emf.ecore.EDataType getDefaultReturnCodesObject()
Default Return Codes Object'.
DefaultReturnCodesorg.eclipse.emf.ecore.EDataType getReturnCode()
Return Code'.
Objectorg.eclipse.emf.ecore.EDataType getUndefinedReturnCode()
Undefined Return Code'.
StringActionFactory getActionFactory()
|
TPTP 4.6.0 Monitoring Tools Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||