public static final class PeriodProvider.ExpressionMutiplicity
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static PeriodProvider.ExpressionMutiplicity |
MANDATORY
An expression is mandatory
|
static PeriodProvider.ExpressionMutiplicity |
NONE
There is no expression
|
static PeriodProvider.ExpressionMutiplicity |
OPTIONAL
An expression is optional
|
Modifier and Type | Method and Description |
---|---|
static PeriodProvider.ExpressionMutiplicity |
valueOf(java.lang.String name) |
static PeriodProvider.ExpressionMutiplicity[] |
values() |
public static final PeriodProvider.ExpressionMutiplicity NONE
public static final PeriodProvider.ExpressionMutiplicity OPTIONAL
public static final PeriodProvider.ExpressionMutiplicity MANDATORY
public static PeriodProvider.ExpressionMutiplicity[] values()
public static PeriodProvider.ExpressionMutiplicity valueOf(java.lang.String name)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.