org.alfresco.service.cmr.version
Class VersionType
java.lang.Object
java.lang.Enum
org.alfresco.service.cmr.version.VersionType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class VersionType
- extends java.lang.Enum
Version type enum.
Commonly used in the version meta data to indicate whether the version is a major ro minor
change.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MAJOR
public static final VersionType MAJOR
MINOR
public static final VersionType MINOR
values
public static VersionType[] values()
valueOf
public static VersionType valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.