org.openxma.dsl.reference.types.valueobject
Class VOBoolean

java.lang.Object
  extended by org.openxma.dsl.platform.valueobject.ValueObject<T>
      extended by org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.lang.Boolean>
          extended by org.openxma.dsl.platform.valueobject.ValueObjectBoolean
              extended by org.openxma.dsl.reference.types.valueobject.VOBoolean
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.lang.Boolean>>

public class VOBoolean
extends org.openxma.dsl.platform.valueobject.ValueObjectBoolean

Represents a custom DataType for VOBoolean.

See Also:
Serialized Form

Constructor Summary
VOBoolean(java.lang.Boolean pBoolean)
          default ctor
 
Method Summary
static VOBoolean newOrNull(java.lang.Boolean pBoolean)
          Create a new instance of VOBoolean or return null depending on input.
static VOBoolean newOrNull(java.lang.String value)
          Create a new instance of VOBoolean or return null depending on input.
 
Methods inherited from class org.openxma.dsl.platform.valueobject.ValueObjectComparable
compareTo
 
Methods inherited from class org.openxma.dsl.platform.valueobject.ValueObject
equals, getValue, hashCode, toString, valueOrNull
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VOBoolean

public VOBoolean(java.lang.Boolean pBoolean)
default ctor

Method Detail

newOrNull

public static VOBoolean newOrNull(java.lang.Boolean pBoolean)
Create a new instance of VOBoolean or return null depending on input.


newOrNull

public static VOBoolean newOrNull(java.lang.String value)
Create a new instance of VOBoolean or return null depending on input.



Copyright © 2010. All Rights Reserved.