Uses of Class
org.jpox.metadata.ContainerMetaData

Packages that use ContainerMetaData
org.jpox.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
 

Uses of ContainerMetaData in org.jpox.metadata
 

Subclasses of ContainerMetaData in org.jpox.metadata
 class ArrayMetaData
          Representation of the Meta-Data for an Array.
 class CollectionMetaData
          Representation of the MetaData of a collection.
 class MapMetaData
          Representation of the Meta-Data for a Map.
 

Fields in org.jpox.metadata declared as ContainerMetaData
protected  ContainerMetaData AbstractPropertyMetaData.container
          Meta-Data of any container.
 

Methods in org.jpox.metadata that return ContainerMetaData
 ContainerMetaData AbstractPropertyMetaData.getContainer()
          Accessor for the container for this field.
 

Methods in org.jpox.metadata with parameters of type ContainerMetaData
 void AbstractPropertyMetaData.setContainer(ContainerMetaData conmd)
          Method to set the container for this field (if this field represents a container (collection, map, array).
 



Copyright © -2007 . All Rights Reserved.