|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.lang.enums.Enum
org.apache.cocoon.forms.samples.PreferredContact
Test apache enum class.
| Field Summary | |
static PreferredContact |
EMAIL
|
static PreferredContact |
FAX
|
static PreferredContact |
PAGER
|
static PreferredContact |
PHONE
|
static PreferredContact |
POSTAL_MAIL
|
| Fields inherited from class org.apache.commons.lang.enums.Enum |
iToString |
| Constructor Summary | |
protected |
PreferredContact(String name)
|
| Method Summary | |
String |
toString()
|
| Methods inherited from class org.apache.commons.lang.enums.Enum |
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final PreferredContact EMAIL
public static final PreferredContact FAX
public static final PreferredContact PHONE
public static final PreferredContact PAGER
public static final PreferredContact POSTAL_MAIL
| Constructor Detail |
protected PreferredContact(String name)
| Method Detail |
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||