Uses of Class
org.alfresco.service.cmr.repository.PeriodProvider.ExpressionMutiplicity
-
Packages that use PeriodProvider.ExpressionMutiplicity Package Description org.alfresco.service.cmr.repository -
-
Uses of PeriodProvider.ExpressionMutiplicity in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return PeriodProvider.ExpressionMutiplicity Modifier and Type Method Description PeriodProvider.ExpressionMutiplicity
PeriodProvider. getExpressionMutiplicity()
Is the expression required etc ...static PeriodProvider.ExpressionMutiplicity
PeriodProvider.ExpressionMutiplicity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PeriodProvider.ExpressionMutiplicity[]
PeriodProvider.ExpressionMutiplicity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-