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

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

Uses of FeeType in com.pkrete.jsip2.messages
 

Fields in com.pkrete.jsip2.messages declared as FeeType
protected  FeeType SIP2Message.feeType
          The type of the fee.
 

Methods in com.pkrete.jsip2.messages that return FeeType
 FeeType SIP2Message.getFeeType()
          Returns the fee type.
 

Methods in com.pkrete.jsip2.messages with parameters of type FeeType
 void SIP2Message.setFeeType(FeeType feeType)
          Sets the fee type.
 

Uses of FeeType in com.pkrete.jsip2.variables
 

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



Copyright © 2012-2014. All Rights Reserved.