Uses of Class
org.javastro.ivoa.entities.resource.tap.LanguageFeature.Builder
Packages that use LanguageFeature.Builder
-
Uses of LanguageFeature.Builder in org.javastro.ivoa.entities.resource.tap
Methods in org.javastro.ivoa.entities.resource.tap that return LanguageFeature.BuilderModifier and TypeMethodDescriptionLanguageFeature.Builder<? extends LanguageFeatureList.Builder<_B>>LanguageFeatureList.Builder.addFeatures()Returns a new builder to build an additional value of the "Features" property.static LanguageFeature.Builder<Void>LanguageFeature.builder()static LanguageFeature.Builder<Void>LanguageFeature.copyExcept(LanguageFeature _other, com.kscs.util.jaxb.PropertyTree _propertyTree) LanguageFeature.Builder.copyOf(LanguageFeature _other) LanguageFeature.Builder.copyOf(LanguageFeature.Builder _other) static <_B> LanguageFeature.Builder<_B>LanguageFeature.copyOf(LanguageFeature _other) static <_B> LanguageFeature.Builder<_B>LanguageFeature.copyOf(LanguageFeature _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static LanguageFeature.Builder<Void>LanguageFeature.copyOnly(LanguageFeature _other, com.kscs.util.jaxb.PropertyTree _propertyTree) LanguageFeature.newCopyBuilder()<_B> LanguageFeature.Builder<_B>LanguageFeature.newCopyBuilder(_B _parentBuilder) <_B> LanguageFeature.Builder<_B>LanguageFeature.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) LanguageFeature.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) LanguageFeature.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Sets the new value of "form" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.tap with parameters of type LanguageFeature.BuilderModifier and TypeMethodDescriptionLanguageFeature.Builder.copyOf(LanguageFeature.Builder _other) <_B> voidLanguageFeature.copyTo(LanguageFeature.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidLanguageFeature.copyTo(LanguageFeature.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.