public static enum EventTypeSchema.Type extends java.lang.Enum<EventTypeSchema.Type>
| Enum Constant and Description |
|---|
JSON_SCHEMA |
| Modifier and Type | Method and Description |
|---|---|
static EventTypeSchema.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeSchema.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTypeSchema.Type JSON_SCHEMA
public static EventTypeSchema.Type[] values()
for (EventTypeSchema.Type c : EventTypeSchema.Type.values()) System.out.println(c);
public static EventTypeSchema.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null