br.eti.kinoshita.testlinkjavaapi.model
Enum TestLinkResponseParams
java.lang.Object
java.lang.Enum<TestLinkResponseParams>
br.eti.kinoshita.testlinkjavaapi.model.TestLinkResponseParams
- All Implemented Interfaces:
- Serializable, Comparable<TestLinkResponseParams>
public enum TestLinkResponseParams
- extends Enum<TestLinkResponseParams>
- Since:
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
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
isPublic
public static final TestLinkResponseParams isPublic
opt
public static final TestLinkResponseParams opt
requirementsEnabled
public static final TestLinkResponseParams requirementsEnabled
testPriorityEnabled
public static final TestLinkResponseParams testPriorityEnabled
automationEnabled
public static final TestLinkResponseParams automationEnabled
inventoryEnabled
public static final TestLinkResponseParams inventoryEnabled
projectName
public static final TestLinkResponseParams projectName
featureId
public static final TestLinkResponseParams featureId
details
public static final TestLinkResponseParams details
parentId
public static final TestLinkResponseParams parentId
order
public static final TestLinkResponseParams order
version
public static final TestLinkResponseParams version
preconditions
public static final TestLinkResponseParams preconditions
testCaseVersionId
public static final TestLinkResponseParams testCaseVersionId
summary
public static final TestLinkResponseParams summary
executionType
public static final TestLinkResponseParams executionType
testCaseId
public static final TestLinkResponseParams testCaseId
content
public static final TestLinkResponseParams content
fileType
public static final TestLinkResponseParams fileType
title
public static final TestLinkResponseParams title
buildId
public static final TestLinkResponseParams buildId
testerId
public static final TestLinkResponseParams testerId
status
public static final TestLinkResponseParams status
testPlanId
public static final TestLinkResponseParams testPlanId
testcaseVersionNumber
public static final TestLinkResponseParams testcaseVersionNumber
defaultValue
public static final TestLinkResponseParams defaultValue
displayOrder
public static final TestLinkResponseParams displayOrder
enableOnDesign
public static final TestLinkResponseParams enableOnDesign
enableOnExecution
public static final TestLinkResponseParams enableOnExecution
enableOnTestPlanDesign
public static final TestLinkResponseParams enableOnTestPlanDesign
label
public static final TestLinkResponseParams label
lengthMax
public static final TestLinkResponseParams lengthMax
lengthMin
public static final TestLinkResponseParams lengthMin
location
public static final TestLinkResponseParams location
possibleValues
public static final TestLinkResponseParams possibleValues
showOnDesign
public static final TestLinkResponseParams showOnDesign
showOnExecution
public static final TestLinkResponseParams showOnExecution
showOnTestPlanDesign
public static final TestLinkResponseParams showOnTestPlanDesign
type
public static final TestLinkResponseParams type
validRegexp
public static final TestLinkResponseParams validRegexp
value
public static final TestLinkResponseParams value
customFields
public static final TestLinkResponseParams customFields
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-2010 the testlink-java-api team-2010. All Rights Reserved.