com.crankuptheamps.client.fields
Class ReasonField

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

public class ReasonField
extends Field


Field Summary
protected static String LATIN1
           
 
Fields inherited from class com.crankuptheamps.client.fields.Field
buffer, length, position
 
Constructor Summary
ReasonField()
           
 
Method Summary
static String encodeReason(int r)
           
 String getText()
           
 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
Constructor Detail

ReasonField

public ReasonField()
Method Detail

getValue

public int getValue()

getText

public String getText()

setValue

public void setValue(int v)

encodeReason

public static final String encodeReason(int r)