Uses of Class
org.javastro.ivoa.entities.resource.registry.dublincore.simple.ElementType.Builder
Packages that use ElementType.Builder
-
Uses of ElementType.Builder in org.javastro.ivoa.entities.resource.registry.dublincore.simple
Methods in org.javastro.ivoa.entities.resource.registry.dublincore.simple that return ElementType.BuilderModifier and TypeMethodDescriptionstatic ElementType.Builder<Void>ElementType.builder()static ElementType.Builder<Void>ElementType.copyExcept(ElementType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ElementType.Builder.copyOf(ElementType _other) ElementType.Builder.copyOf(ElementType.Builder _other) static <_B> ElementType.Builder<_B>ElementType.copyOf(ElementType _other) static <_B> ElementType.Builder<_B>ElementType.copyOf(ElementType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ElementType.Builder<Void>ElementType.copyOnly(ElementType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ElementType.newCopyBuilder()<_B> ElementType.Builder<_B>ElementType.newCopyBuilder(_B _parentBuilder) <_B> ElementType.Builder<_B>ElementType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ElementType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Sets the new value of "lang" (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.registry.dublincore.simple with parameters of type ElementType.BuilderModifier and TypeMethodDescriptionElementType.Builder.copyOf(ElementType.Builder _other) <_B> voidElementType.copyTo(ElementType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidElementType.copyTo(ElementType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.