EXIficient

com.siemens.ct.exi.values
Class LongValue

java.lang.Object
  extended by com.siemens.ct.exi.values.AbstractValue
      extended by com.siemens.ct.exi.values.LongValue
All Implemented Interfaces:
Value

public class LongValue
extends AbstractValue


Constructor Summary
LongValue(long val)
           
 
Method Summary
 char[] toCharacters()
           
 long toLong()
           
 
Methods inherited from class com.siemens.ct.exi.values.AbstractValue
getCharactersLength, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongValue

public LongValue(long val)
Method Detail

toLong

public long toLong()

toCharacters

public char[] toCharacters()

EXIficient