Skip navigation links


oracle.iam.reconciliation.vo
Class ResourceType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.reconciliation.vo.ResourceType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ResourceType
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static ResourceType Account
           
static ResourceType Organization
           
static ResourceType Role
           
static ResourceType RoleRole
           
static ResourceType RoleUser
           
static ResourceType User
           

 

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

Organization

public static final ResourceType Organization

Account

public static final ResourceType Account

Role

public static final ResourceType Role

RoleUser

public static final ResourceType RoleUser

RoleRole

public static final ResourceType RoleRole

Method Detail

values

public static ResourceType[] values()

valueOf

public static ResourceType valueOf(java.lang.String name)

Skip navigation links


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