protected static enum ManagedPermissionSchemeEditingServiceImpl.ErrorMessages extends Enum<ManagedPermissionSchemeEditingServiceImpl.ErrorMessages>
Enum Constant and Description |
---|
INVALID_PERMISSION_PLUS_GRANT_COMBINATION_ERROR |
MUST_SELECT_GRANT_TYPE_ERROR |
MUST_SELECT_PERMISSION_ERROR |
NONEXISTENT_PERMISSION |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static ManagedPermissionSchemeEditingServiceImpl.ErrorMessages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedPermissionSchemeEditingServiceImpl.ErrorMessages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedPermissionSchemeEditingServiceImpl.ErrorMessages MUST_SELECT_PERMISSION_ERROR
public static final ManagedPermissionSchemeEditingServiceImpl.ErrorMessages MUST_SELECT_GRANT_TYPE_ERROR
public static final ManagedPermissionSchemeEditingServiceImpl.ErrorMessages INVALID_PERMISSION_PLUS_GRANT_COMBINATION_ERROR
public static final ManagedPermissionSchemeEditingServiceImpl.ErrorMessages NONEXISTENT_PERMISSION
public static ManagedPermissionSchemeEditingServiceImpl.ErrorMessages[] values()
for (ManagedPermissionSchemeEditingServiceImpl.ErrorMessages c : ManagedPermissionSchemeEditingServiceImpl.ErrorMessages.values()) System.out.println(c);
public static ManagedPermissionSchemeEditingServiceImpl.ErrorMessages 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 getKey()
Copyright © 2002-2019 Atlassian. All Rights Reserved.