public static enum PeriodProvider.ExpressionMutiplicity extends Enum<PeriodProvider.ExpressionMutiplicity>
Enum Constant and Description |
---|
MANDATORY
An expression is mandatory
|
NONE
There is no expression
|
OPTIONAL
An expression is optional
|
Modifier and Type | Method and Description |
---|---|
static PeriodProvider.ExpressionMutiplicity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodProvider.ExpressionMutiplicity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeriodProvider.ExpressionMutiplicity NONE
public static final PeriodProvider.ExpressionMutiplicity OPTIONAL
public static final PeriodProvider.ExpressionMutiplicity MANDATORY
public static PeriodProvider.ExpressionMutiplicity[] values()
for (PeriodProvider.ExpressionMutiplicity c : PeriodProvider.ExpressionMutiplicity.values()) System.out.println(c);
public static PeriodProvider.ExpressionMutiplicity valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2020 Alfresco Software. All rights reserved.