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