|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Disposition | |
---|---|
org.asteriskjava.live | Provides a higher level API on top of Asterisk's Manager API. |
org.asteriskjava.live.internal | Provides private implementations and helper classes for interfaces defined in the org.asteriskjava.live package. |
Uses of Disposition in org.asteriskjava.live |
---|
Methods in org.asteriskjava.live that return Disposition | |
---|---|
Disposition |
CallDetailRecord.getDisposition()
|
static Disposition |
Disposition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Disposition[] |
Disposition.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Disposition in org.asteriskjava.live.internal |
---|
Methods in org.asteriskjava.live.internal that return Disposition | |
---|---|
Disposition |
CallDetailRecordImpl.getDisposition()
|
|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |