|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.charging.util.FinalUnitAction
public class FinalUnitAction
Describes the FinalUnitAction values that may be specified for the Final-Unit-Action Avp.
Field Summary | |
---|---|
static int |
REDIRECT
|
static int |
RESTRICT_ACCESS
|
static int |
TERMINATE
|
Method Summary | |
---|---|
static boolean |
isDefined(int value)
Used by the charging web services to validate the value specified for the Final-Unit-Action Avp against the allowed enumerated values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TERMINATE
public static final int REDIRECT
public static final int RESTRICT_ACCESS
Method Detail |
---|
public static boolean isDefined(int value)
value
- the value of the Avp under test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |