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 with type parameters of type ConstraintModifier and TypeFieldDescriptionprotected List<Constraint>Type.constraintsConstraints defining valid instances of the type.Methods in org.javastro.ivoa.entities.vodml that return ConstraintModifier and TypeMethodDescriptionObjectFactory.createConstraint()Create an instance ofConstraintConstraint.withDescription(String value) 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.Methods in org.javastro.ivoa.entities.vodml with parameters of type ConstraintModifier and TypeMethodDescriptionDataType.withConstraints(Constraint... values) Enumeration.withConstraints(Constraint... values) ObjectType.withConstraints(Constraint... values) PrimitiveType.withConstraints(Constraint... values) Type.withConstraints(Constraint... values) ValueType.withConstraints(Constraint... values) Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type ConstraintModifier and TypeMethodDescriptionDataType.withConstraints(Collection<Constraint> values) Enumeration.withConstraints(Collection<Constraint> values) ObjectType.withConstraints(Collection<Constraint> values) PrimitiveType.withConstraints(Collection<Constraint> values) Type.withConstraints(Collection<Constraint> values) ValueType.withConstraints(Collection<Constraint> values) 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