Uses of Class
org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType

Packages that use FieldTypeCollectionType
org.exolab.castor.builder.binding.xml   
org.exolab.castor.builder.binding.xml.types   
 

Uses of FieldTypeCollectionType in org.exolab.castor.builder.binding.xml
 

Methods in org.exolab.castor.builder.binding.xml that return FieldTypeCollectionType
 FieldTypeCollectionType FieldType.getCollection()
          Returns the value of field 'collection'.
 

Methods in org.exolab.castor.builder.binding.xml with parameters of type FieldTypeCollectionType
 void FieldType.setCollection(FieldTypeCollectionType collection)
          Sets the value of field 'collection'.
 

Uses of FieldTypeCollectionType in org.exolab.castor.builder.binding.xml.types
 

Fields in org.exolab.castor.builder.binding.xml.types declared as FieldTypeCollectionType
static FieldTypeCollectionType FieldTypeCollectionType.ARRAY
          The instance of the array type
static FieldTypeCollectionType FieldTypeCollectionType.ARRAYLIST
          The instance of the arraylist type
static FieldTypeCollectionType FieldTypeCollectionType.COLLECTION
          The instance of the collection type
static FieldTypeCollectionType FieldTypeCollectionType.HASHTABLE
          The instance of the hashtable type
static FieldTypeCollectionType FieldTypeCollectionType.MAP
          The instance of the map type
static FieldTypeCollectionType FieldTypeCollectionType.ODMG
          The instance of the odmg type
static FieldTypeCollectionType FieldTypeCollectionType.SET
          The instance of the set type
static FieldTypeCollectionType FieldTypeCollectionType.SORTEDSET
          The instance of the sortedset type
static FieldTypeCollectionType FieldTypeCollectionType.VECTOR
          The instance of the vector type
 

Methods in org.exolab.castor.builder.binding.xml.types that return FieldTypeCollectionType
static FieldTypeCollectionType FieldTypeCollectionType.valueOf(String string)
          Method valueOf.Returns a new FieldTypeCollectionType based on the given String value.
 



Copyright © 2012. All Rights Reserved.