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