Package dap4.dap4lib.netcdf
Class Nc4Notes.TypeNotes
- java.lang.Object
-
- dap4.dap4lib.netcdf.Nc4Notes.Notes
-
- dap4.dap4lib.netcdf.Nc4Notes.TypeNotes
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- Nc4Notes
public static class Nc4Notes.TypeNotes extends Nc4Notes.Notes
-
-
Field Summary
Fields Modifier and Type Field Description intenumbasebooleanisvlen-
Fields inherited from class dap4.dap4lib.netcdf.Nc4Notes.Notes
basetype, name, offset, parent, recordsize, size
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description dap4.core.dmr.DapTypeget()dap4.core.dmr.DapTypegetType()booleanisCompound()booleanisEnum()booleanisOpaque()booleanisSeq()booleanisVlen()Nc4Notes.TypeNotesmarkVlen()Nc4Notes.TypeNotesset(dap4.core.dmr.DapNode node)Nc4Notes.TypeNotessetEnumBaseType(int bt)Nc4Notes.TypeNotessetOpaque(long len)-
Methods inherited from class dap4.dap4lib.netcdf.Nc4Notes.Notes
getBaseType, getContainer, getOffset, getRecordSize, getSize, getSort, setBaseType, setContainer, setName, setOffset, setRecordSize, setSize, toString
-
-
-
-
Constructor Detail
-
TypeNotes
protected TypeNotes(int g, int id, Nc4DSP dsp)
-
-
Method Detail
-
getType
public dap4.core.dmr.DapType getType()
-
setOpaque
public Nc4Notes.TypeNotes setOpaque(long len)
-
setEnumBaseType
public Nc4Notes.TypeNotes setEnumBaseType(int bt)
-
isOpaque
public boolean isOpaque()
-
isEnum
public boolean isEnum()
-
isSeq
public boolean isSeq()
-
isCompound
public boolean isCompound()
-
isVlen
public boolean isVlen()
-
markVlen
public Nc4Notes.TypeNotes markVlen()
-
get
public dap4.core.dmr.DapType get()
- Overrides:
getin classNc4Notes.Notes
-
set
public Nc4Notes.TypeNotes set(dap4.core.dmr.DapNode node)
- Overrides:
setin classNc4Notes.Notes
-
-