org.freehep.jas.extension.tupleExplorer.jel
Class NTupleColumnEvaluator
java.lang.Object
org.freehep.jas.extension.tupleExplorer.jel.NTupleColumnEvaluator
public class NTupleColumnEvaluator
- extends Object
- Version:
- Author:
- tonyj
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.