Uses of Class
org.n52.shetland.ogc.gml.time.Time.NilReason
-
Packages that use Time.NilReason Package Description org.n52.shetland.ogc.gml.time -
-
Uses of Time.NilReason in org.n52.shetland.ogc.gml.time
Methods in org.n52.shetland.ogc.gml.time that return Time.NilReason Modifier and Type Method Description static Time.NilReasonTime.NilReason. getEnumForString(String value)Time.NilReasonTime. getNilReason()Get the nil reasonstatic Time.NilReasonTime.NilReason. valueOf(String name)Returns the enum constant of this type with the specified name.static Time.NilReason[]Time.NilReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.ogc.gml.time with parameters of type Time.NilReason Modifier and Type Method Description voidTime. setNilReason(Time.NilReason nilReason)Set nil reason
-