Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.diameter.cc
Class RequestType

java.lang.Object
  extended byjava.lang.Enum
      extended bycom.bea.wcp.diameter.cc.RequestType
All Implemented Interfaces:
java.lang.Comparable, Enumerated, java.io.Serializable

public final class RequestType
extends java.lang.Enum
implements Enumerated

Credit control request type values for CC-Request-Type AVP.

See Also:
Serialized Form
Copyright © 2008 Oracle Corp. All Rights Reserved.

Field Summary
static RequestType EVENT
           
static RequestType INITIAL
           
static RequestType TERMINATION
           
static RequestType UPDATE
           
 
Method Summary
 int intValue()
          Returns the integer AVP value of this enumerated type.
static RequestType valueOf(int n)
           
static RequestType valueOf(java.lang.String name)
           
static RequestType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

EVENT

public static final RequestType EVENT

INITIAL

public static final RequestType INITIAL

TERMINATION

public static final RequestType TERMINATION

UPDATE

public static final RequestType UPDATE
Method Detail

intValue

public int intValue()
Description copied from interface: Enumerated
Returns the integer AVP value of this enumerated type. This is not necessarily the same as the Enum ordinal value since some Diameter enumerated constants start at 1 (i.e. Accounting-Record-Type AVP) rather than 0.

Specified by:
intValue in interface Enumerated

valueOf

public static RequestType valueOf(int n)

valueOf

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

values

public static RequestType[] values()

Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.