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

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

public class VOFloat
extends org.openxma.dsl.platform.valueobject.ValueObjectFloat

Represents a custom DataType for VOFloat.

See Also:
Serialized Form

Constructor Summary
VOFloat(java.lang.Float pFloat)
          default ctor
 
Method Summary
static VOFloat newOrNull(java.lang.Float pFloat)
          Create a new instance of VOFloat or return null depending on input.
static VOFloat newOrNull(java.lang.String value)
          Create a new instance of VOFloat 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

VOFloat

public VOFloat(java.lang.Float pFloat)
default ctor

Method Detail

newOrNull

public static VOFloat newOrNull(java.lang.Float pFloat)
Create a new instance of VOFloat or return null depending on input.


newOrNull

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



Copyright © 2010. All Rights Reserved.