br.eti.kinoshita.testlinkjavaapi.constants
Enum TestLinkResponseParams

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

public enum TestLinkResponseParams
extends Enum<TestLinkResponseParams>

Since:
1.9.0-1
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br

Enum Constant Summary
ACTIONS
           
ACTIVE
           
AUTOMATION_ENABLED
           
BUG_ID_STATUS
           
BUILD_ID
           
CONTENT
           
CUSTOM_FIELD_STATUS
           
CUSTOM_FIELDS
           
DEFAULT_VALUE
           
DETAILS
           
DISPLAY_ORDER
           
ENABLE_ON_DESIGN
           
ENABLE_ON_EXECUTION
           
ENABLE_ON_TEST_PLAN_DESIGN
           
EXEC_STATUS
           
EXECUTION_ORDER
           
EXECUTION_TYPE
           
EXPECTED_RESULTS
           
EXTERNAL_ID
           
FEATURE_ID
           
FILE_TYPE
           
FULE__TEST_CASE_EXTERNAL_ID
           
ID
           
INVENTORY_ENABLED
           
IS_PUBLIC
           
LABEL
           
LENGTH_MAX
           
LENGTH_MIN
           
LOCATION
           
MESSAGE
           
NAME
           
NOTES
           
OPERATIONS
           
OPT
           
ORDER
           
OVERWRITE
           
PARENT_ID
           
POSSIBLE_VALUES
           
PRECONDITIONS
           
PREFIX
           
PROJECT_NAME
           
REQUIREMENTS_ENABLED
           
SHOW_ON_DESIGN
           
SHOW_ON_EXECUTION
           
SHOW_ON_TEST_PLAN_DESIGN
           
STATUS
           
STEP_NUMBER
           
STEPS
           
SUMMARY
           
TC_ID
           
TEST_CASE_ID
           
TEST_CASE_VERSION_ID
           
TEST_CASE_VERSION_NUMBER
           
TEST_PLAN_ID
           
TEST_PRIORITY_ENABLED
           
TESTER_ID
           
TITLE
           
TYPE
           
VALID_REGEXP
           
VALUE
           
VERSION
           
 
Method Summary
 String toString()
           
static TestLinkResponseParams valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestLinkResponseParams[] 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

ID

public static final TestLinkResponseParams ID

NAME

public static final TestLinkResponseParams NAME

PREFIX

public static final TestLinkResponseParams PREFIX

NOTES

public static final TestLinkResponseParams NOTES

ACTIVE

public static final TestLinkResponseParams ACTIVE

IS_PUBLIC

public static final TestLinkResponseParams IS_PUBLIC

OPT

public static final TestLinkResponseParams OPT

REQUIREMENTS_ENABLED

public static final TestLinkResponseParams REQUIREMENTS_ENABLED

TEST_PRIORITY_ENABLED

public static final TestLinkResponseParams TEST_PRIORITY_ENABLED

AUTOMATION_ENABLED

public static final TestLinkResponseParams AUTOMATION_ENABLED

INVENTORY_ENABLED

public static final TestLinkResponseParams INVENTORY_ENABLED

PROJECT_NAME

public static final TestLinkResponseParams PROJECT_NAME

FEATURE_ID

public static final TestLinkResponseParams FEATURE_ID

DETAILS

public static final TestLinkResponseParams DETAILS

PARENT_ID

public static final TestLinkResponseParams PARENT_ID

ORDER

public static final TestLinkResponseParams ORDER

VERSION

public static final TestLinkResponseParams VERSION

PRECONDITIONS

public static final TestLinkResponseParams PRECONDITIONS

TEST_CASE_VERSION_ID

public static final TestLinkResponseParams TEST_CASE_VERSION_ID

SUMMARY

public static final TestLinkResponseParams SUMMARY

EXECUTION_TYPE

public static final TestLinkResponseParams EXECUTION_TYPE

TC_ID

public static final TestLinkResponseParams TC_ID

TEST_CASE_ID

public static final TestLinkResponseParams TEST_CASE_ID

CONTENT

public static final TestLinkResponseParams CONTENT

FILE_TYPE

public static final TestLinkResponseParams FILE_TYPE

TITLE

public static final TestLinkResponseParams TITLE

BUILD_ID

public static final TestLinkResponseParams BUILD_ID

TESTER_ID

public static final TestLinkResponseParams TESTER_ID

STATUS

public static final TestLinkResponseParams STATUS

TEST_PLAN_ID

public static final TestLinkResponseParams TEST_PLAN_ID

TEST_CASE_VERSION_NUMBER

public static final TestLinkResponseParams TEST_CASE_VERSION_NUMBER

DEFAULT_VALUE

public static final TestLinkResponseParams DEFAULT_VALUE

DISPLAY_ORDER

public static final TestLinkResponseParams DISPLAY_ORDER

ENABLE_ON_DESIGN

public static final TestLinkResponseParams ENABLE_ON_DESIGN

ENABLE_ON_EXECUTION

public static final TestLinkResponseParams ENABLE_ON_EXECUTION

ENABLE_ON_TEST_PLAN_DESIGN

public static final TestLinkResponseParams ENABLE_ON_TEST_PLAN_DESIGN

LABEL

public static final TestLinkResponseParams LABEL

LENGTH_MAX

public static final TestLinkResponseParams LENGTH_MAX

LENGTH_MIN

public static final TestLinkResponseParams LENGTH_MIN

LOCATION

public static final TestLinkResponseParams LOCATION

POSSIBLE_VALUES

public static final TestLinkResponseParams POSSIBLE_VALUES

SHOW_ON_DESIGN

public static final TestLinkResponseParams SHOW_ON_DESIGN

SHOW_ON_EXECUTION

public static final TestLinkResponseParams SHOW_ON_EXECUTION

SHOW_ON_TEST_PLAN_DESIGN

public static final TestLinkResponseParams SHOW_ON_TEST_PLAN_DESIGN

STEPS

public static final TestLinkResponseParams STEPS

TYPE

public static final TestLinkResponseParams TYPE

VALID_REGEXP

public static final TestLinkResponseParams VALID_REGEXP

VALUE

public static final TestLinkResponseParams VALUE

CUSTOM_FIELDS

public static final TestLinkResponseParams CUSTOM_FIELDS

OPERATIONS

public static final TestLinkResponseParams OPERATIONS

OVERWRITE

public static final TestLinkResponseParams OVERWRITE

MESSAGE

public static final TestLinkResponseParams MESSAGE

BUG_ID_STATUS

public static final TestLinkResponseParams BUG_ID_STATUS

CUSTOM_FIELD_STATUS

public static final TestLinkResponseParams CUSTOM_FIELD_STATUS

EXEC_STATUS

public static final TestLinkResponseParams EXEC_STATUS

EXECUTION_ORDER

public static final TestLinkResponseParams EXECUTION_ORDER

ACTIONS

public static final TestLinkResponseParams ACTIONS

STEP_NUMBER

public static final TestLinkResponseParams STEP_NUMBER

EXPECTED_RESULTS

public static final TestLinkResponseParams EXPECTED_RESULTS

FULE__TEST_CASE_EXTERNAL_ID

public static final TestLinkResponseParams FULE__TEST_CASE_EXTERNAL_ID

EXTERNAL_ID

public static final TestLinkResponseParams EXTERNAL_ID
Method Detail

values

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

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

valueOf

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


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