Uses of Class
org.mal_lang.langspec.Multiplicity
- 
Packages that use Multiplicity Package Description org.mal_lang.langspec Provides classes for creating and using MAL languages.org.mal_lang.langspec.builders Provides classes for building MAL languages. - 
- 
Uses of Multiplicity in org.mal_lang.langspec
Methods in org.mal_lang.langspec that return Multiplicity Modifier and Type Method Description static MultiplicityMultiplicity. fromJson(JsonObject jsonMultiplicity)Creates a newMultiplicityfrom aJsonObject.MultiplicityField. getMultiplicity()Returns the multiplicity of thisFieldobject.static MultiplicityMultiplicity. valueOf(String name)Returns the enum constant of this type with the specified name.static Multiplicity[]Multiplicity. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of Multiplicity in org.mal_lang.langspec.builders
Methods in org.mal_lang.langspec.builders that return Multiplicity Modifier and Type Method Description MultiplicityAssociationBuilder. getLeftMultiplicity()Returns the left multiplicity of thisAssociationBuilderobject.MultiplicityAssociationBuilder. getRightMultiplicity()Returns the right multiplicity of thisAssociationBuilderobject.Constructors in org.mal_lang.langspec.builders with parameters of type Multiplicity Constructor Description AssociationBuilder(String name, String leftAsset, String leftField, Multiplicity leftMultiplicity, String rightAsset, String rightField, Multiplicity rightMultiplicity)Constructs a newAssociationBuilderobject. 
 -