Uses of Class
org.javastro.ivoa.entities.vodml.Multiplicity
Packages that use Multiplicity
-
Uses of Multiplicity in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml declared as MultiplicityModifier and TypeFieldDescriptionprotected MultiplicityRole.multiplicityThe multiplicity of the role (also called cardinality) indicates whether it must have a value or may be without value, or possibly how many values are allowed.Methods in org.javastro.ivoa.entities.vodml that return MultiplicityModifier and TypeMethodDescriptionObjectFactory.createMultiplicity()Create an instance ofMultiplicityRole.getMultiplicity()The multiplicity of the role (also called cardinality) indicates whether it must have a value or may be without value, or possibly how many values are allowed.Multiplicity.withMaxOccurs(int value) Multiplicity.withMinOccurs(BigInteger value) Methods in org.javastro.ivoa.entities.vodml with parameters of type MultiplicityModifier and TypeMethodDescriptionvoidRole.setMultiplicity(Multiplicity value) Sets the value of the multiplicity property.Attribute.withMultiplicity(Multiplicity value) Composition.withMultiplicity(Multiplicity value) Reference.withMultiplicity(Multiplicity value) Relation.withMultiplicity(Multiplicity value) Role.withMultiplicity(Multiplicity value) Constructors in org.javastro.ivoa.entities.vodml with parameters of type MultiplicityModifierConstructorDescriptionAttribute(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity, SemanticConcept semanticconcept) Fully-initialising value constructorComposition(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity, Boolean isOrdered) Fully-initialising value constructorReference(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity) Fully-initialising value constructorRelation(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity) Fully-initialising value constructorRole(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity) Fully-initialising value constructor