|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.dm.DataAxis
public class DataAxis
| Field Summary | |
|---|---|
protected IAccuracy |
_accuracy
|
protected IValue |
_quality
|
protected IValue |
_resolution
|
protected IValue |
_value
|
| Constructor Summary | |
|---|---|
DataAxis()
|
|
| Method Summary | |
|---|---|
IAccuracy |
getAccuracy()
Gets the Accuracy object |
IValue |
getQuality()
Gets the IValue object for quality |
IValue |
getResolution()
Gets the IValue object for resolution. |
java.lang.String |
getUCD()
Gets the value of the UCD property. |
java.lang.String |
getUnits()
Gets the value of the units property. |
IValue |
getValue()
Gets the IValue object |
void |
setAccuracy(IAccuracy accuracy)
Sets the Accuracy object of the DataAxis |
void |
setQuality(IValue quality)
Sets the IValue object of the DataAxis's quality |
void |
setResolution(IValue resolution)
Sets the IValue object for the resolution of the DataAxis. |
void |
setUCD(java.lang.String ucd)
Sets the value of the UCD property |
void |
setUnits(java.lang.String unit)
Sets the value of the unit property |
void |
setValue(IValue value)
Sets the IValue object of the DataAxis. |
java.lang.String |
toString()
Override Object's toString() method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected IValue _value
protected IValue _quality
protected IAccuracy _accuracy
protected IValue _resolution
| Constructor Detail |
|---|
public DataAxis()
| Method Detail |
|---|
public java.lang.String getUCD()
Stringpublic void setUCD(java.lang.String ucd)
ucd - allowed object is
Stringpublic java.lang.String getUnits()
Stringpublic void setUnits(java.lang.String unit)
unit - allowed object is
Stringpublic IValue getValue()
getValue in interface IAxisIValuepublic void setValue(IValue value)
setValue in interface IAxisvalue - allowed object is
IValuepublic IAccuracy getAccuracy()
getAccuracy in interface IAxisIAccuracypublic void setAccuracy(IAccuracy accuracy)
setAccuracy in interface IAxisaccuracy - allowed object is
IAccuracypublic IValue getQuality()
getQuality in interface IAxisIValuepublic void setQuality(IValue quality)
setQuality in interface IAxisquality - allowed object is
IValuepublic IValue getResolution()
getResolution in interface IAxisIValuepublic void setResolution(IValue resolution)
setResolution in interface IAxisresolution - allowed object is
IValuepublic java.lang.String toString()
toString in class java.lang.ObjectString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||