org.cementj.common
Interface Describable

All Known Implementing Classes:
ValueObject

public interface Describable

Specification for making objects capable of providing description and state information.

Copyright: Delta Vortex Technologies, 2001.


Method Summary
 java.lang.String describe()
          Provides a textual version of description and state.
 

Method Detail

describe

java.lang.String describe()
Provides a textual version of description and state.

Since:
0.5


Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.