Uses of Class
org.apache.sis.xml.NilReason
-
Packages that use NilReason Package Description org.apache.sis.xml 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 NilReason Modifier and Type Field Description static NilReasonNilReason. INAPPLICABLEThere is no value.static NilReasonNilReason. MISSINGThe correct value is not readily available to the sender of this data.static NilReasonNilReason. OTHEROther reason without explanation.static NilReasonNilReason. TEMPLATEThe value will be available later.static NilReasonNilReason. UNKNOWNThe correct value is not known to, and not computable by, the sender of this data.static NilReasonNilReason. WITHHELDThe value is not divulged.Methods in org.apache.sis.xml that return NilReason Modifier and Type Method Description static NilReasonNilReason. forObject(Object object)If the given object is nil, returns the reason why it does not contain information.NilReasonNilObject. getNilReason()Returns the reason why this object contains no information.NilReasonValueConverter. toNilReason(MarshalContext context, String value)Converts the given string to aNilReason.static NilReasonNilReason. 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.
-