| Package | Description |
|---|---|
| tap.formatter | |
| tap.metadata |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.Class<?> |
VOTableFormat.getDatatypeClass(VotType.VotDatatype datatype,
java.lang.String arraysize)
Convert the VOTable datatype string into a corresponding
Class object. |
| Modifier and Type | Field and Description |
|---|---|
VotType.VotDatatype |
VotType.datatype
VOTable datatype
|
| Modifier and Type | Method and Description |
|---|---|
static VotType.VotDatatype |
VotType.VotDatatype.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VotType.VotDatatype[] |
VotType.VotDatatype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VotType(VotType.VotDatatype datatype,
java.lang.String arraysize)
Build a VOTable field type.
|
VotType(VotType.VotDatatype datatype,
java.lang.String arraysize,
java.lang.String xtype)
Build a VOTable field type.
|