Skip navigation links


oracle.iam.requestprofile.vo
Class RequestProfileEntityAttribute.TYPE

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE

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

public static final class RequestProfileEntityAttribute.TYPE
extends java.lang.Enum

The RequestProfileEntityAttribute's data type

Since:
11.1.2.2.0
See Also:
Serialized Form

Field Summary
static RequestProfileEntityAttribute.TYPE Boolean
           
static RequestProfileEntityAttribute.TYPE Byte
           
static RequestProfileEntityAttribute.TYPE ByteArray
           
static RequestProfileEntityAttribute.TYPE Date
           
static RequestProfileEntityAttribute.TYPE Double
           
static RequestProfileEntityAttribute.TYPE Integer
           
static RequestProfileEntityAttribute.TYPE Long
           
static RequestProfileEntityAttribute.TYPE Short
           
static RequestProfileEntityAttribute.TYPE String
           

 

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

Byte

public static final RequestProfileEntityAttribute.TYPE Byte

Double

public static final RequestProfileEntityAttribute.TYPE Double

Integer

public static final RequestProfileEntityAttribute.TYPE Integer

String

public static final RequestProfileEntityAttribute.TYPE String

Short

public static final RequestProfileEntityAttribute.TYPE Short

Long

public static final RequestProfileEntityAttribute.TYPE Long

Date

public static final RequestProfileEntityAttribute.TYPE Date

Boolean

public static final RequestProfileEntityAttribute.TYPE Boolean

ByteArray

public static final RequestProfileEntityAttribute.TYPE ByteArray

Method Detail

values

public static RequestProfileEntityAttribute.TYPE[] values()

valueOf

public static RequestProfileEntityAttribute.TYPE valueOf(java.lang.String name)

Skip navigation links


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