org.jdiameter.api.validation
Class ValidatorLevel

java.lang.Object
  extended by 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

Field Summary
static java.lang.String _ALL
           
static java.lang.String _MESSAGE
           
static java.lang.String _OFF
           
static ValidatorLevel ALL
           
static ValidatorLevel MESSAGE
           
static ValidatorLevel OFF
           
 
Method Summary
static ValidatorLevel fromString(java.lang.String s)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Method Detail

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.