Uses of Class
org.apache.sis.xml.NilReason
Packages that use NilReason
Package
Description
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
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.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.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.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.