Java EE 5 SDK

com.sun.appserv.management.config
Class ValidationLevelValues

java.lang.Object
  extended by com.sun.appserv.management.config.ValidationLevelValues

public final class ValidationLevelValues
extends Object

Values which are legal to pass for the validation-level. See DASConfig.getDeployXMLValidation().


Field Summary
static String FULL
           
static String NONE
           
static String PARSING
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULL

public static final String FULL
See Also:
Constant Field Values

PARSING

public static final String PARSING
See Also:
Constant Field Values

NONE

public static final String NONE
See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.