com.filenet.api.constants
Class AutoClassify

java.lang.Object
  extended by com.filenet.api.constants.AutoClassify
All Implemented Interfaces:
java.io.Serializable

public class AutoClassify
extends java.lang.Object
implements java.io.Serializable

Provides a set of constants that indicates whether a document will be auto-classified during check-in.

See Also:
Serialized Form

Field Summary
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.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTO_CLASSIFY

public static final AutoClassify AUTO_CLASSIFY
Indicates that the document will be auto-classified during check-in.


DO_NOT_AUTO_CLASSIFY

public static final AutoClassify DO_NOT_AUTO_CLASSIFY
Indicates that the document will not be auto-classified during check-in.

Method Detail

getValue

public boolean getValue()
Returns a boolean representation of this instance.

Returns:
A boolean representing the instance.

getBooleanValue

public java.lang.Boolean getBooleanValue()
Returns a Boolean representation of this instance.

Returns:
A Boolean representing the instance.

getInstanceFromBoolean

public static AutoClassify getInstanceFromBoolean(boolean val)
Returns the object instance from its associated boolean value

Parameters:
val - A boolean associated with a particular instance of this class.
Returns:
The referenced object instance.

toString

public java.lang.String toString()
Returns a String representation of this instance.

Overrides:
toString in class java.lang.Object
Returns:
A String representing the instance.


© Copyright IBM Corporation 2006, 2009. All rights reserved.