public enum RTaskRecurrence extends Enum<RTaskRecurrence> implements SchemaEnum<TaskRecurrenceType>
Modifier and Type | Method and Description |
---|---|
TaskRecurrenceType |
getSchemaValue() |
static RTaskRecurrence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTaskRecurrence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RTaskRecurrence SINGLE
public static final RTaskRecurrence RECURRING
public static RTaskRecurrence[] values()
for (RTaskRecurrence c : RTaskRecurrence.values()) System.out.println(c);
public static RTaskRecurrence 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 nullpublic TaskRecurrenceType getSchemaValue()
getSchemaValue
in interface SchemaEnum<TaskRecurrenceType>
Copyright © 2013 evolveum. All rights reserved.