Uses of Enum Class
org.javastro.ivoa.entities.stc.v1.SpectralUnitType
Packages that use SpectralUnitType
-
Uses of SpectralUnitType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as SpectralUnitTypeModifier and TypeFieldDescriptionprotected SpectralUnitTypeDouble1Type.spectralUnitprotected SpectralUnitTypeSpectralCoordinateType.unitprotected SpectralUnitTypeSpectralIntervalType.unitMethods in org.javastro.ivoa.entities.stc.v1 that return SpectralUnitTypeModifier and TypeMethodDescriptionstatic SpectralUnitTypeGets the enum associated to the value passed as parameter.Double1Type.getSpectralUnit()Gets the value of the spectralUnit property.SpectralCoordinateType.getUnit()Gets the value of the unit property.SpectralIntervalType.getUnit()Gets the value of the unit property.static SpectralUnitTypeReturns the enum constant of this class with the specified name.static SpectralUnitType[]SpectralUnitType.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 SpectralUnitTypeModifier and TypeMethodDescriptionvoidDouble1Type.setSpectralUnit(SpectralUnitType value) Sets the value of the spectralUnit property.voidSpectralCoordinateType.setUnit(SpectralUnitType value) Sets the value of the unit property.voidSpectralIntervalType.setUnit(SpectralUnitType value) Sets the value of the unit property.Double1Type.withSpectralUnit(SpectralUnitType value) OrbitType.A.withSpectralUnit(SpectralUnitType value) OrbitType.Aop.withSpectralUnit(SpectralUnitType value) OrbitType.I.withSpectralUnit(SpectralUnitType value) OrbitType.M.withSpectralUnit(SpectralUnitType value) OrbitType.Node.withSpectralUnit(SpectralUnitType value) OrbitType.P.withSpectralUnit(SpectralUnitType value) OrbitType.Q.withSpectralUnit(SpectralUnitType value) SpectralCoordinateType.withUnit(SpectralUnitType value) SpectralIntervalType.withUnit(SpectralUnitType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type SpectralUnitTypeModifierConstructorDescriptionA(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorAop(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorDouble1Type(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType) Fully-initialising value constructorI(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorM(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorNode(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorP(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorQ(double value, String timeUnit, String posUnit, AngleUnitType posAngleUnit, VelTimeUnitType velTimeUnit, SpectralUnitType spectralUnit, String genUnit, String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String unit) Fully-initialising value constructorSpectralCoordinateType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, Double1Type value, List<Double1Type> errors, List<Double1Type> resolutions, List<Double1Type> sizes, List<Double1Type> pixSizes, Object coordSystemId, SpectralUnitType unit) Fully-initialising value constructorSpectralIntervalType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, Double1Type loLimit, Double1Type hiLimit, SpectralUnitType unit) Fully-initialising value constructor