public enum EmitMode extends Enum<EmitMode>
| Modifier and Type | Method and Description |
|---|---|
static EmitMode |
fromString(String string) |
String |
getEmitterClassName() |
String |
toString() |
static EmitMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmitMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmitMode STANDARD
public static final EmitMode LIMITED
public static final EmitMode STRICT
public static EmitMode[] values()
for (EmitMode c : EmitMode.values()) System.out.println(c);
public static EmitMode 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 getEmitterClassName()
Copyright © 2003-2013 Jamon developers. All Rights Reserved.