Uses of Enum Class
org.javastro.ivoa.entities.stc.v1.AngleUnitType
Packages that use AngleUnitType
-
Uses of AngleUnitType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as AngleUnitTypeModifier and TypeFieldDescriptionprotected AngleUnitTypeDouble1Type.posAngleUnitprotected AngleUnitTypePosAngleType.unitMethods in org.javastro.ivoa.entities.stc.v1 that return AngleUnitTypeModifier and TypeMethodDescriptionstatic AngleUnitTypeGets the enum associated to the value passed as parameter.Double1Type.getPosAngleUnit()Gets the value of the posAngleUnit property.PosAngleType.getUnit()Gets the value of the unit property.static AngleUnitTypeReturns the enum constant of this class with the specified name.static AngleUnitType[]AngleUnitType.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 AngleUnitTypeModifier and TypeMethodDescriptionvoidDouble1Type.setPosAngleUnit(AngleUnitType value) Sets the value of the posAngleUnit property.voidPosAngleType.setUnit(AngleUnitType value) Sets the value of the unit property.Double1Type.withPosAngleUnit(AngleUnitType value) OrbitType.A.withPosAngleUnit(AngleUnitType value) OrbitType.Aop.withPosAngleUnit(AngleUnitType value) OrbitType.I.withPosAngleUnit(AngleUnitType value) OrbitType.M.withPosAngleUnit(AngleUnitType value) OrbitType.Node.withPosAngleUnit(AngleUnitType value) OrbitType.P.withPosAngleUnit(AngleUnitType value) OrbitType.Q.withPosAngleUnit(AngleUnitType value) PosAngleType.withUnit(AngleUnitType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type AngleUnitTypeModifierConstructorDescriptionA(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 constructorPosAngleType(double value, AngleUnitType unit, PosAngleReferenceType reference, String id, Object idref, String ucd, String type, String href, String idType, String idrefType) 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 constructor