TPTP 4.4.0 Monitoring Tools Project
Public API Specification

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

Enclosing interface:
ActionPackage

public static interface ActionPackage.Literals

Defines literals for the meta objects that represent

Generated

Field Summary
static org.eclipse.emf.ecore.EEnum DEFAULT_RETURN_CODES
          The meta object literal for the 'Default Return Codes' enum
static org.eclipse.emf.ecore.EDataType DEFAULT_RETURN_CODES_OBJECT
          The meta object literal for the 'Default Return Codes Object' data type
static org.eclipse.emf.ecore.EClass DOCUMENT_ROOT
          The meta object literal for the 'Document Root' class
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__MIXED
          The meta object literal for the 'Mixed' attribute list feature
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__SAMPLE_ACTION
          The meta object literal for the 'Sample Action' containment reference feature
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The meta object literal for the 'XMLNS Prefix Map' map feature
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The meta object literal for the 'XSI Schema Location' map feature
static org.eclipse.emf.ecore.EDataType RETURN_CODE
          The meta object literal for the 'Return Code' data type
static org.eclipse.emf.ecore.EClass SAMPLE_ACTION
          The meta object literal for the 'Sample Action' class
static org.eclipse.emf.ecore.EAttribute SAMPLE_ACTION__ARGUMENTS
          The meta object literal for the 'Arguments' attribute list feature
static org.eclipse.emf.ecore.EAttribute SAMPLE_ACTION__CLASS_NAME
          The meta object literal for the 'Class Name' attribute feature
static org.eclipse.emf.ecore.EAttribute SAMPLE_ACTION__CLASS_PATH
          The meta object literal for the 'Class Path' attribute list feature
static org.eclipse.emf.ecore.EReference SAMPLE_ACTION__EXEC_STATUS
          The meta object literal for the 'Exec Status' containment reference feature
static org.eclipse.emf.ecore.EAttribute SAMPLE_ACTION__GUID
          The meta object literal for the 'Guid' attribute feature
static org.eclipse.emf.ecore.EClass STATUS
          The meta object literal for the 'Status' class
static org.eclipse.emf.ecore.EAttribute STATUS__CODE
          The meta object literal for the 'Code' attribute feature
static org.eclipse.emf.ecore.EAttribute STATUS__MESSAGE
          The meta object literal for the 'Message' attribute feature
static org.eclipse.emf.ecore.EDataType UNDEFINED_RETURN_CODE
          The meta object literal for the 'Undefined Return Code' data type
 

Field Detail

DOCUMENT_ROOT

public static final org.eclipse.emf.ecore.EClass DOCUMENT_ROOT
The meta object literal for the 'Document Root' class.

See Also:
DocumentRootImpl, ActionPackageImpl.getDocumentRoot()
Generated

DOCUMENT_ROOT__MIXED

public static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__MIXED
The meta object literal for the 'Mixed' attribute list feature.

Generated

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

public static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The meta object literal for the 'XMLNS Prefix Map' map feature.

Generated

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

public static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The meta object literal for the 'XSI Schema Location' map feature.

Generated

DOCUMENT_ROOT__SAMPLE_ACTION

public static final org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__SAMPLE_ACTION
The meta object literal for the 'Sample Action' containment reference feature.

Generated

SAMPLE_ACTION

public static final org.eclipse.emf.ecore.EClass SAMPLE_ACTION
The meta object literal for the 'Sample Action' class.

See Also:
SampleActionImpl, ActionPackageImpl.getSampleAction()
Generated

SAMPLE_ACTION__CLASS_PATH

public static final org.eclipse.emf.ecore.EAttribute SAMPLE_ACTION__CLASS_PATH
The meta object literal for the 'Class Path' attribute list feature.

Generated

SAMPLE_ACTION__ARGUMENTS

public static final org.eclipse.emf.ecore.EAttribute SAMPLE_ACTION__ARGUMENTS
The meta object literal for the 'Arguments' attribute list feature.

Generated

SAMPLE_ACTION__EXEC_STATUS

public static final org.eclipse.emf.ecore.EReference SAMPLE_ACTION__EXEC_STATUS
The meta object literal for the 'Exec Status' containment reference feature.

Generated

SAMPLE_ACTION__CLASS_NAME

public static final org.eclipse.emf.ecore.EAttribute SAMPLE_ACTION__CLASS_NAME
The meta object literal for the 'Class Name' attribute feature.

Generated

SAMPLE_ACTION__GUID

public static final org.eclipse.emf.ecore.EAttribute SAMPLE_ACTION__GUID
The meta object literal for the 'Guid' attribute feature.

Generated

STATUS

public static final org.eclipse.emf.ecore.EClass STATUS
The meta object literal for the 'Status' class.

See Also:
StatusImpl, ActionPackageImpl.getStatus()
Generated

STATUS__CODE

public static final org.eclipse.emf.ecore.EAttribute STATUS__CODE
The meta object literal for the 'Code' attribute feature.

Generated

STATUS__MESSAGE

public static final org.eclipse.emf.ecore.EAttribute STATUS__MESSAGE
The meta object literal for the 'Message' attribute feature.

Generated

DEFAULT_RETURN_CODES

public static final org.eclipse.emf.ecore.EEnum DEFAULT_RETURN_CODES
The meta object literal for the 'Default Return Codes' enum.

See Also:
DefaultReturnCodes, ActionPackageImpl.getDefaultReturnCodes()
Generated

DEFAULT_RETURN_CODES_OBJECT

public static final org.eclipse.emf.ecore.EDataType DEFAULT_RETURN_CODES_OBJECT
The meta object literal for the 'Default Return Codes Object' data type.

See Also:
DefaultReturnCodes, ActionPackageImpl.getDefaultReturnCodesObject()
Generated

RETURN_CODE

public static final org.eclipse.emf.ecore.EDataType RETURN_CODE
The meta object literal for the 'Return Code' data type.

See Also:
Object, ActionPackageImpl.getReturnCode()
Generated

UNDEFINED_RETURN_CODE

public static final org.eclipse.emf.ecore.EDataType UNDEFINED_RETURN_CODE
The meta object literal for the 'Undefined Return Code' data type.

See Also:
String, ActionPackageImpl.getUndefinedReturnCode()
Generated

TPTP 4.4.0 Monitoring Tools Project
Public API Specification