Skip navigation links


oracle.iam.request.tasklist.vo
Class TLRequestField.TYPE

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.request.tasklist.vo.TLRequestField.TYPE

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

public static final class TLRequestField.TYPE
extends java.lang.Enum
See Also:
Serialized Form

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

 

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

Double

public static final TLRequestField.TYPE Double

Integer

public static final TLRequestField.TYPE Integer

String

public static final TLRequestField.TYPE String

Short

public static final TLRequestField.TYPE Short

Long

public static final TLRequestField.TYPE Long

Date

public static final TLRequestField.TYPE Date

Boolean

public static final TLRequestField.TYPE Boolean

ByteArray

public static final TLRequestField.TYPE ByteArray

Method Detail

values

public static TLRequestField.TYPE[] values()

valueOf

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

Skip navigation links


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