org.freehep.jas.extension.tupleExplorer.jel
Class NTupleColumnEvaluator

java.lang.Object
  extended by org.freehep.jas.extension.tupleExplorer.jel.NTupleColumnEvaluator

public class NTupleColumnEvaluator
extends Object

Version:
Author:
tonyj

Method Summary
 boolean getBooleanProperty(int i)
           
 boolean getBooleanProperty(String name)
           
 int getByteProperty(int i)
           
 int getByteProperty(String name)
           
 char getCharProperty(int i)
           
 char getCharProperty(String name)
           
 Date getDateProperty(int i)
           
 Date getDateProperty(String name)
           
 double getDoubleProperty(int i)
           
 double getDoubleProperty(String name)
           
 float getFloatProperty(int i)
           
 float getFloatProperty(String name)
           
 int getIntProperty(int i)
           
 int getIntProperty(String name)
           
 long getLongProperty(int i)
           
 long getLongProperty(String name)
           
 Object getObjectProperty(int i)
           
 Object getObjectProperty(String name)
           
 short getShortProperty(int i)
           
 short getShortProperty(String name)
           
 String getStringProperty(int i)
           
 String getStringProperty(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIntProperty

public int getIntProperty(int i)

getIntProperty

public int getIntProperty(String name)

getShortProperty

public short getShortProperty(int i)

getShortProperty

public short getShortProperty(String name)

getLongProperty

public long getLongProperty(int i)

getLongProperty

public long getLongProperty(String name)

getFloatProperty

public float getFloatProperty(int i)

getFloatProperty

public float getFloatProperty(String name)

getDoubleProperty

public double getDoubleProperty(int i)

getDoubleProperty

public double getDoubleProperty(String name)

getStringProperty

public String getStringProperty(int i)

getStringProperty

public String getStringProperty(String name)

getDateProperty

public Date getDateProperty(int i)

getDateProperty

public Date getDateProperty(String name)

getCharProperty

public char getCharProperty(int i)

getCharProperty

public char getCharProperty(String name)

getByteProperty

public int getByteProperty(int i)

getByteProperty

public int getByteProperty(String name)

getBooleanProperty

public boolean getBooleanProperty(int i)

getBooleanProperty

public boolean getBooleanProperty(String name)

getObjectProperty

public Object getObjectProperty(int i)

getObjectProperty

public Object getObjectProperty(String name)


Copyright © 2013. All Rights Reserved.