Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.adf.model.binding
Enum DCBindingContainer.ValidationLevel

java.lang.Object
  extended by java.lang.Enum<DCBindingContainer.ValidationLevel>
      extended by oracle.adf.model.binding.DCBindingContainer.ValidationLevel
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DCBindingContainer.ValidationLevel>
Enclosing class:
DCBindingContainer

public static enum DCBindingContainer.ValidationLevel
extends java.lang.Enum<DCBindingContainer.ValidationLevel>


Enum Constant Summary
all
           
custom
           
none
           
page
           
 
Method Summary
static java.lang.String toXMLString(DCBindingContainer.ValidationLevel level)
           
static DCBindingContainer.ValidationLevel valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DCBindingContainer.ValidationLevel[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static DCBindingContainer.ValidationLevel XMLStringToEnum(java.lang.String str)
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

none

public static final DCBindingContainer.ValidationLevel none

all

public static final DCBindingContainer.ValidationLevel all

page

public static final DCBindingContainer.ValidationLevel page

custom

public static final DCBindingContainer.ValidationLevel custom
Method Detail

values

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

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

valueOf

public static DCBindingContainer.ValidationLevel valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

XMLStringToEnum

public static DCBindingContainer.ValidationLevel XMLStringToEnum(java.lang.String str)

toXMLString

public static java.lang.String toXMLString(DCBindingContainer.ValidationLevel level)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.