public static enum EventFieldMetadata.ContainerType extends Enum<EventFieldMetadata.ContainerType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static EventFieldMetadata.ContainerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventFieldMetadata.ContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventFieldMetadata.ContainerType ITERABLE
public static final EventFieldMetadata.ContainerType MAP
public static final EventFieldMetadata.ContainerType MULTIMAP
public static EventFieldMetadata.ContainerType[] values()
for (EventFieldMetadata.ContainerType c : EventFieldMetadata.ContainerType.values()) System.out.println(c);
public static EventFieldMetadata.ContainerType 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 toString()
toString in class Enum<EventFieldMetadata.ContainerType>Copyright © 2010–2024 Airlift. All rights reserved.