Uses of Class
org.apache.sis.xml.NilReason
Packages that use NilReason
Package
Description
A set of helper classes for the SIS implementation.
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of NilReason in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that return NilReasonModifier and TypeMethodDescriptionNilReferencingObject.getNilReason()
This object is empty because the value will be provided later. -
Uses of NilReason in org.apache.sis.xml
Fields in org.apache.sis.xml declared as NilReasonModifier and TypeFieldDescriptionstatic final NilReason
NilReason.INAPPLICABLE
There is no value.static final NilReason
NilReason.MISSING
The correct value is not readily available to the sender of this data.static final NilReason
NilReason.OTHER
Other reason without explanation.private static final NilReason[]
NilReason.PREDEFINED
List of predefined constants.private final NilReason
NilInternationalString.reason
The reason why the object is nil.static final NilReason
NilReason.TEMPLATE
The value will be available later.static final NilReason
NilReason.UNKNOWN
The correct value is not known to, and not computable by, the sender of this data.static final NilReason
NilReason.WITHHELD
The value is not divulged.Fields in org.apache.sis.xml with type parameters of type NilReasonModifier and TypeFieldDescriptionprivate static final WeakHashSet
<NilReason> NilReason.POOL
The pool of other nil reasons created up to date.Methods in org.apache.sis.xml that return NilReasonModifier and TypeMethodDescriptionstatic NilReason
If the given object is nil, returns the reason why it does not contain information.NilInternationalString.getNilReason()
Returns the reason why this object is nil.NilObject.getNilReason()
Returns the reason why this object contains no information.ValueConverter.toNilReason
(MarshalContext context, String value) Converts the given string to aNilReason
.static NilReason
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.Constructors in org.apache.sis.xml with parameters of type NilReasonModifierConstructorDescription(package private)
NilInternationalString
(NilReason reason) Creates a new international string which is nil for the given reason.(package private)
NilObjectHandler
(NilReason nilReason) Creates a new handler for an object which is nil for the given reason.