org.jdiameter.api.validation
Class ValidatorLevel
java.lang.Object
org.jdiameter.api.validation.ValidatorLevel
public class ValidatorLevel
- extends java.lang.Object
Represents possible levels for Diameter Validator
- Since:
- 1.5.4.0-build404
- Author:
- Bartosz Baranowski , Alexandre Mendonca
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_OFF
public static final java.lang.String _OFF
- See Also:
- Constant Field Values
_MESSAGE
public static final java.lang.String _MESSAGE
- See Also:
- Constant Field Values
_ALL
public static final java.lang.String _ALL
- See Also:
- Constant Field Values
OFF
public static final ValidatorLevel OFF
MESSAGE
public static final ValidatorLevel MESSAGE
ALL
public static final ValidatorLevel ALL
fromString
public static ValidatorLevel fromString(java.lang.String s)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2013. All Rights Reserved.