public static enum UserCapabilityWithSelfOnly.AllowedTargetEnum extends Enum<UserCapabilityWithSelfOnly.AllowedTargetEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
UserCapabilityWithSelfOnly.AllowedTargetEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static UserCapabilityWithSelfOnly.AllowedTargetEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static UserCapabilityWithSelfOnly.AllowedTargetEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserCapabilityWithSelfOnly.AllowedTargetEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserCapabilityWithSelfOnly.AllowedTargetEnum SELF_ONLY
public static final UserCapabilityWithSelfOnly.AllowedTargetEnum ALL
public static UserCapabilityWithSelfOnly.AllowedTargetEnum[] values()
for (UserCapabilityWithSelfOnly.AllowedTargetEnum c : UserCapabilityWithSelfOnly.AllowedTargetEnum.values()) System.out.println(c);
public static UserCapabilityWithSelfOnly.AllowedTargetEnum 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 getValue()
public String toString()
toString in class Enum<UserCapabilityWithSelfOnly.AllowedTargetEnum>public static UserCapabilityWithSelfOnly.AllowedTargetEnum fromValue(String value)
Copyright © 2022. All rights reserved.