|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceParam
Characterises one of the input parameters for a DataLink service descriptor. This is usually generated from a VOTable PARAM element within the service descriptor GROUP element with @name="inputParams".
Method Summary | |
---|---|
int[] |
getArraysize()
Returns the arraysize for this parameter as a numeric array. |
java.lang.String |
getDatatype()
Returns the datatype value for this parameter. |
java.lang.String |
getDescription()
Returns the description for this parameter. |
java.lang.String |
getId()
Returns the XML ID value for this parameter. |
java.lang.String[] |
getMinMax()
Returns the minimum and maximum values specified for this param. |
java.lang.String |
getName()
Returns this parameter's name. |
java.lang.String[] |
getOptions()
Returns a list of options specified for this param. |
java.lang.String |
getRef()
Returns the ref (XML REFID) value for this parameter. |
java.lang.String |
getUcd()
Returns the UCD string for this parameter. |
java.lang.String |
getUnit()
Returns the unit string for this parameter. |
java.lang.String |
getUtype()
Returns the Utype string for this parameter. |
java.lang.String |
getValue()
Returns this parameter's value as a string; if the empty string is specified for the PARAM's @value attribute, null should be returned. |
java.lang.String |
getXtype()
Returns the Xtype string for this parameter. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getValue()
java.lang.String getId()
java.lang.String getRef()
java.lang.String getDatatype()
java.lang.String getUnit()
java.lang.String getUcd()
java.lang.String getUtype()
java.lang.String getXtype()
java.lang.String getDescription()
int[] getArraysize()
java.lang.String[] getMinMax()
java.lang.String[] getOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |