public enum CreationsView extends Enum<CreationsView>
| Enum Constant and Description |
|---|
AGGREGATE
Aggregate view.
|
DIFFERENTIAL
Differential view.
|
| Modifier and Type | Field and Description |
|---|---|
static CreationsView |
DEFAULT
Default view.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Getter for key.
|
static CreationsView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreationsView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreationsView DIFFERENTIAL
public static final CreationsView AGGREGATE
public static final CreationsView DEFAULT
public static CreationsView[] values()
for (CreationsView c : CreationsView.values()) System.out.println(c);
public static CreationsView 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 getKey()
Copyright © 2021 OSIVIA. All rights reserved.