|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Child
This annotation allow describe information about child of command / group avp
| Required Element Summary | |
|---|---|
java.lang.Class<?> |
ref
Return reference to child class or interface with AvpDscr annotation |
| Optional Element Summary | |
|---|---|
int |
max
Return maximum count of this child in parent avp set |
int |
min
Return minimum count of this child in parent avp set |
int |
pos
Return child position |
| Element Detail |
|---|
public abstract java.lang.Class<?> ref
public abstract int pos
public abstract int min
public abstract int max
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||