|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectdk.i1.diameter.Utils.ABNFComponent
public static class Utils.ABNFComponent
A component in a message ABNF
Field Summary | |
---|---|
int |
code
AVP code |
boolean |
fixed_position
|
int |
max_count
Maximum occurrences. |
int |
min_count
Minimum occurrences. |
Constructor Summary | |
---|---|
Utils.ABNFComponent(boolean fixed_position,
int min_count,
int max_count,
int code)
|
Method Summary |
---|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean fixed_position
public int min_count
public int max_count
public int code
Constructor Detail |
---|
public Utils.ABNFComponent(boolean fixed_position, int min_count, int max_count, int code)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |