|
UJO Framework release 0.94 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface ValueTextable
A special interface for a terminology only, an implementation is not reasnonable in the UJO Framework.
ValueTextable is every one object, wich have got implemented method toString() so that the result can be used
to restore a new equal object by its a single constructor parameter type of String.
This is a "ValueTextable" test for an Integer class:
Integer textable1 = new Integer(7); Integer textable2 = new Integer(textable1.toString()); boolean result = textable1.equals(textable2);
UjoTextable| Method Summary | |
|---|---|
java.lang.String |
toString()
A result must be acceptable for one constructor parameter (of the same class) to restore an equal object. |
| Method Detail |
|---|
java.lang.String toString()
toString in class java.lang.Object
|
UJO Framework release 0.94 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||