org.alfresco.service.cmr.repository
Class PeriodProvider.ExpressionMutiplicity
java.lang.Object
java.lang.Enum
org.alfresco.service.cmr.repository.PeriodProvider.ExpressionMutiplicity
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing interface:
- PeriodProvider
public static final class PeriodProvider.ExpressionMutiplicity
- extends java.lang.Enum
Period expression multiplicity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NONE
public static final PeriodProvider.ExpressionMutiplicity NONE
- There is no expression
OPTIONAL
public static final PeriodProvider.ExpressionMutiplicity OPTIONAL
- An expression is optional
MANDATORY
public static final PeriodProvider.ExpressionMutiplicity MANDATORY
- An expression is mandatory
values
public static PeriodProvider.ExpressionMutiplicity[] values()
valueOf
public static PeriodProvider.ExpressionMutiplicity valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.