Skip navigation links


oracle.iam.identity.orgmgmt.vo
Class OrgUserRelationship.RelationType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.identity.orgmgmt.vo.OrgUserRelationship.RelationType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
OrgUserRelationship

public static final class OrgUserRelationship.RelationType
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static OrgUserRelationship.RelationType DYNAMIC
           
static OrgUserRelationship.RelationType HOME
           

 

Method Summary
static OrgUserRelationship.RelationType valueOf(java.lang.String name)
           
static OrgUserRelationship.RelationType[] 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

HOME

public static final OrgUserRelationship.RelationType HOME

DYNAMIC

public static final OrgUserRelationship.RelationType DYNAMIC

Method Detail

values

public static OrgUserRelationship.RelationType[] values()

valueOf

public static OrgUserRelationship.RelationType valueOf(java.lang.String name)

Skip navigation links


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