Enum Class Document.BasicState

java.lang.Object
java.lang.Enum<Document.BasicState>
com.levigo.jadice.document.Document.BasicState
All Implemented Interfaces:
Document.State, Serializable, Comparable<Document.BasicState>, Constable
Enclosing interface:
Document

public static enum Document.BasicState extends Enum<Document.BasicState> implements Document.State
An enum consisting of the default document states. The states contained therein are recognized by the default command implementations. If you add document states by supplying your own implementation of the Document.State interface, you may have to extend or re-implement those commands.