|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.wire.descriptor.BooleanHelper
public abstract class BooleanHelper
helper for converting boolean values into the appropriate descriptor.
Constructor Summary | |
---|---|
BooleanHelper()
|
Method Summary | |
---|---|
static AbstractDescriptor |
createDescriptor(java.lang.Boolean tristate)
translates a tristate (true, false, null) Boolean value into the appropriate descriptor ( TrueDescriptor , FalseDescriptor
or NullDescriptor ). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanHelper()
Method Detail |
---|
public static AbstractDescriptor createDescriptor(java.lang.Boolean tristate)
TrueDescriptor
, FalseDescriptor
or NullDescriptor
).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |