ix.util
Interface SemiPrimitive

All Known Implementing Classes:
Name, EnumeratedValue, Symbol

public interface SemiPrimitive

Tagging interface for objects that have a straightforward representation as Strings. The obj.ToString() method should return that representation for obj, and the class should provide a static valueOf(String) method for conversion in the opposite direction.