biz.onixs.fix.fast
Class DictionaryEntry

java.lang.Object
  extended by biz.onixs.fix.fast.DictionaryEntry

public class DictionaryEntry
extends Object


Nested Class Summary
static class DictionaryEntry.State
           
static class DictionaryEntry.ValueType
           
 
Constructor Summary
DictionaryEntry()
           
 
Method Summary
 DictionaryEntry copy()
           
 biz.onixs.util.ByteBuffer getByteBuffer()
           
 int getIntValue()
           
 long getLongValue()
           
 ScaledDecimal getScaledDecimal()
           
 DictionaryEntry.State getState()
           
 String getStringValue()
           
 boolean isAssigned()
           
 boolean isEmpty()
           
 boolean isUndefind()
           
 void reset()
           
 void set(DictionaryEntry entry)
           
 void setByteBuffer(biz.onixs.util.ByteBuffer byteBuffer)
           
 void setEmptyValue()
           
 void setIntValue(int intValue)
           
 void setLongValue(long longValue)
           
 void setScaledDecimal(ScaledDecimal scaledDecimal)
           
 void setStringValue(String stringValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DictionaryEntry

public DictionaryEntry()
Method Detail

isUndefind

public boolean isUndefind()

isEmpty

public boolean isEmpty()

isAssigned

public boolean isAssigned()

getState

public DictionaryEntry.State getState()

set

public void set(DictionaryEntry entry)

getLongValue

public long getLongValue()

setLongValue

public void setLongValue(long longValue)

getStringValue

public String getStringValue()

setStringValue

public void setStringValue(String stringValue)

getIntValue

public int getIntValue()

setIntValue

public void setIntValue(int intValue)

getByteBuffer

public biz.onixs.util.ByteBuffer getByteBuffer()

setByteBuffer

public void setByteBuffer(biz.onixs.util.ByteBuffer byteBuffer)

getScaledDecimal

public ScaledDecimal getScaledDecimal()

setScaledDecimal

public void setScaledDecimal(ScaledDecimal scaledDecimal)

setEmptyValue

public void setEmptyValue()

reset

public void reset()

copy

public DictionaryEntry copy()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.