|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.ma2.StructureMembers.Member
public static class StructureMembers.Member
A member of a StructureData.
| Constructor Summary | |
|---|---|
StructureMembers.Member(java.lang.String name,
java.lang.String desc,
java.lang.String units,
DataType dtype,
int[] shape)
|
|
StructureMembers.Member(VariableSimpleIF v2)
|
|
| Method Summary | |
|---|---|
double |
convertScaleOffsetMissing(double value)
|
java.lang.Object |
getDataObject()
Get an opaque data object, for use behind the scenes. |
java.lang.Object |
getDataObject2()
Get an opaque data object, for use behind the scenes. |
int |
getDataParam()
Get the data parameter value, for use behind the scenes. |
DataType |
getDataType()
Get the DataType. |
java.lang.String |
getDescription()
Get the description, if any. |
java.lang.String |
getName()
Get the name. |
int[] |
getShape()
Get the array shape. |
int |
getSize()
Get the total array length. |
StructureMembers |
getStructureMembers()
|
int |
getTotalSize()
Get the total size in bytes. |
java.lang.String |
getUnitsString()
Get the units string, if any. |
boolean |
isScalar()
Is this a scalar (size == 1). |
void |
setDataObject(java.lang.Object o)
Set an opaque data object, for use behind the scenes. |
void |
setDataObject2(java.lang.Object o)
Set an opaque data object, for use behind the scenes. |
void |
setDataParam(int dataParam)
Set the data parameter value, for use behind the scenes. |
void |
setShape(int[] shape)
|
void |
setStructureMembers(StructureMembers members)
If member is type Structure, you mest set its constituent members |
void |
setVariableSimple(VariableSimpleIF v2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StructureMembers.Member(VariableSimpleIF v2)
public StructureMembers.Member(java.lang.String name,
java.lang.String desc,
java.lang.String units,
DataType dtype,
int[] shape)
| Method Detail |
|---|
public void setStructureMembers(StructureMembers members)
public StructureMembers getStructureMembers()
public void setVariableSimple(VariableSimpleIF v2)
public void setShape(int[] shape)
public java.lang.String getName()
public java.lang.String getUnitsString()
public java.lang.String getDescription()
public DataType getDataType()
public int[] getShape()
public int getSize()
public int getTotalSize()
public boolean isScalar()
public double convertScaleOffsetMissing(double value)
public int getDataParam()
public void setDataParam(int dataParam)
public java.lang.Object getDataObject()
public void setDataObject(java.lang.Object o)
public java.lang.Object getDataObject2()
public void setDataObject2(java.lang.Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||