IPC
Class formatters.IPCShort

java.lang.Object
  extended by IPC.formatters.IPCPrim
      extended by IPC.formatters.IPCShort
Enclosing class:
formatters

public static class formatters.IPCShort
extends formatters.IPCPrim


Field Summary
 short value
           
 
Constructor Summary
formatters.IPCShort()
           
formatters.IPCShort(short theShort)
           
 
Method Summary
 java.lang.Object coerce()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public short value
Constructor Detail

formatters.IPCShort

public formatters.IPCShort()

formatters.IPCShort

public formatters.IPCShort(short theShort)
Method Detail

coerce

public java.lang.Object coerce()
Overrides:
coerce in class formatters.IPCPrim

toString

public java.lang.String toString()
Overrides:
toString in class formatters.IPCPrim