Uses of Class
com.pkrete.jsip2.variables.CurrencyType

Packages that use CurrencyType
com.pkrete.jsip2.messages   
com.pkrete.jsip2.variables   
 

Uses of CurrencyType in com.pkrete.jsip2.messages
 

Fields in com.pkrete.jsip2.messages declared as CurrencyType
protected  CurrencyType SIP2Message.currencyType
          The currency in which the fee amount is given.
 

Methods in com.pkrete.jsip2.messages that return CurrencyType
 CurrencyType SIP2Message.getCurrencyType()
          Returns the currency type of fees.
 

Methods in com.pkrete.jsip2.messages with parameters of type CurrencyType
 void SIP2Message.setCurrencyType(CurrencyType currencyType)
          Sets the currency type of fees.
 

Uses of CurrencyType in com.pkrete.jsip2.variables
 

Methods in com.pkrete.jsip2.variables that return CurrencyType
 CurrencyType CurrencyTypeFactory.getCurrencyType(String code)
          Returns the currency type that matches the given code.
static CurrencyType CurrencyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CurrencyType[] CurrencyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012-2014. All Rights Reserved.