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