Uses of Class
org.javastro.ivoa.entities.resource.dataservice.BaseParam.Builder
Packages that use BaseParam.Builder
-
Uses of BaseParam.Builder in org.javastro.ivoa.entities.resource.dataservice
Subclasses of BaseParam.Builder in org.javastro.ivoa.entities.resource.dataserviceModifier and TypeClassDescriptionstatic classstatic classMethods in org.javastro.ivoa.entities.resource.dataservice that return BaseParam.BuilderModifier and TypeMethodDescriptionstatic BaseParam.Builder<Void>BaseParam.builder()static BaseParam.Builder<Void>BaseParam.copyExcept(BaseParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) BaseParam.Builder.copyOf(BaseParam.Builder _other) static <_B> BaseParam.Builder<_B>static <_B> BaseParam.Builder<_B>BaseParam.copyOf(BaseParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static BaseParam.Builder<Void>BaseParam.newCopyBuilder()<_B> BaseParam.Builder<_B>BaseParam.newCopyBuilder(_B _parentBuilder) <_B> BaseParam.Builder<_B>BaseParam.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) BaseParam.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) BaseParam.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Sets the new value of "name" (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 BaseParam.BuilderModifier and TypeMethodDescriptionBaseParam.Builder.copyOf(BaseParam.Builder _other) <_B> voidBaseParam.copyTo(BaseParam.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidBaseParam.copyTo(BaseParam.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.