protected static enum AbstractStructuredOutput.ElementType extends Enum<AbstractStructuredOutput.ElementType>
Modifier and Type | Method and Description |
---|---|
static AbstractStructuredOutput.ElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractStructuredOutput.ElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractStructuredOutput.ElementType UNKNOWN
public static final AbstractStructuredOutput.ElementType OBJECT
public static final AbstractStructuredOutput.ElementType ARRAY
public static AbstractStructuredOutput.ElementType[] values()
for (AbstractStructuredOutput.ElementType c : AbstractStructuredOutput.ElementType.values()) System.out.println(c);
public static AbstractStructuredOutput.ElementType 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 © 2018. All rights reserved.