|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
toString()
method.The Audit framework relies on these assumptions to generate property editors for, and to marshal and unmarshal values of, classes which extend TypeSafeEnumeration
.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.