|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The Format interface defines the basic behaviour for Format implementations.
Basically this interface is a simple marker interface, to be able to treat all
available formats similar. Beside that this interface forces implementations to
implement a canonical description, which can be used to compare formats. The
toString() method is used for tracing purpose.
| Method Summary | |
java.lang.String |
getCanonicalDescription()
Returns the canonical description of a Format. |
java.lang.String |
toString()
Returns a String that represent the Format
and all of the attributes of it. |
| Method Detail |
public java.lang.String getCanonicalDescription()
Format. For
instance this description is used for the pooling of
Formats. It can also be used to compare two instances
of a Format.
Formatpublic java.lang.String toString()
String that represent the Format
and all of the attributes of it. For instance this representation can be
used for tracing purposes and such.
Format
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||