public static enum Access.Type extends Enum<Access.Type>
Modifier and Type | Method and Description |
---|---|
String |
value() |
static Access.Type |
value(String v) |
static Access.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Access.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Access.Type IP
public static final Access.Type CERT
public static final Access.Type USER
public static Access.Type[] values()
for (Access.Type c : Access.Type.values()) System.out.println(c);
public static Access.Type 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 static Access.Type value(String v)
public String value()
Copyright © 2017. All rights reserved.