Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.diameter.accounting
Class RecordType

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

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

Accounting record type values for Accounting-Record-Type AVP.

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

Field Summary
static RecordType EVENT
           
static RecordType INTERIM
           
static RecordType START
           
static RecordType STOP
           
 
Method Summary
 int intValue()
          Returns the AVP integer value for this RecordType.
static RecordType valueOf(int n)
          Returns the RecordType corresponding to the specified AVP integer value, or null if none.
static RecordType valueOf(java.lang.String name)
           
static RecordType[] 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 RecordType EVENT

INTERIM

public static final RecordType INTERIM

START

public static final RecordType START

STOP

public static final RecordType STOP
Method Detail

intValue

public int intValue()
Returns the AVP integer value for this RecordType.

Specified by:
intValue in interface Enumerated

valueOf

public static RecordType valueOf(int n)
Returns the RecordType corresponding to the specified AVP integer value, or null if none.


valueOf

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

values

public static RecordType[] values()

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