|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.utils.DefaultStringifier
public class DefaultStringifier
INTERNAL: Stringifier that calls the toString method on the object.
| Constructor Summary | |
|---|---|
DefaultStringifier()
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString(java.lang.Object object)
Returns a stringified version of the object, i.e. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultStringifier()
| Method Detail |
|---|
public java.lang.String toString(java.lang.Object object)
StringifierIF
toString in interface StringifierIFobject - the object that is to be made a string
representation of.
object
argument.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||