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 final MultiplicityMultiplicity.Builder._storedValueprotected 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.Fields in org.javastro.ivoa.entities.vodml with type parameters of type MultiplicityModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<Multiplicity,Integer> Multiplicity.PropInfo.MAX_OCCURSstatic final com.kscs.util.jaxb.SinglePropertyInfo<Multiplicity,BigInteger> Multiplicity.PropInfo.MIN_OCCURSstatic final com.kscs.util.jaxb.SinglePropertyInfo<Role,Multiplicity> Role.PropInfo.MULTIPLICITYMethods in org.javastro.ivoa.entities.vodml with type parameters of type MultiplicityModifier and TypeMethodDescriptionprotected <_P extends Multiplicity>
_PMultiplicity.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return MultiplicityModifier and TypeMethodDescriptionMultiplicity.Builder.build()Multiplicity.clone()Multiplicity.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Multiplicity.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Multiplicity.createCopy()Multiplicity.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.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.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.vodml with parameters of type MultiplicityModifier and TypeMethodDescriptionstatic Multiplicity.Builder<Void>Multiplicity.copyExcept(Multiplicity _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Multiplicity.Builder.copyOf(Multiplicity _other) static <_B> Multiplicity.Builder<_B>Multiplicity.copyOf(Multiplicity _other) static <_B> Multiplicity.Builder<_B>Multiplicity.copyOf(Multiplicity _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Multiplicity.Builder<Void>Multiplicity.copyOnly(Multiplicity _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidRole.Modifier.setMultiplicity(Multiplicity multiplicity) voidRole.setMultiplicity(Multiplicity value) Sets the value of the multiplicity property.Attribute.Builder.withMultiplicity(Multiplicity multiplicity) Sets the new value of "multiplicity" (any previous value will be replaced)Composition.Builder.withMultiplicity(Multiplicity multiplicity) Sets the new value of "multiplicity" (any previous value will be replaced)Reference.Builder.withMultiplicity(Multiplicity multiplicity) Sets the new value of "multiplicity" (any previous value will be replaced)Relation.Builder.withMultiplicity(Multiplicity multiplicity) Sets the new value of "multiplicity" (any previous value will be replaced)Role.Builder.withMultiplicity(Multiplicity multiplicity) Sets the new value of "multiplicity" (any previous value will be replaced)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 constructorBuilder(_B _parentBuilder, Multiplicity _other, boolean _copy) Builder(_B _parentBuilder, Multiplicity _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Composition(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