public static class BufrCdmIndexPanel.FieldBean
extends java.lang.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 |
|---|---|
java.lang.String |
editableProperties() |
ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction |
getAction() |
java.lang.String |
getActionS() |
int |
getBitWidth() |
java.util.List<? extends ucar.nc2.ft.point.bufr.BufrField> |
getChildren() |
java.lang.String |
getDesc() |
short |
getFxy() |
java.lang.String |
getFxyName() |
int |
getMax() |
int |
getMin() |
java.lang.String |
getName() |
java.lang.String |
getParent() |
int |
getReference() |
int |
getScale() |
ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType |
getType() |
java.lang.String |
getUnits() |
java.lang.String |
hiddenProperties() |
boolean |
isSeq() |
void |
setActionS(java.lang.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 java.lang.String editableProperties()
public java.lang.String hiddenProperties()
@Nullable public java.lang.String getParent()
public java.lang.String getName()
getName in interface ucar.nc2.ft.point.bufr.BufrFieldpublic java.lang.String getDesc()
getDesc in interface ucar.nc2.ft.point.bufr.BufrFieldpublic java.lang.String getUnits()
getUnits in interface ucar.nc2.ft.point.bufr.BufrFieldpublic short getFxy()
getFxy in interface ucar.nc2.ft.point.bufr.BufrFieldpublic java.lang.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 java.lang.String getActionS()
public void setActionS(java.lang.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 java.util.List<? extends ucar.nc2.ft.point.bufr.BufrField> getChildren()
getChildren in interface ucar.nc2.ft.point.bufr.BufrField