IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.core.packet
Enum OutputConsoleType

java.lang.Object
  extended by java.lang.Enum<OutputConsoleType>
      extended by com.ibm.rational.test.lt.recorder.core.packet.OutputConsoleType
All Implemented Interfaces:
Serializable, Comparable<OutputConsoleType>

public enum OutputConsoleType
extends Enum<OutputConsoleType>


Enum Constant Summary
ERR
           
OUT
           
 
Method Summary
static OutputConsoleType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OutputConsoleType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

OUT

public static final OutputConsoleType OUT

ERR

public static final OutputConsoleType ERR
Method Detail

values

public static OutputConsoleType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (OutputConsoleType c : OutputConsoleType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static OutputConsoleType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.