Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

recoin.util
Interface SelfDescription  view SelfDescription download SelfDescription.java


public interface SelfDescription

Classes implementing this interface signal that they are capable of providing a textual description of themselves. This is useful wherever the status and/or attributes of an object have to displayed in a summarized form.

Version:
0.2.9

Method Summary
 java.lang.String getSelfDescription()
          Returns a self description.
 

Method Detail

getSelfDescription

public java.lang.String getSelfDescription()
Returns a self description.