|
Interface Summary |
| FwAssociationIF |
I am used to represent simple key/value pairs for
various implementations which do not need a more
specialized implementation but which not not readily
fit into a pattern that can utilize a Map. |
| FwBooleanIF |
I am used to wrap the boolean primitive. |
| FwCodeIF |
|
| FwCopyableIF |
I define the basic methods used to create shallow and deep copies
of objects and object graphs. |
| FwDisplayableIF |
The methods defined by this interface are intended for
debugging purposes only. |
| FwIdIF |
|
| FwIntegerIF |
|
| FwSimpleObjectIF |
I am meant to be used as a convenient superclass for classes
that want to implement various simple interfaces. |
| FwUniqueObjectIF |
|