Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleType

java.lang.Object
  |
  +--oracle.dacf.util.errormanager.ErrorType
        |
        +--oracle.dacf.style.StyleType
All Implemented Interfaces:
ErrorAttribute

public class StyleType
extends ErrorType

The StyleType defines the Style Error type

Version:
SDK
See Also:
ErrorType

Field Summary
static ErrorType STYLE
          This is the only Style Error type.
 
Fields inherited from class oracle.dacf.util.errormanager.ErrorType
_type, ALL_TYPES, UNDEFINED
 
Methods inherited from class oracle.dacf.util.errormanager.ErrorType
getLabel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STYLE

public static final ErrorType STYLE
This is the only Style Error type. It is being used to identify, that this is a StyleManager ErrorMessage. StyleManager ErrorMessages do not have a context.

Oracle Data-aware Controls Reference