Uses of Class
org.geotoolkit.xml.NilReason

Uses of NilReason in org.geotoolkit.xml
 

Fields in org.geotoolkit.xml declared as NilReason
static NilReason NilReason.INAPPLICABLE
          There is no value.
static NilReason NilReason.MISSING
          The correct value is not readily available to the sender of this data.
static NilReason NilReason.OTHER
          Other brief explanation.
static NilReason NilReason.TEMPLATE
          The value will be available later.
static NilReason NilReason.UNKNOWN
          The correct value is not known to, and not computable by, the sender of this data.
static NilReason NilReason.WITHHELD
          The value is not divulged.
 

Methods in org.geotoolkit.xml that return NilReason
 NilReason NilObject.getNilReason()
          Returns the reason why this object is empty.
 NilReason ObjectConverters.toNilReason(String value)
          Converts the given string to a NilReason.
static NilReason NilReason.valueOf(String reason)
          Parses the given nil reason.
static NilReason[] NilReason.values()
          Returns an array containing every instances of this type that have not yet been garbage collected.
 

Methods in org.geotoolkit.xml with parameters of type NilReason
<T> T
ObjectLinker.resolve(Class<T> type, NilReason nilReason)
          Returns an object of the given type for the given nilReason attributes.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.