Package uk.ac.starlink.votable.datalink
Interface ExampleUrl
public interface ExampleUrl
Represents an example invocation from a Service Descriptor.
This is a representation of a PARAM element with @name="exampleURL".
- Since:
- 14 Apr 2023
- Author:
- Mark Taylor
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a textual description of the example.getUrl()
Returns the invocation URL for the example.
-
Method Details
-
getUrl
String getUrl()Returns the invocation URL for the example. This is the value attribute of the PARAM.- Returns:
- invocation URL
-
getDescription
String getDescription()Returns a textual description of the example. This is the content of the DESCRIPTION child of the PARAM.- Returns:
- description text, may be null
-