Uses of Class
org.javastro.ivoa.entities.resource.dataservice.TableDataType.Builder
Packages that use TableDataType.Builder
-
Uses of TableDataType.Builder in org.javastro.ivoa.entities.resource.dataservice
Subclasses of TableDataType.Builder in org.javastro.ivoa.entities.resource.dataserviceMethods in org.javastro.ivoa.entities.resource.dataservice that return TableDataType.BuilderModifier and TypeMethodDescriptionTableDataType.Builder.copyOf(TableDataType _other) TableDataType.Builder.copyOf(TableDataType.Builder _other) abstract TableDataType.Builder<Void>TableDataType.newCopyBuilder()abstract <_B> TableDataType.Builder<_B>TableDataType.newCopyBuilder(_B _parentBuilder) abstract <_B> TableDataType.Builder<_B>TableDataType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract TableDataType.Builder<Void>TableDataType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TableDataType.Builder.withArraysize(String arraysize) Sets the new value of "arraysize" (any previous value will be replaced)Sets the new value of "delim" (any previous value will be replaced)TableDataType.Builder.withExtendedSchema(String extendedSchema) Sets the new value of "extendedSchema" (any previous value will be replaced)TableDataType.Builder.withExtendedType(String extendedType) Sets the new value of "extendedType" (any previous value will be replaced)Sets the new value of "value" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type TableDataType.BuilderModifier and TypeMethodDescriptionTableDataType.Builder.copyOf(TableDataType.Builder _other) <_B> voidTableDataType.copyTo(TableDataType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidTableDataType.copyTo(TableDataType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.