org.alfresco.service.cmr.repository
Class PeriodProvider.ExpressionMutiplicity

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static PeriodProvider.ExpressionMutiplicity MANDATORY
          An expression is mandatory
static PeriodProvider.ExpressionMutiplicity NONE
          There is no expression
static PeriodProvider.ExpressionMutiplicity OPTIONAL
          An expression is optional
 
Method Summary
static PeriodProvider.ExpressionMutiplicity valueOf(java.lang.String name)
           
static PeriodProvider.ExpressionMutiplicity[] values()
           
 
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
 

Field Detail

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

Method Detail

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.