Uses of Class
org.javastro.ivoa.entities.resource.dataservice.TableParam.Builder
Packages that use TableParam.Builder
-
Uses of TableParam.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return TableParam.BuilderModifier and TypeMethodDescriptionTableParam.Builder<? extends Table.Builder<_B>>Table.Builder.addColumns()Returns a new builder to build an additional value of the "Columns" property.Adds the given items to the value of "flags"Adds the given items to the value of "flags"static TableParam.Builder<Void>TableParam.builder()static TableParam.Builder<Void>TableParam.copyExcept(BaseParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TableParam.Builder<Void>TableParam.copyExcept(TableParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TableParam.Builder.copyOf(TableParam _other) TableParam.Builder.copyOf(TableParam.Builder _other) static <_B> TableParam.Builder<_B>static <_B> TableParam.Builder<_B>TableParam.copyOf(BaseParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> TableParam.Builder<_B>TableParam.copyOf(TableParam _other) static <_B> TableParam.Builder<_B>TableParam.copyOf(TableParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static TableParam.Builder<Void>static TableParam.Builder<Void>TableParam.copyOnly(TableParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TableParam.newCopyBuilder()<_B> TableParam.Builder<_B>TableParam.newCopyBuilder(_B _parentBuilder) <_B> TableParam.Builder<_B>TableParam.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TableParam.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TableParam.Builder.withDataType(TableDataType dataType) Sets the new value of "dataType" (any previous value will be replaced)TableParam.Builder.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 in org.javastro.ivoa.entities.resource.dataservice with parameters of type TableParam.BuilderModifier and TypeMethodDescriptionTableParam.Builder.copyOf(TableParam.Builder _other) <_B> voidTableParam.copyTo(TableParam.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidTableParam.copyTo(TableParam.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.