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.FldAction
getAction()
int
getBitWidth()
List<BufrConfig.FieldConverter>
getChildren()
String
getDesc()
short
getFxy()
String
getFxyName()
int
getMax()
int
getMin()
String
getName()
int
getReference()
int
getScale()
BufrCdmIndexProto.FldType
getType()
String
getUnits()
boolean
isSeq()
void
setAction(String action)
void
setAction(BufrCdmIndexProto.FldAction action)
-
-
-
Method Detail
-
getFxyName
public String getFxyName()
- Specified by:
getFxyName
in interfaceBufrField
-
getAction
public BufrCdmIndexProto.FldAction getAction()
-
getType
public BufrCdmIndexProto.FldType getType()
-
getChildren
public List<BufrConfig.FieldConverter> getChildren()
- Specified by:
getChildren
in interfaceBufrField
-
getReference
public int getReference()
- Specified by:
getReference
in interfaceBufrField
-
getBitWidth
public int getBitWidth()
- Specified by:
getBitWidth
in interfaceBufrField
-
setAction
public void setAction(String action)
-
setAction
public void setAction(BufrCdmIndexProto.FldAction action)
-
-