Uses of Class
org.javastro.ivoa.entities.vodml.Constraint
Packages that use Constraint
-
Uses of Constraint in org.javastro.ivoa.entities.vodml
Subclasses of Constraint in org.javastro.ivoa.entities.vodmlModifier and TypeClassDescriptionclassA special type of constraint that represents the common pattern where a subtype.Fields in org.javastro.ivoa.entities.vodml declared as ConstraintFields in org.javastro.ivoa.entities.vodml with type parameters of type ConstraintModifier and TypeFieldDescriptionprotected List<Constraint>Type.constraintsConstraints defining valid instances of the type.static final com.kscs.util.jaxb.CollectionPropertyInfo<Type,Constraint> Type.PropInfo.CONSTRAINTSstatic final com.kscs.util.jaxb.SinglePropertyInfo<Constraint,String> Constraint.PropInfo.DESCRIPTIONMethods in org.javastro.ivoa.entities.vodml with type parameters of type ConstraintModifier and TypeMethodDescriptionprotected <_P extends Constraint>
_PConstraint.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return ConstraintModifier and TypeMethodDescriptionConstraint.Builder.build()Constraint.clone()Constraint.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Constraint.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createConstraint()Create an instance ofConstraintConstraint.createCopy()Constraint.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Constraint.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type ConstraintModifier and TypeMethodDescriptionType.getConstraints()Constraints defining valid instances of the type.Type.Modifier.getConstraints()Methods in org.javastro.ivoa.entities.vodml with parameters of type ConstraintModifier and TypeMethodDescriptionDataType.Builder.addConstraints(Constraint... constraints) Adds the given items to the value of "constraints"Enumeration.Builder.addConstraints(Constraint... constraints) Adds the given items to the value of "constraints"ObjectType.Builder.addConstraints(Constraint... constraints) Adds the given items to the value of "constraints"PrimitiveType.Builder.addConstraints(Constraint... constraints) Adds the given items to the value of "constraints"Type.Builder.addConstraints(Constraint... constraints) Adds the given items to the value of "constraints"ValueType.Builder.addConstraints(Constraint... constraints) Adds the given items to the value of "constraints"static Constraint.Builder<Void>Constraint.copyExcept(Constraint _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SubsettedRole.Builder<Void>SubsettedRole.copyExcept(Constraint _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constraint.Builder.copyOf(Constraint _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 <_B> SubsettedRole.Builder<_B>SubsettedRole.copyOf(Constraint _other) static <_B> SubsettedRole.Builder<_B>SubsettedRole.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) static SubsettedRole.Builder<Void>SubsettedRole.copyOnly(Constraint _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DataType.Builder.withConstraints(Constraint... constraints) Sets the new value of "constraints" (any previous value will be replaced)Enumeration.Builder.withConstraints(Constraint... constraints) Sets the new value of "constraints" (any previous value will be replaced)ObjectType.Builder.withConstraints(Constraint... constraints) Sets the new value of "constraints" (any previous value will be replaced)PrimitiveType.Builder.withConstraints(Constraint... constraints) Sets the new value of "constraints" (any previous value will be replaced)Type.Builder.withConstraints(Constraint... constraints) Sets the new value of "constraints" (any previous value will be replaced)ValueType.Builder.withConstraints(Constraint... constraints) Sets the new value of "constraints" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type ConstraintModifier and TypeMethodDescriptionDataType.Builder.addConstraints(Iterable<? extends Constraint> constraints) Adds the given items to the value of "constraints"Enumeration.Builder.addConstraints(Iterable<? extends Constraint> constraints) Adds the given items to the value of "constraints"ObjectType.Builder.addConstraints(Iterable<? extends Constraint> constraints) Adds the given items to the value of "constraints"PrimitiveType.Builder.addConstraints(Iterable<? extends Constraint> constraints) Adds the given items to the value of "constraints"Type.Builder.addConstraints(Iterable<? extends Constraint> constraints) Adds the given items to the value of "constraints"ValueType.Builder.addConstraints(Iterable<? extends Constraint> constraints) Adds the given items to the value of "constraints"DataType.Builder.withConstraints(Iterable<? extends Constraint> constraints) Sets the new value of "constraints" (any previous value will be replaced)Enumeration.Builder.withConstraints(Iterable<? extends Constraint> constraints) Sets the new value of "constraints" (any previous value will be replaced)ObjectType.Builder.withConstraints(Iterable<? extends Constraint> constraints) Sets the new value of "constraints" (any previous value will be replaced)PrimitiveType.Builder.withConstraints(Iterable<? extends Constraint> constraints) Sets the new value of "constraints" (any previous value will be replaced)Type.Builder.withConstraints(Iterable<? extends Constraint> constraints) Sets the new value of "constraints" (any previous value will be replaced)ValueType.Builder.withConstraints(Iterable<? extends Constraint> constraints) Sets the new value of "constraints" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.vodml with parameters of type ConstraintModifierConstructorDescriptionBuilder(_B _parentBuilder, Constraint _other, boolean _copy) Builder(_B _parentBuilder, Constraint _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Constructor parameters in org.javastro.ivoa.entities.vodml with type arguments of type ConstraintModifierConstructorDescriptionDataType(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract, List<Attribute> attributes, List<Reference> references) Fully-initialising value constructorEnumeration(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract, List<EnumLiteral> literals) Fully-initialising value constructorObjectType(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract, List<Attribute> attributes, List<Composition> compositions, List<Reference> references) Fully-initialising value constructorPrimitiveType(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract) Fully-initialising value constructorType(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract) Fully-initialising value constructorValueType(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract) Fully-initialising value constructor