br.eti.kinoshita.testlinkjavaapi.model
Enum TestLinkResponseParams

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

public enum TestLinkResponseParams
extends java.lang.Enum<TestLinkResponseParams>

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

Enum Constant Summary
actions
           
active
           
automationEnabled
           
bugIDStatus
           
buildId
           
content
           
customFields
           
customFieldStatus
           
defaultValue
           
details
           
displayOrder
           
enableOnDesign
           
enableOnExecution
           
enableOnTestPlanDesign
           
execStatus
           
executionOrder
           
executionType
           
expectedResults
           
featureId
           
fileType
           
id
           
inventoryEnabled
           
isPublic
           
label
           
lengthMax
           
lengthMin
           
location
           
message
           
name
           
notes
           
operation
           
opt
           
order
           
overwrite
           
parentId
           
possibleValues
           
preconditions
           
prefix
           
projectName
           
requirementsEnabled
           
showOnDesign
           
showOnExecution
           
showOnTestPlanDesign
           
status
           
stepNumber
           
steps
           
summary
           
testCaseId
           
testCaseVersionId
           
testcaseVersionNumber
           
testerId
           
testPlanId
           
testPriorityEnabled
           
title
           
type
           
validRegexp
           
value
           
version
           
 
Method Summary
 java.lang.String toString()
           
static TestLinkResponseParams valueOf(java.lang.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

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

steps

public static final TestLinkResponseParams steps

type

public static final TestLinkResponseParams type

validRegexp

public static final TestLinkResponseParams validRegexp

value

public static final TestLinkResponseParams value

customFields

public static final TestLinkResponseParams customFields

operation

public static final TestLinkResponseParams operation

overwrite

public static final TestLinkResponseParams overwrite

message

public static final TestLinkResponseParams message

bugIDStatus

public static final TestLinkResponseParams bugIDStatus

customFieldStatus

public static final TestLinkResponseParams customFieldStatus

execStatus

public static final TestLinkResponseParams execStatus

executionOrder

public static final TestLinkResponseParams executionOrder

actions

public static final TestLinkResponseParams actions

stepNumber

public static final TestLinkResponseParams stepNumber

expectedResults

public static final TestLinkResponseParams expectedResults
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(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<TestLinkResponseParams>


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