public static enum PrefixHandler.Phase extends java.lang.Enum<PrefixHandler.Phase>
Enum Constant and Description |
---|
POST_MAP |
POST_PARSE |
PRE_LINGUISTIC |
PRE_MAP |
PRE_TRANSFORM |
Modifier and Type | Method and Description |
---|---|
static PrefixHandler.Phase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrefixHandler.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrefixHandler.Phase POST_PARSE
public static final PrefixHandler.Phase PRE_LINGUISTIC
public static final PrefixHandler.Phase PRE_TRANSFORM
public static final PrefixHandler.Phase PRE_MAP
public static final PrefixHandler.Phase POST_MAP
public static PrefixHandler.Phase[] values()
for (PrefixHandler.Phase c : PrefixHandler.Phase.values()) System.out.println(c);
public static PrefixHandler.Phase 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 © 2013 Dassault Systèmes, All Rights Reserved.