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 NilReasonNilReason.INAPPLICABLEThere is no value.static final NilReasonNilReason.MISSINGThe correct value is not readily available to the sender of this data.static final NilReasonNilReason.OTHEROther reason without explanation.private static final NilReason[]NilReason.PREDEFINEDList of predefined constants.private final NilReasonNilInternationalString.reasonThe reason why the object is nil.static final NilReasonNilReason.TEMPLATEThe value will be available later.static final NilReasonNilReason.UNKNOWNThe correct value is not known to, and not computable by, the sender of this data.static final NilReasonNilReason.WITHHELDThe value is not divulged.Fields in org.apache.sis.xml with type parameters of type NilReasonModifier and TypeFieldDescriptionprivate static final WeakHashSet<NilReason>NilReason.POOLThe pool of other nil reasons created up to date.Methods in org.apache.sis.xml that return NilReasonModifier and TypeMethodDescriptionstatic NilReasonIf 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 NilReasonParses 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.