Package ucar.nc2.ui.op
Class BufrCdmIndexPanel.FieldBean
- java.lang.Object
-
- ucar.nc2.ui.op.BufrCdmIndexPanel.FieldBean
-
- All Implemented Interfaces:
ucar.nc2.ft.point.bufr.BufrField
- Enclosing class:
- BufrCdmIndexPanel
public static class BufrCdmIndexPanel.FieldBean extends Object implements ucar.nc2.ft.point.bufr.BufrField
-
-
Constructor Summary
Constructors Constructor Description FieldBean()FieldBean(BufrCdmIndexPanel.FieldBean parent, ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field child)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringeditableProperties()ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldActiongetAction()StringgetActionS()intgetBitWidth()List<? extends ucar.nc2.ft.point.bufr.BufrField>getChildren()StringgetDesc()shortgetFxy()StringgetFxyName()intgetMax()intgetMin()StringgetName()StringgetParent()intgetReference()intgetScale()ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldTypegetType()StringgetUnits()StringhiddenProperties()booleanisSeq()voidsetActionS(String actS)voidsetType(ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType type)
-
-
-
Constructor Detail
-
FieldBean
public FieldBean()
-
FieldBean
public FieldBean(BufrCdmIndexPanel.FieldBean parent, ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field child)
-
-
Method Detail
-
editableProperties
public String editableProperties()
-
hiddenProperties
public String hiddenProperties()
-
getParent
@Nullable public String getParent()
-
getName
public String getName()
- Specified by:
getNamein interfaceucar.nc2.ft.point.bufr.BufrField
-
getDesc
public String getDesc()
- Specified by:
getDescin interfaceucar.nc2.ft.point.bufr.BufrField
-
getUnits
public String getUnits()
- Specified by:
getUnitsin interfaceucar.nc2.ft.point.bufr.BufrField
-
getFxy
public short getFxy()
- Specified by:
getFxyin interfaceucar.nc2.ft.point.bufr.BufrField
-
getFxyName
public String getFxyName()
- Specified by:
getFxyNamein interfaceucar.nc2.ft.point.bufr.BufrField
-
getAction
public ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction getAction()
- Specified by:
getActionin interfaceucar.nc2.ft.point.bufr.BufrField
-
getType
public ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType getType()
- Specified by:
getTypein interfaceucar.nc2.ft.point.bufr.BufrField
-
setType
public void setType(ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldType type)
-
getActionS
public String getActionS()
-
setActionS
public void setActionS(String actS)
-
isSeq
public boolean isSeq()
- Specified by:
isSeqin interfaceucar.nc2.ft.point.bufr.BufrField
-
getMin
public int getMin()
- Specified by:
getMinin interfaceucar.nc2.ft.point.bufr.BufrField
-
getMax
public int getMax()
- Specified by:
getMaxin interfaceucar.nc2.ft.point.bufr.BufrField
-
getScale
public int getScale()
- Specified by:
getScalein interfaceucar.nc2.ft.point.bufr.BufrField
-
getReference
public int getReference()
- Specified by:
getReferencein interfaceucar.nc2.ft.point.bufr.BufrField
-
getBitWidth
public int getBitWidth()
- Specified by:
getBitWidthin interfaceucar.nc2.ft.point.bufr.BufrField
-
getChildren
public List<? extends ucar.nc2.ft.point.bufr.BufrField> getChildren()
- Specified by:
getChildrenin interfaceucar.nc2.ft.point.bufr.BufrField
-
-