IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.models.behavior.vps
Interface VpsPackage.Literals

Enclosing interface:
VpsPackage

public static interface VpsPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass VP_CONTENT
          The meta object literal for the 'VP Content' class
static org.eclipse.emf.ecore.EAttribute VP_CONTENT__ABSENCE
          The meta object literal for the 'Absence' attribute feature
static org.eclipse.emf.ecore.EAttribute VP_CONTENT__CONDITION
          The meta object literal for the 'Condition' attribute feature
static org.eclipse.emf.ecore.EAttribute VP_CONTENT__EXPECTED_RESULT
          The meta object literal for the 'Expected Result' attribute feature
static org.eclipse.emf.ecore.EReference VP_CONTENT__STRINGS
          The meta object literal for the 'Strings' reference list feature
static org.eclipse.emf.ecore.EReference VP_CONTENT__STRINGS_PROXY
          The meta object literal for the 'Strings Proxy' containment reference list feature
static org.eclipse.emf.ecore.EEnum VP_CONTENT_CONDITIONS
          The meta object literal for the 'VP Content Conditions' enum
static org.eclipse.emf.ecore.EClass VP_CONTENT_HOST
          The meta object literal for the 'VP Content Host' class
static org.eclipse.emf.ecore.EReference VP_CONTENT_HOST__CONTENT_VP
          The meta object literal for the 'Content VP' containment reference feature
static org.eclipse.emf.ecore.EClass VP_CONTENT_PROXY
          The meta object literal for the 'VP Content Proxy' class
static org.eclipse.emf.ecore.EClass VP_STRING
          The meta object literal for the 'VP String' class
static org.eclipse.emf.ecore.EAttribute VP_STRING__CASESENSITIVE
          The meta object literal for the 'Casesensitive' attribute feature
static org.eclipse.emf.ecore.EAttribute VP_STRING__CATEGORY_ID
          The meta object literal for the 'Category Id' attribute feature
static org.eclipse.emf.ecore.EReference VP_STRING__CONTENT_VPS
          The meta object literal for the 'Content VPs' reference list feature
static org.eclipse.emf.ecore.EReference VP_STRING__CONTENT_VPS_PROXY
          The meta object literal for the 'Content VPs Proxy' containment reference list feature
static org.eclipse.emf.ecore.EAttribute VP_STRING__EDITABLE
          The meta object literal for the 'Editable' attribute feature
static org.eclipse.emf.ecore.EAttribute VP_STRING__END_BYTE
          The meta object literal for the 'End Byte' attribute feature
static org.eclipse.emf.ecore.EReference VP_STRING__PROPERTIES
          The meta object literal for the 'Properties' containment reference list feature
static org.eclipse.emf.ecore.EAttribute VP_STRING__REGEX
          The meta object literal for the 'Regex' attribute feature
static org.eclipse.emf.ecore.EAttribute VP_STRING__START_BYTE
          The meta object literal for the 'Start Byte' attribute feature
static org.eclipse.emf.ecore.EAttribute VP_STRING__STRING
          The meta object literal for the 'String' attribute feature
static org.eclipse.emf.ecore.EAttribute VP_STRING__STRING_ID
          The meta object literal for the 'String Id' attribute feature
static org.eclipse.emf.ecore.EClass VP_STRING_PROXY
          The meta object literal for the 'VP String Proxy' class
 

Field Detail

VP_STRING

static final org.eclipse.emf.ecore.EClass VP_STRING
The meta object literal for the 'VP String' class.

See Also:
VPStringImpl, VpsPackageImpl.getVPString()

VP_STRING__STRING_ID

static final org.eclipse.emf.ecore.EAttribute VP_STRING__STRING_ID
The meta object literal for the 'String Id' attribute feature.


VP_STRING__REGEX

static final org.eclipse.emf.ecore.EAttribute VP_STRING__REGEX
The meta object literal for the 'Regex' attribute feature.


VP_STRING__EDITABLE

static final org.eclipse.emf.ecore.EAttribute VP_STRING__EDITABLE
The meta object literal for the 'Editable' attribute feature.


VP_STRING__CASESENSITIVE

static final org.eclipse.emf.ecore.EAttribute VP_STRING__CASESENSITIVE
The meta object literal for the 'Casesensitive' attribute feature.


VP_STRING__START_BYTE

static final org.eclipse.emf.ecore.EAttribute VP_STRING__START_BYTE
The meta object literal for the 'Start Byte' attribute feature.


VP_STRING__END_BYTE

static final org.eclipse.emf.ecore.EAttribute VP_STRING__END_BYTE
The meta object literal for the 'End Byte' attribute feature.


VP_STRING__CATEGORY_ID

static final org.eclipse.emf.ecore.EAttribute VP_STRING__CATEGORY_ID
The meta object literal for the 'Category Id' attribute feature.


VP_STRING__STRING

static final org.eclipse.emf.ecore.EAttribute VP_STRING__STRING
The meta object literal for the 'String' attribute feature.


VP_STRING__PROPERTIES

static final org.eclipse.emf.ecore.EReference VP_STRING__PROPERTIES
The meta object literal for the 'Properties' containment reference list feature.


VP_STRING__CONTENT_VPS_PROXY

static final org.eclipse.emf.ecore.EReference VP_STRING__CONTENT_VPS_PROXY
The meta object literal for the 'Content VPs Proxy' containment reference list feature.


VP_STRING__CONTENT_VPS

static final org.eclipse.emf.ecore.EReference VP_STRING__CONTENT_VPS
The meta object literal for the 'Content VPs' reference list feature.


VP_CONTENT_CONDITIONS

static final org.eclipse.emf.ecore.EEnum VP_CONTENT_CONDITIONS
The meta object literal for the 'VP Content Conditions' enum.

See Also:
VPContentConditions, VpsPackageImpl.getVPContentConditions()

VP_CONTENT_PROXY

static final org.eclipse.emf.ecore.EClass VP_CONTENT_PROXY
The meta object literal for the 'VP Content Proxy' class.

See Also:
VPContentProxyImpl, VpsPackageImpl.getVPContentProxy()

VP_CONTENT

static final org.eclipse.emf.ecore.EClass VP_CONTENT
The meta object literal for the 'VP Content' class.

See Also:
VPContentImpl, VpsPackageImpl.getVPContent()

VP_CONTENT__ABSENCE

static final org.eclipse.emf.ecore.EAttribute VP_CONTENT__ABSENCE
The meta object literal for the 'Absence' attribute feature.


VP_CONTENT__STRINGS_PROXY

static final org.eclipse.emf.ecore.EReference VP_CONTENT__STRINGS_PROXY
The meta object literal for the 'Strings Proxy' containment reference list feature.


VP_CONTENT__STRINGS

static final org.eclipse.emf.ecore.EReference VP_CONTENT__STRINGS
The meta object literal for the 'Strings' reference list feature.


VP_CONTENT__CONDITION

static final org.eclipse.emf.ecore.EAttribute VP_CONTENT__CONDITION
The meta object literal for the 'Condition' attribute feature.


VP_CONTENT__EXPECTED_RESULT

static final org.eclipse.emf.ecore.EAttribute VP_CONTENT__EXPECTED_RESULT
The meta object literal for the 'Expected Result' attribute feature.


VP_STRING_PROXY

static final org.eclipse.emf.ecore.EClass VP_STRING_PROXY
The meta object literal for the 'VP String Proxy' class.

See Also:
VPStringProxyImpl, VpsPackageImpl.getVPStringProxy()

VP_CONTENT_HOST

static final org.eclipse.emf.ecore.EClass VP_CONTENT_HOST
The meta object literal for the 'VP Content Host' class.

See Also:
VPContentHostImpl, VpsPackageImpl.getVPContentHost()

VP_CONTENT_HOST__CONTENT_VP

static final org.eclipse.emf.ecore.EReference VP_CONTENT_HOST__CONTENT_VP
The meta object literal for the 'Content VP' containment reference feature.


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.