Uses of Class
org.jpox.metadata.NullValue

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

Uses of NullValue in org.jpox.metadata
 

Fields in org.jpox.metadata declared as NullValue
protected  NullValue AbstractPropertyMetaData.nullValue
          null-value tag value (default is NONE).
static NullValue NullValue.EXCEPTION
          null-value="exception"
static NullValue NullValue.DEFAULT
          null-value="default"
static NullValue NullValue.NONE
          null-value="none"
 

Methods in org.jpox.metadata that return NullValue
 NullValue AbstractPropertyMetaData.getNullValue()
          Accessor for the null-value tag
static NullValue NullValue.getNullValue(java.lang.String value)
          Obtain a NullValue for the given name by value
 



Copyright © -2007 . All Rights Reserved.