Uses of Class
org.exolab.castor.tests.framework.testDescriptor.types.CollectionType

Packages that use CollectionType
org.exolab.castor.tests.framework.testDescriptor   
org.exolab.castor.tests.framework.testDescriptor.types   
 

Uses of CollectionType in org.exolab.castor.tests.framework.testDescriptor
 

Methods in org.exolab.castor.tests.framework.testDescriptor that return CollectionType
 CollectionType OnlySourceGenerationTest.getCollection()
          Returns the value of field 'collection'.
 CollectionType SourceGeneratorTest.getCollection()
          Returns the value of field 'collection'.
 

Methods in org.exolab.castor.tests.framework.testDescriptor with parameters of type CollectionType
 void OnlySourceGenerationTest.setCollection(CollectionType collection)
          Sets the value of field 'collection'.
 void SourceGeneratorTest.setCollection(CollectionType collection)
          Sets the value of field 'collection'.
 

Uses of CollectionType in org.exolab.castor.tests.framework.testDescriptor.types
 

Fields in org.exolab.castor.tests.framework.testDescriptor.types declared as CollectionType
static CollectionType CollectionType.ARRAYLIST
          The instance of the arraylist type
static CollectionType CollectionType.ODMG
          The instance of the odmg type
static CollectionType CollectionType.VECTOR
          The instance of the vector type
 

Methods in org.exolab.castor.tests.framework.testDescriptor.types that return CollectionType
static CollectionType CollectionType.valueOf(String string)
          Method valueOf.Returns a new CollectionType based on the given String value.
 



Copyright © 2012. All Rights Reserved.