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

java.lang.Object
  extended by org.openxma.dsl.platform.valueobject.ValueObject<byte[]>
      extended by org.openxma.dsl.platform.valueobject.ValueObjectByteArray
          extended by org.openxma.dsl.reference.types.valueobject.VOByteArray
All Implemented Interfaces:
java.io.Serializable

public class VOByteArray
extends org.openxma.dsl.platform.valueobject.ValueObjectByteArray

Represents a custom DataType for VOByteArray.

See Also:
Serialized Form

Constructor Summary
VOByteArray(byte[] pByteArray)
          default ctor
 
Method Summary
static VOByteArray newOrNull(byte[] pByteArray)
          Create a new instance of VOByteArray or return null depending on input.
 
Methods inherited from class org.openxma.dsl.platform.valueobject.ValueObjectByteArray
equals, getValue, hashCode, toString
 
Methods inherited from class org.openxma.dsl.platform.valueobject.ValueObject
valueOrNull
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VOByteArray

public VOByteArray(byte[] pByteArray)
default ctor

Method Detail

newOrNull

public static VOByteArray newOrNull(byte[] pByteArray)
Create a new instance of VOByteArray or return null depending on input.



Copyright © 2010. All Rights Reserved.