org.ow2.orchestra.pvm.internal.wire.descriptor
Class BooleanHelper

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.wire.descriptor.BooleanHelper

public abstract class BooleanHelper
extends Object

helper for converting boolean values into the appropriate descriptor.

Author:
Tom Baeyens

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

createDescriptor

public static AbstractDescriptor createDescriptor(Boolean tristate)
translates a tristate (true, false, null) Boolean value into the appropriate descriptor (TrueDescriptor, FalseDescriptor or NullDescriptor).



Copyright © 2011 OW2 Consortium. All Rights Reserved.