|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sap.ip.collaboration.gw.api.enum.AbstractEnum
Base class for enumeration types
Copyright (c) SAP 2002
| Inner Class Summary | |
protected static class |
AbstractEnum.StringIterator
|
| Field Summary | |
protected java.lang.String |
value
|
| Constructor Summary | |
protected |
AbstractEnum(java.lang.String value)
construct a new Enumeration object with a specified name |
| Method Summary | |
java.lang.String |
getStringValue()
get the String name associated with the enumerator |
java.lang.String |
toString()
get the String name associated with the enumerator |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected java.lang.String value
| Constructor Detail |
protected AbstractEnum(java.lang.String value)
value - a String identifying the enumerator| Method Detail |
public java.lang.String getStringValue()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||