|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.enum.Enum
Base class for enumeration types
Enumeration types must provide a constructor with at least a String argument. The String should be identical to the name of the public final static instance.
Copyright 2004 SAP AG
| Nested Class Summary | |
protected static class |
Enum.StringEnumeration
|
| Constructor Summary | |
protected |
Enum(String value)
construct a new Enumeration object with a specified name |
| Method Summary | |
String |
getStringValue()
get the String name associated with the enumerator |
String |
toString()
get the String name associated with the enumerator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected Enum(String value)
value - a String identifying the enumerator| Method Detail |
public String getStringValue()
public String toString()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||