|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.constants.AutoClassify
public class AutoClassify
Provides a set of constants that indicates whether a document will be auto-classified during check-in.
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 |
---|
public static final AutoClassify AUTO_CLASSIFY
public static final AutoClassify DO_NOT_AUTO_CLASSIFY
Method Detail |
---|
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
value
val
- 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |