Uses of Class
org.jpox.store.Dictionary.CaseIdentifier

Packages that use Dictionary.CaseIdentifier
org.jpox.store Definition of the storage of the classes. 
 

Uses of Dictionary.CaseIdentifier in org.jpox.store
 

Fields in org.jpox.store declared as Dictionary.CaseIdentifier
static Dictionary.CaseIdentifier Dictionary.CaseIdentifier.PRESERVECASE
          preserve case from classes/fields
static Dictionary.CaseIdentifier Dictionary.CaseIdentifier.UPPERCASE
          upper case
static Dictionary.CaseIdentifier Dictionary.CaseIdentifier.LOWERCASE
          lower case
static Dictionary.CaseIdentifier Dictionary.CaseIdentifier.SENTENCECASE
          sentence case
static Dictionary.CaseIdentifier Dictionary.CaseIdentifier.CAPITALIZECASE
          capitalize case
 

Methods in org.jpox.store that return Dictionary.CaseIdentifier
static Dictionary.CaseIdentifier Dictionary.CaseIdentifier.getCaseIdentifier(java.lang.String key)
          Accessor for the CaseIdentifier instance by a key (string).
 Dictionary.CaseIdentifier Dictionary.getIdentifierCase()
          Accessor for the case of the identifiers.
 

Methods in org.jpox.store with parameters of type Dictionary.CaseIdentifier
 void Dictionary.setIdentifierCase(Dictionary.CaseIdentifier caseIdentifier)
          Mutator for the case of identifiers.
 



Copyright © -2007 . All Rights Reserved.