protected static enum OETLAbstractLookupTransformer.ACTION extends Enum<OETLAbstractLookupTransformer.ACTION>
Enum Constant and Description |
---|
CREATE |
ERROR |
HALT |
NOTHING |
SKIP |
WARNING |
Modifier and Type | Method and Description |
---|---|
static OETLAbstractLookupTransformer.ACTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OETLAbstractLookupTransformer.ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OETLAbstractLookupTransformer.ACTION NOTHING
public static final OETLAbstractLookupTransformer.ACTION WARNING
public static final OETLAbstractLookupTransformer.ACTION ERROR
public static final OETLAbstractLookupTransformer.ACTION HALT
public static final OETLAbstractLookupTransformer.ACTION SKIP
public static final OETLAbstractLookupTransformer.ACTION CREATE
public static OETLAbstractLookupTransformer.ACTION[] values()
for (OETLAbstractLookupTransformer.ACTION c : OETLAbstractLookupTransformer.ACTION.values()) System.out.println(c);
public static OETLAbstractLookupTransformer.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 nullCopyright © 2009–2020 OrientDB. All rights reserved.