public static enum ModelHandler.ExtraOperand extends Enum<ModelHandler.ExtraOperand>
JsonCustomSchema.operand, as extra context for the adapter.| Enum Constant and Description |
|---|
BASE_DIRECTORY
Base directory from which to read files.
|
MODEL_URI
URI of model, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelHandler.ExtraOperand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelHandler.ExtraOperand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelHandler.ExtraOperand MODEL_URI
public static final ModelHandler.ExtraOperand BASE_DIRECTORY
public final String camelName
public static ModelHandler.ExtraOperand[] values()
for (ModelHandler.ExtraOperand c : ModelHandler.ExtraOperand.values()) System.out.println(c);
public static ModelHandler.ExtraOperand 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 © 2012–2015 The Apache Software Foundation. All rights reserved.