public interface BufrField
| Modifier and Type | Method and Description | 
|---|---|
| BufrCdmIndexProto.FldAction | getAction() | 
| int | getBitWidth() | 
| java.util.List<? extends BufrField> | getChildren() | 
| java.lang.String | getDesc() | 
| short | getFxy() | 
| java.lang.String | getFxyName() | 
| int | getMax() | 
| int | getMin() | 
| java.lang.String | getName() | 
| int | getReference() | 
| int | getScale() | 
| BufrCdmIndexProto.FldType | getType() | 
| java.lang.String | getUnits() | 
| boolean | isSeq() | 
java.lang.String getName()
java.lang.String getDesc()
java.lang.String getUnits()
short getFxy()
java.lang.String getFxyName()
BufrCdmIndexProto.FldAction getAction()
BufrCdmIndexProto.FldType getType()
boolean isSeq()
int getMin()
int getMax()
int getScale()
int getReference()
int getBitWidth()
java.util.List<? extends BufrField> getChildren()