Skip navigation links


oracle.iam.request.vo
Class RequestComment.TYPE

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

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

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

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

 

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

Answer

public static final RequestComment.TYPE Answer

Regular

public static final RequestComment.TYPE Regular

Method Detail

values

public static RequestComment.TYPE[] values()

valueOf

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

Skip navigation links


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