Class InputParam.InputParamBuilder
java.lang.Object
org.ivoa.dm.registry.vodataservice.InputParam.InputParamBuilder
- Enclosing class:
 - InputParam
 
A builder class for InputParam, mainly for use in the functional builder pattern.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionA type of data contained in the parameter.A free-text description of a parameter's or column's contents.The name of the parameter or column.If true, the meaning and behavior of this parameter is reserved and defined by a standard interface.The name of a unified content descriptor that describes the scientific content of the parameter.The unit associated with the values in the parameter or column.An indication of whether this parameter is required to be provided for the application or service to work properly.An identifier for a concept in a data model that the data in this schema represent. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
dataType
A type of data contained in the parameter. - 
use
An indication of whether this parameter is required to be provided for the application or service to work properly. - 
std
If true, the meaning and behavior of this parameter is reserved and defined by a standard interface. If false, it represents an implementation-specific parameter that effectively extends the behavior of the service or application. - 
name
The name of the parameter or column. - 
description
A free-text description of a parameter's or column's contents. - 
unit
The unit associated with the values in the parameter or column. - 
ucd
The name of a unified content descriptor that describes the scientific content of the parameter. There are no requirements for compliance with any particular UCD standard. - 
utype
An identifier for a concept in a data model that the data in this schema represent. The form of the utype string depends on the data model; common forms are sequences of dotted identifiers (e.g., in SSA) or URIs (e.g., in RegTAP). 
 - 
 - 
Constructor Details
- 
InputParamBuilder
public InputParamBuilder() 
 - 
 - 
Method Details
- 
create
create a InputParam from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -