Package ucar.nc2.ft.point.bufr
Interface BufrField
-
- All Known Implementing Classes:
BufrCdmIndexPanel.FieldBean
,BufrConfig.FieldConverter
public interface BufrField
Abstraction for BUFR field. Used in writing index, so we can make changes in BufrCdmIndexPanel- Since:
- 8/20/13
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BufrCdmIndexProto.FldAction
getAction()
int
getBitWidth()
List<? extends BufrField>
getChildren()
String
getDesc()
short
getFxy()
String
getFxyName()
int
getMax()
int
getMin()
String
getName()
int
getReference()
int
getScale()
BufrCdmIndexProto.FldType
getType()
String
getUnits()
boolean
isSeq()
-
-
-
Method Detail
-
getName
String getName()
-
getDesc
String getDesc()
-
getUnits
String getUnits()
-
getFxy
short getFxy()
-
getFxyName
String getFxyName()
-
getAction
BufrCdmIndexProto.FldAction getAction()
-
getType
BufrCdmIndexProto.FldType getType()
-
isSeq
boolean isSeq()
-
getMin
int getMin()
-
getMax
int getMax()
-
getScale
int getScale()
-
getReference
int getReference()
-
getBitWidth
int getBitWidth()
-
-