|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.NamedArray
public class NamedArray
| Constructor Summary | |
|---|---|
NamedArray(String name,
Unit unit,
float[] values)
ctor |
|
| Method Summary | |
|---|---|
String |
getName()
Get the Name property. |
Unit |
getUnit()
Get the Unit property. |
float[] |
getValues()
Get the Values property. |
void |
setName(String value)
Set the Name property. |
void |
setUnit(Unit value)
Set the Unit property. |
void |
setValues(float[] value)
Set the Values property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamedArray(String name,
Unit unit,
float[] values)
name - nameunit - unitvalues - values| Method Detail |
|---|
public void setName(String value)
value - The new value for Namepublic String getName()
public void setUnit(Unit value)
value - The new value for Unitpublic Unit getUnit()
public void setValues(float[] value)
value - The new value for Valuespublic float[] getValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||