|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.vo.VORegResource
public class VORegResource
RegResource implementation based on a VOResource
object.
Constructor Summary | |
---|---|
VORegResource(net.ivoa.registry.search.VOResource resource)
Constructor. |
Method Summary | |
---|---|
RegCapabilityInterface[] |
getCapabilities()
Returns an array of capability interfaces for this resource. |
String |
getContact()
Returns the contact information for this resource. |
String |
getIdentifier()
Returns the resource unique identifier. |
String |
getPublisher()
Returns the resource publisher. |
String |
getReferenceUrl()
Returns the reference URL for this resource. |
String |
getShortName()
Returns the resource short name. |
String[] |
getSubjects()
Returns a list of subject areas relevant to this resource. |
String |
getTitle()
Returns the resource title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VORegResource(net.ivoa.registry.search.VOResource resource)
resource
- resource objectMethod Detail |
---|
public String getShortName()
RegResource
getShortName
in interface RegResource
public String getTitle()
RegResource
getTitle
in interface RegResource
public String getIdentifier()
RegResource
ivo://authority/path
.
getIdentifier
in interface RegResource
public String getPublisher()
RegResource
getPublisher
in interface RegResource
public String getContact()
RegResource
getContact
in interface RegResource
public String[] getSubjects()
RegResource
getSubjects
in interface RegResource
public String getReferenceUrl()
RegResource
getReferenceUrl
in interface RegResource
public RegCapabilityInterface[] getCapabilities()
RegResource
getCapabilities
in interface RegResource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |