public static enum TypedID.Types extends java.lang.Enum<TypedID.Types>
| Modifier and Type | Method and Description |
|---|---|
static TypedID.Types |
fromString(java.lang.String s) |
java.lang.String |
getValue() |
static TypedID.Types |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypedID.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypedID.Types USER
public static final TypedID.Types GROUP
public static final TypedID.Types THING
public static TypedID.Types[] values()
for (TypedID.Types c : TypedID.Types.values()) System.out.println(c);
public static TypedID.Types valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
public static TypedID.Types fromString(java.lang.String s)
Copyright 2015 Kii Corporation. All rights reserved. (Last updated on 2016-10-13 08:55 UTC)