public enum RCReferenceOwner extends Enum<RCReferenceOwner>
Enum Constant and Description |
---|
CREATE_APPROVER
this constant also have to be changed in
RCreateApproverRef |
MODIFY_APPROVER
this constant also have to be changed in
RModifyApproverRef |
Modifier and Type | Method and Description |
---|---|
static RAssignmentReference |
createObjectReference(RCReferenceOwner owner) |
Class<? extends RAssignmentReference> |
getClazz()
This is used for
SessionFactory fix in
RUtil.fixCompositeIDHandling(org.hibernate.SessionFactory) |
String |
getDiscriminator() |
static RCReferenceOwner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RCReferenceOwner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RCReferenceOwner CREATE_APPROVER
RCreateApproverRef
public static final RCReferenceOwner MODIFY_APPROVER
RModifyApproverRef
public static RCReferenceOwner[] values()
for (RCReferenceOwner c : RCReferenceOwner.values()) System.out.println(c);
public static RCReferenceOwner 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 RAssignmentReference> getClazz()
SessionFactory
fix in
RUtil.fixCompositeIDHandling(org.hibernate.SessionFactory)
public String getDiscriminator()
public static RAssignmentReference createObjectReference(RCReferenceOwner owner)
Copyright © 2015 evolveum. All rights reserved.