public static enum IssueSecurityLevel.IssueSecurity extends Enum<IssueSecurityLevel.IssueSecurity>
Enum Constant and Description |
---|
APPLICATION_ROLE |
CURRENT_ASIGNEE |
GROUP |
PROJECT_LEAD |
REPORTER |
USER |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final IssueSecurityLevel.IssueSecurity REPORTER
public static final IssueSecurityLevel.IssueSecurity CURRENT_ASIGNEE
public static final IssueSecurityLevel.IssueSecurity PROJECT_LEAD
public static final IssueSecurityLevel.IssueSecurity GROUP
public static final IssueSecurityLevel.IssueSecurity USER
public static final IssueSecurityLevel.IssueSecurity APPLICATION_ROLE
public static IssueSecurityLevel.IssueSecurity[] values()
for (IssueSecurityLevel.IssueSecurity c : IssueSecurityLevel.IssueSecurity.values()) System.out.println(c);
public static IssueSecurityLevel.IssueSecurity valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String typeId()
public boolean hasParameter()
Copyright © 2002-2015 Atlassian. All Rights Reserved.