public enum CollectionType extends Enum<CollectionType>
Modifier and Type | Method and Description |
---|---|
String |
getFullType() |
String |
getImplementationFullType() |
String |
getImplementationType() |
String |
getMetaModelFullType() |
String |
getMetaModelType() |
String |
getType() |
static CollectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionType ArrayList
public static final CollectionType HashSet
public static CollectionType[] values()
for (CollectionType c : CollectionType.values()) System.out.println(c);
public static CollectionType 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 getType()
public String getImplementationType()
public String getMetaModelType()
public String getFullType()
public String getImplementationFullType()
public String getMetaModelFullType()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.