org.openxma.dsl.reference.types.valueobject
Class VODouble
java.lang.Object
org.openxma.dsl.platform.valueobject.ValueObject<T>
org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.lang.Double>
org.openxma.dsl.platform.valueobject.ValueObjectDouble
org.openxma.dsl.reference.types.valueobject.VODouble
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.lang.Double>>
public class VODouble
- extends org.openxma.dsl.platform.valueobject.ValueObjectDouble
Represents a custom DataType for VODouble.
- See Also:
- Serialized Form
|
Constructor Summary |
VODouble(java.lang.Double pDouble)
default ctor |
|
Method Summary |
static VODouble |
newOrNull(java.lang.Double pDouble)
Create a new instance of VODouble or return null depending on input. |
static VODouble |
newOrNull(java.lang.String value)
Create a new instance of VODouble 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 |
VODouble
public VODouble(java.lang.Double pDouble)
- default ctor
newOrNull
public static VODouble newOrNull(java.lang.Double pDouble)
- Create a new instance of VODouble or return null depending on input.
newOrNull
public static VODouble newOrNull(java.lang.String value)
- Create a new instance of VODouble or return null depending on input.
Copyright © 2010. All Rights Reserved.