Uses of Class
com.ajc.esim.core.Charge.ChargeType

Packages that use Charge.ChargeType
com.ajc.esim.core   
 

Uses of Charge.ChargeType in com.ajc.esim.core
 

Methods in com.ajc.esim.core that return Charge.ChargeType
 Charge.ChargeType Charge.getType()
           
static Charge.ChargeType Charge.ChargeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Charge.ChargeType[] Charge.ChargeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ajc.esim.core with parameters of type Charge.ChargeType
protected  void Charge.setType(Charge.ChargeType type)