IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.models.behavior.lttest
Class DatapoolAccessMode

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.rational.test.lt.models.behavior.lttest.DatapoolAccessMode
All Implemented Interfaces:
Serializable, org.eclipse.emf.common.util.Enumerator

public final class DatapoolAccessMode
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Datapool Access Mode', and utility methods for working with them.

See Also:
LttestPackage.getDatapoolAccessMode(), Serialized Form

Field Summary
static int PRIVATE
          The 'PRIVATE' literal value
static DatapoolAccessMode PRIVATE_LITERAL
          The 'PRIVATE' literal object
static int SEGMENTED_PER_MACHINE
          The 'SEGMENTED PER MACHINE' literal value
static DatapoolAccessMode SEGMENTED_PER_MACHINE_LITERAL
          The 'SEGMENTED PER MACHINE' literal object
static int SHARED_PER_MACHINE
          The 'SHARED PER MACHINE' literal value
static DatapoolAccessMode SHARED_PER_MACHINE_LITERAL
          The 'SHARED PER MACHINE' literal object
static List VALUES
          A public read-only list of all the 'Datapool Access Mode' enumerators
 
Method Summary
static DatapoolAccessMode get(int value)
          Returns the 'Datapool Access Mode' literal with the specified integer value
static DatapoolAccessMode get(String literal)
          Returns the 'Datapool Access Mode' literal with the specified literal value
static DatapoolAccessMode getByName(String name)
          Returns the 'Datapool Access Mode' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SHARED_PER_MACHINE

public static final int SHARED_PER_MACHINE
The 'SHARED PER MACHINE' literal value.

See Also:
DatapoolAccessMode.SHARED_PER_MACHINE_LITERAL, Constant Field Values

PRIVATE

public static final int PRIVATE
The 'PRIVATE' literal value.

See Also:
DatapoolAccessMode.PRIVATE_LITERAL, Constant Field Values

SEGMENTED_PER_MACHINE

public static final int SEGMENTED_PER_MACHINE
The 'SEGMENTED PER MACHINE' literal value.

See Also:
DatapoolAccessMode.SEGMENTED_PER_MACHINE_LITERAL, Constant Field Values

SHARED_PER_MACHINE_LITERAL

public static final DatapoolAccessMode SHARED_PER_MACHINE_LITERAL
The 'SHARED PER MACHINE' literal object.

See Also:
DatapoolAccessMode.SHARED_PER_MACHINE

PRIVATE_LITERAL

public static final DatapoolAccessMode PRIVATE_LITERAL
The 'PRIVATE' literal object.

See Also:
DatapoolAccessMode.PRIVATE

SEGMENTED_PER_MACHINE_LITERAL

public static final DatapoolAccessMode SEGMENTED_PER_MACHINE_LITERAL
The 'SEGMENTED PER MACHINE' literal object.

See Also:
DatapoolAccessMode.SEGMENTED_PER_MACHINE

VALUES

public static final List VALUES
A public read-only list of all the 'Datapool Access Mode' enumerators.

Method Detail

get

public static DatapoolAccessMode get(String literal)
Returns the 'Datapool Access Mode' literal with the specified literal value.


getByName

public static DatapoolAccessMode getByName(String name)
Returns the 'Datapool Access Mode' literal with the specified name.


get

public static DatapoolAccessMode get(int value)
Returns the 'Datapool Access Mode' literal with the specified integer value.


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.