public final class VersionType
extends java.lang.Enum
Commonly used in the version meta data to indicate whether the version is a major ro minor change.
| Modifier and Type | Field and Description |
|---|---|
static VersionType |
MAJOR |
static VersionType |
MINOR |
| Modifier and Type | Method and Description |
|---|---|
static VersionType |
valueOf(java.lang.String name) |
static VersionType[] |
values() |
public static final VersionType MAJOR
public static final VersionType MINOR
public static VersionType[] values()
public static VersionType valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.