public class BufrCdmIndexPanel.FieldBean extends Object implements ucar.nc2.ft.point.bufr.BufrField
| Constructor and Description |
|---|
FieldBean() |
FieldBean(BufrCdmIndexPanel.FieldBean parent,
ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field child) |
| Modifier and Type | Method and Description |
|---|---|
String |
editableProperties() |
ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction |
getAction() |
String |
getActionS() |
int |
getBitWidth() |
List<? extends ucar.nc2.ft.point.bufr.BufrField> |
getChildren() |
String |
getDesc() |
short |
getFxy() |
String |
getFxyName() |
int |
getMax() |
int |
getMin() |
String |
getName() |
String |
getParent() |
int |
getReference() |
int |
getScale() |
ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType |
getType() |
String |
getUnits() |
String |
hiddenProperties() |
boolean |
isSeq() |
void |
setActionS(String actS) |
void |
setType(ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType type) |
public FieldBean()
public FieldBean(BufrCdmIndexPanel.FieldBean parent, ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field child)
public String editableProperties()
public String hiddenProperties()
public String getParent()
public String getName()
getName in interface ucar.nc2.ft.point.bufr.BufrFieldpublic String getDesc()
getDesc in interface ucar.nc2.ft.point.bufr.BufrFieldpublic String getUnits()
getUnits in interface ucar.nc2.ft.point.bufr.BufrFieldpublic short getFxy()
getFxy in interface ucar.nc2.ft.point.bufr.BufrFieldpublic String getFxyName()
getFxyName in interface ucar.nc2.ft.point.bufr.BufrFieldpublic ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction getAction()
getAction in interface ucar.nc2.ft.point.bufr.BufrFieldpublic ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType getType()
getType in interface ucar.nc2.ft.point.bufr.BufrFieldpublic void setType(ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType type)
public String getActionS()
public void setActionS(String actS)
public boolean isSeq()
isSeq in interface ucar.nc2.ft.point.bufr.BufrFieldpublic int getMin()
getMin in interface ucar.nc2.ft.point.bufr.BufrFieldpublic int getMax()
getMax in interface ucar.nc2.ft.point.bufr.BufrFieldpublic int getScale()
getScale in interface ucar.nc2.ft.point.bufr.BufrFieldpublic int getReference()
getReference in interface ucar.nc2.ft.point.bufr.BufrFieldpublic int getBitWidth()
getBitWidth in interface ucar.nc2.ft.point.bufr.BufrFieldpublic List<? extends ucar.nc2.ft.point.bufr.BufrField> getChildren()
getChildren in interface ucar.nc2.ft.point.bufr.BufrField