public static enum SimpleCollectionMetadata.CollectionType extends java.lang.Enum<SimpleCollectionMetadata.CollectionType>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<?> |
type |
| Modifier and Type | Method and Description |
|---|---|
(package private) static SimpleCollectionMetadata.CollectionType |
resolve(java.lang.Class<?> type) |
static SimpleCollectionMetadata.CollectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleCollectionMetadata.CollectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleCollectionMetadata.CollectionType ARRAY
public static final SimpleCollectionMetadata.CollectionType LIST
public static final SimpleCollectionMetadata.CollectionType SET
public static SimpleCollectionMetadata.CollectionType[] values()
for (SimpleCollectionMetadata.CollectionType c : SimpleCollectionMetadata.CollectionType.values()) System.out.println(c);
public static SimpleCollectionMetadata.CollectionType 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 nullstatic SimpleCollectionMetadata.CollectionType resolve(java.lang.Class<?> type)