org.exolab.castor.mapping.xml.types
public enum FieldMappingCollectionType extends java.lang.Enum<FieldMappingCollectionType>
Enum Constant and Description |
---|
ARRAY
Constant ARRAY
|
ARRAYLIST
Constant ARRAYLIST
|
COLLECTION
Constant COLLECTION
|
ENUMERATE
Constant ENUMERATE
|
HASHTABLE
Constant HASHTABLE
|
ITERATOR
Constant ITERATOR
|
MAP
Constant MAP
|
SET
Constant SET
|
SORTEDMAP
Constant SORTEDMAP
|
SORTEDSET
Constant SORTEDSET
|
VECTOR
Constant VECTOR
|
Modifier and Type | Method and Description |
---|---|
static FieldMappingCollectionType |
fromValue(java.lang.String value)
Method fromValue.
|
void |
setValue(java.lang.String value) |
java.lang.String |
toString()
Method toString.
|
java.lang.String |
value()
Method value.
|
static FieldMappingCollectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldMappingCollectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldMappingCollectionType ARRAY
public static final FieldMappingCollectionType VECTOR
public static final FieldMappingCollectionType ARRAYLIST
public static final FieldMappingCollectionType HASHTABLE
public static final FieldMappingCollectionType COLLECTION
public static final FieldMappingCollectionType SET
public static final FieldMappingCollectionType MAP
public static final FieldMappingCollectionType ENUMERATE
public static final FieldMappingCollectionType SORTEDSET
public static final FieldMappingCollectionType ITERATOR
public static final FieldMappingCollectionType SORTEDMAP
public static FieldMappingCollectionType[] values()
for (FieldMappingCollectionType c : FieldMappingCollectionType.values()) System.out.println(c);
public static FieldMappingCollectionType 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 nullpublic static FieldMappingCollectionType fromValue(java.lang.String value)
value
- public void setValue(java.lang.String value)
value
- public java.lang.String toString()
toString
in class java.lang.Enum<FieldMappingCollectionType>
public java.lang.String value()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com