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