|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VersionInfo.Type>
com.ibm.pim.common.VersionInfo.Type
public static enum VersionInfo.Type
Enumeration for the version type
Enum Constant Summary | |
---|---|
AGGREGATE_UPDATE
Represents an aggregation version |
|
CATALOG_UPLOAD
Represents an uploaded version |
|
CHECKIN
Represents a Checked in version |
|
CHECKOUT
Represents a checkedout version |
|
FIRST_VERSION
Represents the initial version |
|
LATEST_VERSION
Represents the Current version |
|
MANUAL_MODIFICATIONS
Represents the modified version |
|
NON_TAGGED_VERSION
Represents a version without tagging |
|
SYNDICATION
Represents the syndication version |
Method Summary | |
---|---|
static VersionInfo.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VersionInfo.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VersionInfo.Type FIRST_VERSION
public static final VersionInfo.Type LATEST_VERSION
public static final VersionInfo.Type NON_TAGGED_VERSION
public static final VersionInfo.Type CATALOG_UPLOAD
public static final VersionInfo.Type MANUAL_MODIFICATIONS
public static final VersionInfo.Type AGGREGATE_UPDATE
public static final VersionInfo.Type SYNDICATION
public static final VersionInfo.Type CHECKOUT
public static final VersionInfo.Type CHECKIN
Method Detail |
---|
public static final VersionInfo.Type[] values()
for(VersionInfo.Type c : VersionInfo.Type.values()) System.out.println(c);
public static VersionInfo.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |