Skip navigation links


oracle.iam.certification.vo
Class CertificationConstants.ReviewerIdType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.certification.vo.CertificationConstants.ReviewerIdType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
CertificationConstants

public static final class CertificationConstants.ReviewerIdType
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static CertificationConstants.ReviewerIdType ROLE
           
static CertificationConstants.ReviewerIdType USER
           

 

Method Summary
static CertificationConstants.ReviewerIdType valueOf(java.lang.String name)
           
static CertificationConstants.ReviewerIdType[] values()
           

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

USER

public static final CertificationConstants.ReviewerIdType USER

ROLE

public static final CertificationConstants.ReviewerIdType ROLE

Method Detail

values

public static CertificationConstants.ReviewerIdType[] values()

valueOf

public static CertificationConstants.ReviewerIdType valueOf(java.lang.String name)

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.