Uses of Class
gov.nasa.arc.pds.xml.generated.NilReasonList
-
Packages that use NilReasonList Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of NilReasonList in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type NilReasonList Modifier and Type Field Description protected java.util.List<NilReasonList>PublicationDate. nilReasonsprotected java.util.List<NilReasonList>ReferenceFrameId. nilReasonsprotected java.util.List<NilReasonList>StartDateTime. nilReasonsprotected java.util.List<NilReasonList>StartTime. nilReasonsprotected java.util.List<NilReasonList>StopDate. nilReasonsprotected java.util.List<NilReasonList>StopDateTime. nilReasonsprotected java.util.List<NilReasonList>StopTime. nilReasonsprotected java.util.List<NilReasonList>WavelengthRange. nilReasonsMethods in gov.nasa.arc.pds.xml.generated that return NilReasonList Modifier and Type Method Description static NilReasonListNilReasonList. fromValue(java.lang.String v)Gets the enum associated to the value passed as parameter.static NilReasonListNilReasonList. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NilReasonList[]NilReasonList. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type NilReasonList Modifier and Type Method Description java.util.List<NilReasonList>PublicationDate. getNilReasons()Gets the value of the nilReasons property.java.util.List<NilReasonList>ReferenceFrameId. getNilReasons()Gets the value of the nilReasons property.java.util.List<NilReasonList>StartDateTime. getNilReasons()Gets the value of the nilReasons property.java.util.List<NilReasonList>StartTime. getNilReasons()Gets the value of the nilReasons property.java.util.List<NilReasonList>StopDate. getNilReasons()Gets the value of the nilReasons property.java.util.List<NilReasonList>StopDateTime. getNilReasons()Gets the value of the nilReasons property.java.util.List<NilReasonList>StopTime. getNilReasons()Gets the value of the nilReasons property.java.util.List<NilReasonList>WavelengthRange. getNilReasons()Gets the value of the nilReasons property.
-