Uses of Enum Class
org.alfresco.repo.search.impl.querymodel.Multiplicity
Packages that use Multiplicity
Package
Description
-
Uses of Multiplicity in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return MultiplicityModifier and TypeMethodDescriptionArgumentDefinition.getMutiplicity()static MultiplicityReturns the enum constant of this class with the specified name.static Multiplicity[]Multiplicity.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Multiplicity in org.alfresco.repo.search.impl.querymodel.impl
Methods in org.alfresco.repo.search.impl.querymodel.impl that return MultiplicityConstructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type MultiplicityModifierConstructorDescriptionBaseArgumentDefinition(Multiplicity multiplicity, String name, QName type, boolean mandatory)