public class ResourceField extends Object
At present the private constructor means that only the static
members of this class are available for use. Others could be constructed,
but only those defined here are handled by
RegTapRegistryQuery.getAdqlCondition(uk.ac.starlink.vo.ResourceField, java.lang.String, boolean)
.
Modifier and Type | Field and Description |
---|---|
static ResourceField |
DESCRIPTION
Description field.
|
static ResourceField |
ID
IVO ID field.
|
static ResourceField |
PUBLISHER
Publisher field.
|
static ResourceField |
SHORTNAME
ShortName field.
|
static ResourceField |
SUBJECTS
Subjects field.
|
static ResourceField |
TITLE
Title field.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Returns a user-directed short text label for this field.
|
String |
getRelationalName()
Returns the column name of this field in the Registry Relational Schema.
|
String |
getRelationalTable()
Returns the fully qualified name of a table containing this column
in the Registry Relational Schema.
|
String |
getXpath()
Returns the XPath into the VOResource data model for this field.
|
public static final ResourceField SHORTNAME
public static final ResourceField TITLE
public static final ResourceField SUBJECTS
public static final ResourceField ID
public static final ResourceField PUBLISHER
public static final ResourceField DESCRIPTION
public String getLabel()
public String getXpath()
public String getRelationalName()
public String getRelationalTable()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.