com.crankuptheamps.client.fields
Class AckTypeField

java.lang.Object
  extended by com.crankuptheamps.client.fields.Field
      extended by com.crankuptheamps.client.fields.AckTypeField

public class AckTypeField
extends Field


Field Summary
protected static String LATIN1
           
protected static byte LATIN1_ZERO
           
 
Fields inherited from class com.crankuptheamps.client.fields.Field
buffer, length, position
 
Constructor Summary
AckTypeField()
           
 
Method Summary
static String encodeAckType(int ack)
           
 int getValue()
           
 void setValue(int v)
           
 
Methods inherited from class com.crankuptheamps.client.fields.Field
byteAt, copy, copyFrom, equals, hashCode, isNull, reset, set, set, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LATIN1

protected static final String LATIN1
See Also:
Constant Field Values

LATIN1_ZERO

protected static final byte LATIN1_ZERO
See Also:
Constant Field Values
Constructor Detail

AckTypeField

public AckTypeField()
Method Detail

getValue

public int getValue()

setValue

public void setValue(int v)

encodeAckType

public static final String encodeAckType(int ack)