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