Uses of Class
org.javastro.ivoa.entities.resource.tap.LanguageFeatureList
Packages that use LanguageFeatureList
-
Uses of LanguageFeatureList in org.javastro.ivoa.entities.resource.tap
Fields in org.javastro.ivoa.entities.resource.tap declared as LanguageFeatureListModifier and TypeFieldDescriptionprotected final LanguageFeatureListLanguageFeatureList.Builder._storedValueFields in org.javastro.ivoa.entities.resource.tap with type parameters of type LanguageFeatureListModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<LanguageFeatureList,LanguageFeature> LanguageFeatureList.PropInfo.FEATURESstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Language,LanguageFeatureList> Language.PropInfo.LANGUAGE_FEATURESprotected List<LanguageFeatureList>Language.languageFeaturesThis includes listing user defined functions, geometry support, or similar concepts.static final com.kscs.util.jaxb.SinglePropertyInfo<LanguageFeatureList,String> LanguageFeatureList.PropInfo.TYPEMethods in org.javastro.ivoa.entities.resource.tap with type parameters of type LanguageFeatureListModifier and TypeMethodDescriptionprotected <_P extends LanguageFeatureList>
_PLanguageFeatureList.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.tap that return LanguageFeatureListModifier and TypeMethodDescriptionLanguageFeatureList.Builder.build()LanguageFeatureList.clone()LanguageFeatureList.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) LanguageFeatureList.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) LanguageFeatureList.createCopy()LanguageFeatureList.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createLanguageFeatureList()Create an instance ofLanguageFeatureListLanguageFeatureList.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.tap that return types with arguments of type LanguageFeatureListModifier and TypeMethodDescriptionLanguage.getLanguageFeatures()This includes listing user defined functions, geometry support, or similar concepts.Language.Modifier.getLanguageFeatures()Methods in org.javastro.ivoa.entities.resource.tap with parameters of type LanguageFeatureListModifier and TypeMethodDescriptionLanguage.Builder.addLanguageFeatures(LanguageFeatureList... languageFeatures) Adds the given items to the value of "languageFeatures"static LanguageFeatureList.Builder<Void>LanguageFeatureList.copyExcept(LanguageFeatureList _other, com.kscs.util.jaxb.PropertyTree _propertyTree) LanguageFeatureList.Builder.copyOf(LanguageFeatureList _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) Language.Builder.withLanguageFeatures(LanguageFeatureList... languageFeatures) Sets the new value of "languageFeatures" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.tap with type arguments of type LanguageFeatureListModifier and TypeMethodDescriptionLanguage.Builder.addLanguageFeatures(Iterable<? extends LanguageFeatureList> languageFeatures) Adds the given items to the value of "languageFeatures"Language.Builder.withLanguageFeatures(Iterable<? extends LanguageFeatureList> languageFeatures) Sets the new value of "languageFeatures" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.tap with parameters of type LanguageFeatureListModifierConstructorDescriptionBuilder(_B _parentBuilder, LanguageFeatureList _other, boolean _copy) Builder(_B _parentBuilder, LanguageFeatureList _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)