|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.vo.Capability
public class Capability
Describes a capability of a registry service.
Field Summary | |
---|---|
static Capability |
CONE
Cone search capability. |
static Capability |
SIA
Simple Image Access capability. |
static Capability |
SSA
Simple Spectral Access capability. |
static Capability |
TAP
Table Access Protocol capability. |
Constructor Summary | |
---|---|
Capability(String standardId,
String xsiTypeTail)
Constructor. |
Method Summary | |
---|---|
String |
getStandardId()
Returns the capability/@standardID string for this capability. |
String |
getXsiTypeTail()
Returns the final part of the capability/@xsi:type for this capability. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Capability CONE
public static final Capability SIA
public static final Capability SSA
public static final Capability TAP
Constructor Detail |
---|
public Capability(String standardId, String xsiTypeTail)
standardId
- capability/@standardID for the capabilityxsiTypeTail
- trailing part of the capability/@xsi:type for
the capabilityMethod Detail |
---|
public String getStandardId()
public String getXsiTypeTail()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |