Skip navigation links


oracle.iam.idmobj.vo
Class ObjectType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.idmobj.vo.ObjectType

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

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

Field Summary
static ObjectType CustomResourceBundle
           
static ObjectType Jar
           
static ObjectType NOTIFICATION_EVENT
           
static ObjectType Plugin
           

 

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

Plugin

public static final ObjectType Plugin

Jar

public static final ObjectType Jar

CustomResourceBundle

public static final ObjectType CustomResourceBundle

NOTIFICATION_EVENT

public static final ObjectType NOTIFICATION_EVENT

Method Detail

values

public static ObjectType[] values()

valueOf

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

Skip navigation links


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