com.bstek.dorado.annotation
public enum EscapeMode extends java.lang.Enum<EscapeMode>
| Modifier and Type | Method and Description |
|---|---|
static EscapeMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EscapeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EscapeMode YES
public static final EscapeMode NO
public static final EscapeMode AUTO
public static EscapeMode[] values()
for (EscapeMode c : EscapeMode.values()) System.out.println(c);
public static EscapeMode 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 nullCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.