Class FloatInterval
java.lang.Object
org.ivoa.dm.registry.vodataservice.FloatInterval
- All Implemented Interfaces:
Serializable
@VoDml(id="VODataService:FloatInterval",
role=primitiveType)
@Embeddable
public class FloatInterval
extends Object
implements Serializable
An interval of floating point numbers.
This uses VOTable TABLEDATA serialisation, i.e., simply
a pair of XSD floating point numbers separated by whitespace;
note that software utilising non-XSD aware parsers has to
perform whitespace normalisation itself here (in particular,
for the internal whitespace).
PrimitiveType FloatInterval :
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedno arg constructor.Creates a new FloatInterval Primitive Type instance, using the base type.copy constructor. -
Method Summary
-
Constructor Details
-
FloatInterval
protected FloatInterval()no arg constructor. -
FloatInterval
copy constructor.- Parameters:
c- the object to be copied.
-
FloatInterval
Creates a new FloatInterval Primitive Type instance, using the base type.- Parameters:
v- the base type.
-
-
Method Details