public static final class StructureMembers.Member extends Object
Modifier and Type | Method and Description |
---|---|
Array |
getDataArray()
Get the data array, if any.
|
Object |
getDataObject()
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.
|
String |
getDescription()
Get the description, if any.
|
String |
getFullName() |
String |
getFullNameEscaped() |
String |
getName()
Get the StructureMembers name.
|
int[] |
getShape()
Get the array shape.
|
int |
getSize()
Get the total number of elements.
|
int |
getSizeBytes()
Get the total size in bytes.
|
StructureMembers |
getStructureMembers() |
String |
getUnitsString()
Get the units string, if any.
|
boolean |
isScalar()
Is this a scalar (size == 1).
|
boolean |
isVariableLength() |
StructureMembers.MemberBuilder |
toBuilder(boolean wantsData)
Turn into a mutable Builder.
|
String |
toString() |
public Array getDataArray()
public Object getDataObject()
public int getDataParam()
public DataType getDataType()
public String getDescription()
public String getFullName()
public String getFullNameEscaped()
public String getName()
public int[] getShape()
public int getSize()
public int getSizeBytes()
public StructureMembers getStructureMembers()
public String getUnitsString()
public boolean isScalar()
public boolean isVariableLength()
public StructureMembers.MemberBuilder toBuilder(boolean wantsData)