@AlfrescoPublicApi public static enum TransformationOptionPair.Action extends Enum<TransformationOptionPair.Action>
Enum Constant and Description |
---|
RETURN_EOF |
THROW_EXCEPTION |
Modifier and Type | Method and Description |
---|---|
abstract void |
throwIOExceptionIfRequired(String message,
TransformerDebug transformerDebug) |
static TransformationOptionPair.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationOptionPair.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformationOptionPair.Action THROW_EXCEPTION
public static final TransformationOptionPair.Action RETURN_EOF
public static TransformationOptionPair.Action[] values()
for (TransformationOptionPair.Action c : TransformationOptionPair.Action.values()) System.out.println(c);
public static TransformationOptionPair.Action 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 abstract void throwIOExceptionIfRequired(String message, TransformerDebug transformerDebug) throws IOException
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.