Class TableParam.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.BaseParam.Builder<_B>
org.javastro.ivoa.entities.resource.dataservice.TableParam.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- TableParam
public static class TableParam.Builder<_B>
extends BaseParam.Builder<_B>
implements com.kscs.util.jaxb.Buildable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields inherited from class org.javastro.ivoa.entities.resource.dataservice.BaseParam.Builder
_parentBuilder, _storedValue -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, TableParam _other, boolean _copy) Builder(_B _parentBuilder, TableParam _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionAdds the given items to the value of "flags"Adds the given items to the value of "flags"build()copyOf(TableParam _other) copyOf(TableParam.Builder _other) protected <_P extends TableParam>
_Pinit(_P _product) withDataType(TableDataType dataType) Sets the new value of "dataType" (any previous value will be replaced)withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Sets the new value of "flags" (any previous value will be replaced)Sets the new value of "flags" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)Sets the new value of "std" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)Sets the new value of "unit" (any previous value will be replaced)Sets the new value of "utype" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.resource.dataservice.BaseParam.Builder
copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, TableParam _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withDataType
Sets the new value of "dataType" (any previous value will be replaced)- Parameters:
dataType- New value of the "dataType" property.
-
addFlags
Adds the given items to the value of "flags"- Parameters:
flags- Items to add to the value of the "flags" property
-
withFlags
Sets the new value of "flags" (any previous value will be replaced)- Parameters:
flags- New value of the "flags" property.
-
addFlags
Adds the given items to the value of "flags"- Parameters:
flags- Items to add to the value of the "flags" property
-
withFlags
Sets the new value of "flags" (any previous value will be replaced)- Parameters:
flags- New value of the "flags" property.
-
withStd
Sets the new value of "std" (any previous value will be replaced)- Parameters:
std- New value of the "std" property.
-
withName
Sets the new value of "name" (any previous value will be replaced)- Overrides:
withNamein classBaseParam.Builder<_B>- Parameters:
name- New value of the "name" property.
-
withDescription
Sets the new value of "description" (any previous value will be replaced)- Overrides:
withDescriptionin classBaseParam.Builder<_B>- Parameters:
description- New value of the "description" property.
-
withUnit
Sets the new value of "unit" (any previous value will be replaced)- Overrides:
withUnitin classBaseParam.Builder<_B>- Parameters:
unit- New value of the "unit" property.
-
withUcd
Sets the new value of "ucd" (any previous value will be replaced)- Overrides:
withUcdin classBaseParam.Builder<_B>- Parameters:
ucd- New value of the "ucd" property.
-
withUtype
Sets the new value of "utype" (any previous value will be replaced)- Overrides:
withUtypein classBaseParam.Builder<_B>- Parameters:
utype- New value of the "utype" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classBaseParam.Builder<_B>
-
copyOf
-
copyOf
-