| Package | Description |
|---|---|
| org.mobicents.protocols.mgcp.jain.pkg |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterEnum |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
NumberValue.getParameter() |
Parameter |
StringValue.getParameter() |
Parameter |
PosKeyValue.getParameter() |
Parameter |
BooleanValue.getParameter() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Parameter,Value>> |
Value.entrySet() |
Set<Parameter> |
Value.keySet() |
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.put(Parameter key,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Value.putAll(Map<? extends Parameter,? extends Value> t) |
| Constructor and Description |
|---|
AnnouncementParmValue(Parameter parameter) |
BooleanValue(Parameter p,
boolean flag) |
NumberValue(Parameter parameter,
int number) |
PosKeyValue(Parameter parameter,
String keyPadKey,
String posKeyAction) |
StringValue(Parameter parameter,
String str) |
Copyright © 2014 TeleStax, Inc.. All Rights Reserved.