java.io.Serializable, java.lang.Comparable<TokenDirectiveType>public enum TokenDirectiveType extends java.lang.Enum<TokenDirectiveType>
Created: 2016. 07. 02 PM 1:15:48
| Modifier and Type | Method | Description |
|---|---|---|
static TokenDirectiveType |
resolve(java.lang.String alias) |
Returns a
TokenDirectiveType with a value represented
by the specified String. |
java.lang.String |
toString() |
|
static TokenDirectiveType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TokenDirectiveType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenDirectiveType CLASS
public static final TokenDirectiveType CLASSPATH
public static TokenDirectiveType[] values()
for (TokenDirectiveType c : TokenDirectiveType.values()) System.out.println(c);
public static TokenDirectiveType 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 toString()
toString in class java.lang.Enum<TokenDirectiveType>public static TokenDirectiveType resolve(java.lang.String alias)
TokenDirectiveType with a value represented
by the specified String.alias - the token directive type as a StringTokenDirectiveType, may be nullCopyright © 2008–2018 The Aspectran Project. All rights reserved.