|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.objectAccess.array.ElementType
public class ElementType
Implements an object that represents the type of an array element.
Method Summary | |
---|---|
DataTypeAdapter |
getAdapter()
Gets the data type adapter for the element type. |
int |
getSize()
Gets the element size. |
static ElementType |
getTypeForName(String typeName)
Gets the element type for a given type name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ElementType getTypeForName(String typeName)
typeName
- the type name
public int getSize()
public DataTypeAdapter getAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |