Uses of Class
org.jpox.metadata.IndexedValue

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

Uses of IndexedValue in org.jpox.metadata
 

Fields in org.jpox.metadata declared as IndexedValue
protected  IndexedValue AbstractPropertyMetaData.indexed
          The indexing value
protected  IndexedValue VersionMetaData.indexed
          Indexed value
protected  IndexedValue DiscriminatorMetaData.indexed
          Whether the discriminator is indexed or not and whether it is unique
protected  IndexedValue AbstractElementMetaData.indexed
          The indexing value
static IndexedValue IndexedValue.TRUE
          indexed true
static IndexedValue IndexedValue.FALSE
          indexed false
static IndexedValue IndexedValue.UNIQUE
          indexed unique
protected  IndexedValue OrderMetaData.indexed
          The indexing value
 

Methods in org.jpox.metadata that return IndexedValue
 IndexedValue DiscriminatorMetaData.getIndexedValue()
          Accessor for indexed value.
static IndexedValue IndexedValue.getIndexedValue(java.lang.String value)
          Obtain a IndexedValue for the given name by value
 



Copyright © -2007 . All Rights Reserved.