|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||