dk.brics.servletvalidator
Enum Analyzer.ConsoleState

java.lang.Object
  extended by java.lang.Enum<Analyzer.ConsoleState>
      extended by dk.brics.servletvalidator.Analyzer.ConsoleState
All Implemented Interfaces:
Serializable, Comparable<Analyzer.ConsoleState>
Enclosing class:
Analyzer

public static enum Analyzer.ConsoleState
extends Enum<Analyzer.ConsoleState>

An enum representing the valid argument switched


Enum Constant Summary
cfg
           
cl
           
file
           
flow
           
info
           
lenient
           
noanalysis
           
NONE
           
post
           
taint
           
utf16
           
verbose
           
xml
           
 
Method Summary
static Analyzer.ConsoleState valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Analyzer.ConsoleState[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

cfg

public static final Analyzer.ConsoleState cfg

cl

public static final Analyzer.ConsoleState cl

file

public static final Analyzer.ConsoleState file

flow

public static final Analyzer.ConsoleState flow

info

public static final Analyzer.ConsoleState info

lenient

public static final Analyzer.ConsoleState lenient

noanalysis

public static final Analyzer.ConsoleState noanalysis

NONE

public static final Analyzer.ConsoleState NONE

post

public static final Analyzer.ConsoleState post

taint

public static final Analyzer.ConsoleState taint

utf16

public static final Analyzer.ConsoleState utf16

verbose

public static final Analyzer.ConsoleState verbose

xml

public static final Analyzer.ConsoleState xml
Method Detail

valueOf

public static Analyzer.ConsoleState valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

values

public static final Analyzer.ConsoleState[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(Analyzer.ConsoleState c : Analyzer.ConsoleState.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared


Copyright © 2008 Mathias Schwarz.