org.alfresco.service.cmr.version
Class VersionType

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static VersionType MAJOR
           
static VersionType MINOR
           
 
Method Summary
static VersionType valueOf(java.lang.String name)
           
static VersionType[] values()
           
 
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
 

Field Detail

MAJOR

public static final VersionType MAJOR

MINOR

public static final VersionType MINOR
Method Detail

values

public static VersionType[] values()

valueOf

public static VersionType valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.