Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.audit.service
Interface TypeSafeEnumeration

All Known Implementing Classes:
Priority, Severity, StyleCategory

public interface TypeSafeEnumeration

A marker interface for type-safe enumerations. For an explanation of the type-safe enumeration idiom in general, see this excerpt from Effective Java by Joshua Bloch. TypeSafeEnumeration is not part of the idiom described there, but is recognized by the Audit framework as a declaration that the class which implements it is a type-safe enumeration which can be assumed to:

The Audit framework relies on these assumptions to generate property editors for, and to marshal and unmarshal values of, classes which extend TypeSafeEnumeration.



Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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