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