Uses of Enum Class
org.javastro.ivoa.entities.stc.v1.PlanetaryEphemType
Packages that use PlanetaryEphemType
-
Uses of PlanetaryEphemType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as PlanetaryEphemTypeMethods in org.javastro.ivoa.entities.stc.v1 that return PlanetaryEphemTypeModifier and TypeMethodDescriptionstatic PlanetaryEphemTypeGets the enum associated to the value passed as parameter.StdRefPosType.getPlanetaryEphem()Gets the value of the planetaryEphem property.static PlanetaryEphemTypeReturns the enum constant of this class with the specified name.static PlanetaryEphemType[]PlanetaryEphemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type PlanetaryEphemTypeModifier and TypeMethodDescriptionvoidStdRefPosType.setPlanetaryEphem(PlanetaryEphemType value) Sets the value of the planetaryEphem property.StdRefPosType.withPlanetaryEphem(PlanetaryEphemType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type PlanetaryEphemTypeModifierConstructorDescriptionStdRefPosType(PlanetaryEphemType planetaryEphem) Fully-initialising value constructor