com.moneydance.util
Interface Stringifyable


public interface Stringifyable

This interface is a marker for classes that enforce the following conditions:

Note that while an implementing class may have a constructor that takes a single String, the second point is necessary for cases when an implementor wishes to manage the set of instances rather than always create new instances.

Author:
Jay Detwiler