public class AutoClassify
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static AutoClassify |
AUTO_CLASSIFY
Indicates that the document will be auto-classified during check-in.
|
static AutoClassify |
DO_NOT_AUTO_CLASSIFY
Indicates that the document will not be auto-classified during check-in.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getBooleanValue()
Returns a
Boolean representation of this instance. |
static AutoClassify |
getInstanceFromBoolean(boolean val)
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 AutoClassify AUTO_CLASSIFY
public static final AutoClassify DO_NOT_AUTO_CLASSIFY
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 AutoClassify getInstanceFromBoolean(boolean val)
boolean
valueval
- 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.