public interface ServiceParam
Modifier and Type | Method and Description |
---|---|
int[] |
getArraysize()
Returns the arraysize for this parameter as a numeric array.
|
String |
getDatatype()
Returns the datatype value for this parameter.
|
String |
getDescription()
Returns the description for this parameter.
|
String |
getId()
Returns the XML ID value for this parameter.
|
String[] |
getMinMax()
Returns the minimum and maximum values specified for this param.
|
String |
getName()
Returns this parameter's name.
|
String[] |
getOptions()
Returns a list of options specified for this param.
|
String |
getRef()
Returns the ref (XML REFID) value for this parameter.
|
String |
getUcd()
Returns the UCD string for this parameter.
|
String |
getUnit()
Returns the unit string for this parameter.
|
String |
getUtype()
Returns the Utype string for this parameter.
|
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.
|
String |
getXtype()
Returns the Xtype string for this parameter.
|
String getName()
String getValue()
String getId()
String getRef()
String getDatatype()
String getUnit()
String getUcd()
String getUtype()
String getXtype()
String getDescription()
int[] getArraysize()
String[] getMinMax()
String[] getOptions()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.