Skip navigation links


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

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

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

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

Field Summary
static TLRequestComment.TYPE Answer
           
static TLRequestComment.TYPE Question
           
static TLRequestComment.TYPE Regular
           

 

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

Question

public static final TLRequestComment.TYPE Question

Answer

public static final TLRequestComment.TYPE Answer

Regular

public static final TLRequestComment.TYPE Regular

Method Detail

values

public static TLRequestComment.TYPE[] values()

valueOf

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

Skip navigation links


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