|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.astrogrid.acr.ivoa.resource.BaseParam
org.astrogrid.acr.astrogrid.ParameterBean
public class ParameterBean
An input or output parameter of a remote application (CEA).
BaseParam,name
was called UiName, while the element now called id was called name.
Because of this overlapping name shift, it's impossible to just deprecate the previous methods.
So, to ensure backwards compatibility, this bean provides access to elements in the new schema as follows
| element | getter |
|---|---|
id | ParameterBean.getId(), ParameterBean.getName() (deprecated) |
name | ParameterBean.getUiName() |
CeaApplication,
Executing remote applications,
Querying for registry resources,
CEA Specification,
Serialized Form| Method Summary | |
|---|---|
String |
getArraysize()
the shape of the array that constitutes the value. |
String[] |
getDefaultValues()
a possible default for this type of parameter this is array-valued for the case of array parameters. |
String |
getId()
the unique identifier for the parameter |
String |
getMimeType()
possibly a mime type for this parameter |
String[] |
getOptions()
an enumeration of possible values for the parameter - may be null. |
String |
getType()
type of ths parameter |
String |
getUiName()
user-readable name for this parameter. |
String |
getUType()
possibly access uType for this parameter |
| Methods inherited from class org.astrogrid.acr.ivoa.resource.BaseParam |
|---|
getDescription, getName, getUcd, getUnit |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getId()
public String[] getOptions()
public String getType()
integer, real, complex
,text,boolean, anyURI, VOTable,
RA, Dec, MJD, DateTime,
ADQL, ADQL-S,STC-S,binary,FITS,XMLpublic String getUiName()
ParameterBean.getName() has been retired
this method will be deprecated in favour of getNamepublic final String[] getDefaultValues()
public final String getUType()
public final String getMimeType()
public final String getArraysize()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||