|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Describable
Interface implemented by all self-describing classes in AFC. These descriptions are meant for human consumption and should not be stored or reprocessed. They may change without announcement.
This interface is an API only. Do not implement it yourself.
Method Summary | |
---|---|
java.lang.String |
describe()
Describes this object in a string meant for human consumption. |
java.lang.String |
toString()
Describes this object in a string meant for human consumption. |
Method Detail |
---|
java.lang.String describe()
This method is separate from toString()
so implementing classes can choose to have
more defined (and possibly concise) versions of toString()
while still returning more
complete information for this method.
toString()
java.lang.String toString()
toString
in class java.lang.Object
describe()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |