br.eti.kinoshita.testlinkjavaapi.constants
Enum TestCaseStepAction

Package class diagram package TestCaseStepAction
java.lang.Object
  extended by java.lang.Enum<TestCaseStepAction>
      extended by br.eti.kinoshita.testlinkjavaapi.constants.TestCaseStepAction
All Implemented Interfaces:
Serializable, Comparable<TestCaseStepAction>

public enum TestCaseStepAction
extends Enum<TestCaseStepAction>

Since:
1.9.3-2
Author:
Mario Fuentes - http://www.rhiscom.com

Enum Constant Summary
CREATE
           
PUSH
           
UPDATE
           
 
Method Summary
 String toString()
           
static TestCaseStepAction valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestCaseStepAction[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CREATE

public static final TestCaseStepAction CREATE

UPDATE

public static final TestCaseStepAction UPDATE

PUSH

public static final TestCaseStepAction PUSH
Method Detail

values

public static TestCaseStepAction[] 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 (TestCaseStepAction c : TestCaseStepAction.values())
    System.out.println(c);

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

valueOf

public static TestCaseStepAction 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

toString

public String toString()
Overrides:
toString in class Enum<TestCaseStepAction>


Copyright © 2010-2011 the testlink-java-api team-2012. All Rights Reserved.