|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.pvm.internal.wire.descriptor.BooleanHelper
public abstract class BooleanHelper
helper for converting boolean values into the appropriate descriptor.
| Method Summary | |
|---|---|
static AbstractDescriptor |
createDescriptor(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 |
| Method Detail |
|---|
public static AbstractDescriptor createDescriptor(Boolean tristate)
TrueDescriptor, FalseDescriptor or
NullDescriptor).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||