public class CheckinType
extends java.lang.Object
implements java.io.Serializable
IN_PROCESS
) and the previous in-process minor document version (if it exists)
is marked as superseded (its VersionStatus property is set to SUPERSEDED
).
During a major version check-in, the new major document version is marked as released (its VersionStatus
property is set to RELEASED
) and the previous released major document version and in-process
minor document version (if they exist) are marked as superseded.checkin
,
Serialized FormModifier and Type | Field and Description |
---|---|
static CheckinType |
MAJOR_VERSION
Specifies that a document reservation will be checked in as a new major version.
|
static CheckinType |
MINOR_VERSION
Specifies that a document reservation will be checked in as a new minor version.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getBooleanValue()
Returns a
Boolean representation of this instance. |
static CheckinType |
getInstanceFromBoolean(boolean value)
Returns the object instance from its associated
boolean value |
boolean |
getValue()
Returns a
boolean representation of this instance. |
java.lang.String |
toString()
Returns a
String representation of this instance. |
public static final CheckinType MINOR_VERSION
public static final CheckinType MAJOR_VERSION
public boolean getValue()
boolean
representation of this instance.boolean
representing the instance.public java.lang.Boolean getBooleanValue()
Boolean
representation of this instance.Boolean
representing the instance.public static CheckinType getInstanceFromBoolean(boolean value)
boolean
valuevalue
- A boolean
associated with a particular instance of this class.public java.lang.String toString()
String
representation of this instance.toString
in class java.lang.Object
String
representing the instance.© Copyright IBM Corporation 2006, 2015. All rights reserved.