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

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

public class TelefonNumber
extends org.openxma.dsl.platform.valueobject.ValueObjectInteger

Represents a custom DataType for TelefonNumber.

See Also:
Serialized Form

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

TelefonNumber

public TelefonNumber(java.lang.Integer pInteger)
default ctor

Method Detail

newOrNull

public static TelefonNumber newOrNull(java.lang.Integer pInteger)
Create a new instance of TelefonNumber or return null depending on input.


newOrNull

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



Copyright © 2010. All Rights Reserved.