|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.data.DefaultVariable
public class DefaultVariable
class that stores metadata on a variable in a dataset
DefaultVariable
Field Summary | |
---|---|
protected Dataset |
dataset
|
protected java.lang.String |
description
|
protected java.lang.String |
fullName
|
protected java.lang.String |
name
|
protected javax.measure.unit.Unit<?> |
unit
|
Constructor Summary | |
---|---|
DefaultVariable(java.lang.String name,
java.lang.String description,
javax.measure.unit.Unit<?> unit,
Dataset dataset)
|
Method Summary | |
---|---|
Dataset |
getDataset()
Gets the dataset in which this variable appears. |
java.lang.String |
getDescription()
Get the description of a variable |
java.lang.String |
getName()
Get the name of the variable |
javax.measure.unit.Unit<?> |
getUnit()
Gets this Variable's standard of measurement. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected javax.measure.unit.Unit<?> unit
protected java.lang.String name
protected java.lang.String fullName
protected java.lang.String description
protected Dataset dataset
Constructor Detail |
---|
public DefaultVariable(java.lang.String name, java.lang.String description, javax.measure.unit.Unit<?> unit, Dataset dataset)
Method Detail |
---|
public Dataset getDataset()
getDataset
in interface Variable
public java.lang.String getDescription()
getDescription
in interface Variable
public java.lang.String getName()
getName
in interface Variable
public java.lang.String toString()
toString
in class java.lang.Object
public javax.measure.unit.Unit<?> getUnit()
getUnit
in interface Variable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |