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

Class DatapoolAccessMode

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • 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 Detail

      • SHARED_PER_MACHINE

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

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

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

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

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

        public static final DatapoolAccessMode SEGMENTED_PER_MACHINE_LITERAL
        The 'SEGMENTED PER MACHINE' literal object.
      • 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. 2013. All rights reserved.