public interface Enumerable
extends java.io.Serializable
In TWaver, to use enumeration properly, it should be registered
into the EnumerableManager
for further use.
To do this, you should define new enumeration types from
DefaultEnumerable
to make it automatically registered.
DefaultEnumerable
,
EnumerableManager
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of this enumeration.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.