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. nilReasons
protected java.util.List<NilReasonList>
ReferenceFrameId. nilReasons
protected java.util.List<NilReasonList>
StartDateTime. nilReasons
protected java.util.List<NilReasonList>
StartTime. nilReasons
protected java.util.List<NilReasonList>
StopDate. nilReasons
protected java.util.List<NilReasonList>
StopDateTime. nilReasons
protected java.util.List<NilReasonList>
StopTime. nilReasons
protected java.util.List<NilReasonList>
WavelengthRange. nilReasons
Methods in gov.nasa.arc.pds.xml.generated that return NilReasonList Modifier and Type Method Description static NilReasonList
NilReasonList. fromValue(java.lang.String v)
Gets the enum associated to the value passed as parameter.static NilReasonList
NilReasonList. 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.
-