public interface Instance extends Cloneable
Domain domain()
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- If this object cannot be cloned.
This is not thrown be any ST-Developer class, but was provided in the
java.lang.Object prototype for clone().