|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsonification.dataimport.visbards_resourcetoolkit.repository.resource.ColumnBase
public class ColumnBase
Describes a column which holds data in a resource.
| Field Summary | |
|---|---|
protected boolean |
fAvaliable
|
protected boolean |
fDouble
|
protected boolean |
fScalar
|
protected org.gjt.fredgc.unit.Unit |
fUnit
|
| Constructor Summary | |
|---|---|
ColumnBase(java.lang.String name,
boolean scalar,
boolean dbl,
org.gjt.fredgc.unit.Unit unit)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Make sure that the equals method is consistant with the hascode method. |
java.lang.String |
getName()
Returns the name of this column. |
org.gjt.fredgc.unit.Unit |
getUnit()
Returns the units of this column |
int |
hashCode()
Make sure that this method is consistant with the equals method. |
boolean |
isDouble()
Returns true if this column stores doubles, false if floats |
boolean |
isScalar()
Returns true if this column stores scalars |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean fScalar
protected boolean fDouble
protected boolean fAvaliable
protected org.gjt.fredgc.unit.Unit fUnit
| Constructor Detail |
|---|
public ColumnBase(java.lang.String name,
boolean scalar,
boolean dbl,
org.gjt.fredgc.unit.Unit unit)
| Method Detail |
|---|
public boolean isScalar()
isScalar in interface Columnpublic boolean isDouble()
isDouble in interface Columnpublic java.lang.String getName()
getName in interface Columnpublic org.gjt.fredgc.unit.Unit getUnit()
getUnit in interface Columnpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||