Package ucar.nc2.iosp.bufr
Class BufrConfig.FieldConverter
- java.lang.Object
-
- ucar.nc2.iosp.bufr.BufrConfig.FieldConverter
-
- All Implemented Interfaces:
BufrField
- Enclosing class:
- BufrConfig
public static class BufrConfig.FieldConverter extends Object implements BufrField
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufrCdmIndexProto.FldActiongetAction()intgetBitWidth()List<BufrConfig.FieldConverter>getChildren()StringgetDesc()shortgetFxy()StringgetFxyName()intgetMax()intgetMin()StringgetName()intgetReference()intgetScale()BufrCdmIndexProto.FldTypegetType()StringgetUnits()booleanisSeq()voidsetAction(String action)voidsetAction(BufrCdmIndexProto.FldAction action)
-
-
-
Method Detail
-
getFxyName
public String getFxyName()
- Specified by:
getFxyNamein interfaceBufrField
-
getAction
public BufrCdmIndexProto.FldAction getAction()
-
getType
public BufrCdmIndexProto.FldType getType()
-
getChildren
public List<BufrConfig.FieldConverter> getChildren()
- Specified by:
getChildrenin interfaceBufrField
-
getReference
public int getReference()
- Specified by:
getReferencein interfaceBufrField
-
getBitWidth
public int getBitWidth()
- Specified by:
getBitWidthin interfaceBufrField
-
setAction
public void setAction(String action)
-
setAction
public void setAction(BufrCdmIndexProto.FldAction action)
-
-