Package ucar.nc2.ft.point.bufr
Interface BufrField
-
- All Known Implementing Classes:
BufrConfig.FieldConverter
public interface BufrFieldAbstraction 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.FldActiongetAction()intgetBitWidth()List<? extends BufrField>getChildren()StringgetDesc()shortgetFxy()StringgetFxyName()intgetMax()intgetMin()StringgetName()intgetReference()intgetScale()BufrCdmIndexProto.FldTypegetType()StringgetUnits()booleanisSeq()
-
-
-
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()
-
-