public interface ServiceParam
Modifier and Type | Method and Description |
---|---|
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.
|
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()