com.atlassian.jira.functest.framework.admin
Enum IssueSecurityLevel.IssueSecurity

java.lang.Object
  extended by java.lang.Enum<IssueSecurityLevel.IssueSecurity>
      extended by com.atlassian.jira.functest.framework.admin.IssueSecurityLevel.IssueSecurity
All Implemented Interfaces:
Serializable, Comparable<IssueSecurityLevel.IssueSecurity>
Enclosing interface:
IssueSecurityLevel

public static enum IssueSecurityLevel.IssueSecurity
extends Enum<IssueSecurityLevel.IssueSecurity>


Enum Constant Summary
CURRENT_ASIGNEE
           
GROUP
           
PROJECT_LEAD
           
REPORTER
           
USER
           
 
Method Summary
 boolean hasParameter()
           
 String typeId()
           
static IssueSecurityLevel.IssueSecurity valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IssueSecurityLevel.IssueSecurity[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

REPORTER

public static final IssueSecurityLevel.IssueSecurity REPORTER

CURRENT_ASIGNEE

public static final IssueSecurityLevel.IssueSecurity CURRENT_ASIGNEE

PROJECT_LEAD

public static final IssueSecurityLevel.IssueSecurity PROJECT_LEAD

GROUP

public static final IssueSecurityLevel.IssueSecurity GROUP

USER

public static final IssueSecurityLevel.IssueSecurity USER
Method Detail

values

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

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

valueOf

public static IssueSecurityLevel.IssueSecurity 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

typeId

public String typeId()

hasParameter

public boolean hasParameter()


Copyright © 2002-2012 Atlassian. All Rights Reserved.