public static enum Permission.ModeEnum extends Enum<Permission.ModeEnum>
Modifier and Type | Method and Description |
---|---|
static Permission.ModeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Permission.ModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission.ModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Permission.ModeEnum READ
public static final Permission.ModeEnum SET
public static Permission.ModeEnum[] values()
for (Permission.ModeEnum c : Permission.ModeEnum.values()) System.out.println(c);
public static Permission.ModeEnum 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<Permission.ModeEnum>
public static Permission.ModeEnum fromValue(String text)
Copyright © 2011–2020 aiticon GmbH. All rights reserved.