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