public enum AssignmentEditorDtoType extends Enum<AssignmentEditorDtoType>
Enum Constant and Description |
---|
ACCOUNT_CONSTRUCTION |
ORG_UNIT |
ROLE |
Modifier and Type | Method and Description |
---|---|
QName |
getQname() |
Class<? extends ObjectType> |
getType() |
static AssignmentEditorDtoType |
getType(Class<? extends ObjectType> type) |
static AssignmentEditorDtoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssignmentEditorDtoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssignmentEditorDtoType ORG_UNIT
public static final AssignmentEditorDtoType ROLE
public static final AssignmentEditorDtoType ACCOUNT_CONSTRUCTION
public static AssignmentEditorDtoType[] values()
for (AssignmentEditorDtoType c : AssignmentEditorDtoType.values()) System.out.println(c);
public static AssignmentEditorDtoType 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 Class<? extends ObjectType> getType()
public QName getQname()
public static AssignmentEditorDtoType getType(Class<? extends ObjectType> type)
Copyright © 2013 evolveum. All rights reserved.