com.elixirtech.ers2.client
Class JobInfo.Entry

java.lang.Object
  extended by com.elixirtech.ers2.client.JobInfo.Entry
Enclosing class:
JobInfo

public static class JobInfo.Entry
extends java.lang.Object


Constructor Summary
JobInfo.Entry(int value)
           
JobInfo.Entry(long value)
           
JobInfo.Entry(java.lang.String value)
           
 
Method Summary
 int getInteger()
           
 long getLong()
           
 java.lang.String getString()
           
 int getType()
           
 java.lang.String getTypeString()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobInfo.Entry

public JobInfo.Entry(java.lang.String value)

JobInfo.Entry

public JobInfo.Entry(int value)

JobInfo.Entry

public JobInfo.Entry(long value)
Method Detail

getType

public int getType()

getTypeString

public java.lang.String getTypeString()

getValue

public java.lang.Object getValue()

getString

public java.lang.String getString()

getInteger

public int getInteger()

getLong

public long getLong()