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