com.highdeal.pnr.hci
Enum RefillPrepaidAccountOp.EmptyingType
java.lang.Object
java.lang.Enum<RefillPrepaidAccountOp.EmptyingType>
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>
| 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 |
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
xmlValue
public java.lang.String xmlValue
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)
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.