org.outerj.daisy.repository
Class VersionState
java.lang.Object
org.outerj.daisy.repository.VersionState
- public class VersionState
- extends java.lang.Object
Enumeration of the states a Version
can be in.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DRAFT
public static final VersionState DRAFT
PUBLISH
public static final VersionState PUBLISH
toString
public java.lang.String toString()
getCode
public java.lang.String getCode()
getByCode
public static VersionState getByCode(java.lang.String code)
fromString
public static VersionState fromString(java.lang.String name)
Copyright © -2005 . All Rights Reserved.