public class Dictionary extends Object
| Constructor and Description |
|---|
Dictionary() |
| Modifier and Type | Method and Description |
|---|---|
DiameterCommand |
getAnswer(int code) |
static Dictionary |
getInstance() |
DiameterCommand |
getRequest(int code) |
ResultCode |
getResultCode(int vendorId,
int code) |
Type<?> |
getType(int vendorId,
int code) |
long |
id(int vendorId,
int code) |
void |
load(Class<?> clazz) |
public static Dictionary getInstance()
public DiameterCommand getRequest(int code)
public DiameterCommand getAnswer(int code)
public Type<?> getType(int vendorId, int code)
public ResultCode getResultCode(int vendorId, int code)
public void load(Class<?> clazz)
public long id(int vendorId,
int code)
Copyright © 2014. All Rights Reserved.