br.eti.kinoshita.testlinkjavaapi.model
Enum TestLinkParams

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

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

This enum contains a list of the parameters passed to TestLink.

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

Enum Constant Summary
actionOnDuplicatedName
           
actions
           
active
           
assignedTo
           
authorLogin
           
bugId
           
buildId
           
buildName
           
buildNotes
           
checkDuplicatedName
           
content
           
customFieldName
           
customFields
           
deep
           
description
           
details
           
devKey
           
enableAutomation
           
enableInventory
           
enableRequirements
           
enableTestPriority
           
executed
           
executeStatus
           
execution
           
executionId
           
executionType
           
expectedResults
           
fileName
           
fileType
           
fkId
           
fkTable
           
getStepInfo
           
guess
           
importance
           
internalId
           
keywordId
           
keywords
           
nodeId
           
notes
           
options
           
order
           
overwrite
           
parentId
           
platformId
           
platformName
           
preconditions
           
public_
           
reqSpecId
           
requirementId
           
requirements
           
status
           
stepNumber
           
steps
           
str
           
summary
           
testCaseExternalId
           
testCaseId
           
testCaseName
           
testCasePathName
           
testCasePrefix
           
testMode
           
testPlanId
           
testPlanName
           
testProjectId
           
testProjectName
           
testSuiteId
           
testSuiteName
           
title
           
urgency
           
user
           
version
           
 
Method Summary
 java.lang.String toString()
           
static TestLinkParams valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TestLinkParams[] 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

actionOnDuplicatedName

public static final TestLinkParams actionOnDuplicatedName

actions

public static final TestLinkParams actions

active

public static final TestLinkParams active

assignedTo

public static final TestLinkParams assignedTo

authorLogin

public static final TestLinkParams authorLogin

bugId

public static final TestLinkParams bugId

buildId

public static final TestLinkParams buildId

buildName

public static final TestLinkParams buildName

buildNotes

public static final TestLinkParams buildNotes

checkDuplicatedName

public static final TestLinkParams checkDuplicatedName

content

public static final TestLinkParams content

customFieldName

public static final TestLinkParams customFieldName

customFields

public static final TestLinkParams customFields

deep

public static final TestLinkParams deep

description

public static final TestLinkParams description

details

public static final TestLinkParams details

devKey

public static final TestLinkParams devKey

enableAutomation

public static final TestLinkParams enableAutomation

enableInventory

public static final TestLinkParams enableInventory

enableRequirements

public static final TestLinkParams enableRequirements

enableTestPriority

public static final TestLinkParams enableTestPriority

executed

public static final TestLinkParams executed

executeStatus

public static final TestLinkParams executeStatus

execution

public static final TestLinkParams execution

executionId

public static final TestLinkParams executionId

executionType

public static final TestLinkParams executionType

expectedResults

public static final TestLinkParams expectedResults

fileName

public static final TestLinkParams fileName

fileType

public static final TestLinkParams fileType

fkId

public static final TestLinkParams fkId

fkTable

public static final TestLinkParams fkTable

getStepInfo

public static final TestLinkParams getStepInfo

guess

public static final TestLinkParams guess

importance

public static final TestLinkParams importance

internalId

public static final TestLinkParams internalId

keywordId

public static final TestLinkParams keywordId

keywords

public static final TestLinkParams keywords

nodeId

public static final TestLinkParams nodeId

notes

public static final TestLinkParams notes

options

public static final TestLinkParams options

order

public static final TestLinkParams order

overwrite

public static final TestLinkParams overwrite

parentId

public static final TestLinkParams parentId

platformId

public static final TestLinkParams platformId

platformName

public static final TestLinkParams platformName

preconditions

public static final TestLinkParams preconditions

public_

public static final TestLinkParams public_

reqSpecId

public static final TestLinkParams reqSpecId

requirementId

public static final TestLinkParams requirementId

requirements

public static final TestLinkParams requirements

summary

public static final TestLinkParams summary

status

public static final TestLinkParams status

stepNumber

public static final TestLinkParams stepNumber

steps

public static final TestLinkParams steps

str

public static final TestLinkParams str

testProjectName

public static final TestLinkParams testProjectName

testCaseExternalId

public static final TestLinkParams testCaseExternalId

testCaseId

public static final TestLinkParams testCaseId

testCaseName

public static final TestLinkParams testCaseName

testCasePathName

public static final TestLinkParams testCasePathName

testCasePrefix

public static final TestLinkParams testCasePrefix

testMode

public static final TestLinkParams testMode

testPlanId

public static final TestLinkParams testPlanId

testPlanName

public static final TestLinkParams testPlanName

testProjectId

public static final TestLinkParams testProjectId

testSuiteId

public static final TestLinkParams testSuiteId

testSuiteName

public static final TestLinkParams testSuiteName

title

public static final TestLinkParams title

urgency

public static final TestLinkParams urgency

user

public static final TestLinkParams user

version

public static final TestLinkParams version
Method Detail

values

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

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

valueOf

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


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