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