SAP CC 1.0
API 4.2 (Core)

com.highdeal.pnr.hci
Enum RefillPrepaidAccountOp.EmptyingType

java.lang.Object
  extended by java.lang.Enum<RefillPrepaidAccountOp.EmptyingType>
      extended by com.highdeal.pnr.hci.RefillPrepaidAccountOp.EmptyingType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RefillPrepaidAccountOp.EmptyingType>
Enclosing class:
RefillPrepaidAccountOp

public static enum RefillPrepaidAccountOp.EmptyingType
extends java.lang.Enum<RefillPrepaidAccountOp.EmptyingType>


Enum Constant Summary
FULL_EMPTYING
           
NO_EMPTYING
           
STATE_BASED_EMPTYING
           
 
Field Summary
 java.lang.String xmlValue
           
 
Method Summary
static RefillPrepaidAccountOp.EmptyingType parse(java.lang.String s)
           
static RefillPrepaidAccountOp.EmptyingType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RefillPrepaidAccountOp.EmptyingType[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NO_EMPTYING

public static final RefillPrepaidAccountOp.EmptyingType NO_EMPTYING

STATE_BASED_EMPTYING

public static final RefillPrepaidAccountOp.EmptyingType STATE_BASED_EMPTYING

FULL_EMPTYING

public static final RefillPrepaidAccountOp.EmptyingType FULL_EMPTYING
Field Detail

xmlValue

public java.lang.String xmlValue
Method Detail

values

public static final RefillPrepaidAccountOp.EmptyingType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(RefillPrepaidAccountOp.EmptyingType c : RefillPrepaidAccountOp.EmptyingType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static RefillPrepaidAccountOp.EmptyingType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

parse

public static RefillPrepaidAccountOp.EmptyingType parse(java.lang.String s)

SAP CC 1.0
API 4.2 (Core)


API Reference - July 2009

SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2

(c) Copyright 2009 SAP AG. All rights reserved.