Uses of Enum
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 Multiplicity
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.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)