Package ucar.nc2.ui.op
Class BufrCdmIndexPanel.FieldBean
- java.lang.Object
-
- ucar.nc2.ui.op.BufrCdmIndexPanel.FieldBean
-
- All Implemented Interfaces:
BufrField
- Enclosing class:
- BufrCdmIndexPanel
public static class BufrCdmIndexPanel.FieldBean extends Object implements BufrField
-
-
Constructor Summary
Constructors Constructor Description FieldBean()
FieldBean(BufrCdmIndexPanel.FieldBean parent, BufrCdmIndexProto.Field child)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
editableProperties()
BufrCdmIndexProto.FldAction
getAction()
String
getActionS()
int
getBitWidth()
List<? extends BufrField>
getChildren()
String
getDesc()
short
getFxy()
String
getFxyName()
int
getMax()
int
getMin()
String
getName()
String
getParent()
int
getReference()
int
getScale()
BufrCdmIndexProto.FldType
getType()
String
getUnits()
String
hiddenProperties()
boolean
isSeq()
void
setActionS(String actS)
void
setType(BufrCdmIndexProto.FldType type)
-
-
-
Constructor Detail
-
FieldBean
public FieldBean()
-
FieldBean
public FieldBean(BufrCdmIndexPanel.FieldBean parent, BufrCdmIndexProto.Field child)
-
-
Method Detail
-
editableProperties
public String editableProperties()
-
hiddenProperties
public String hiddenProperties()
-
getParent
@Nullable public String getParent()
-
getFxyName
public String getFxyName()
- Specified by:
getFxyName
in interfaceBufrField
-
getAction
public BufrCdmIndexProto.FldAction getAction()
-
getType
public BufrCdmIndexProto.FldType getType()
-
setType
public void setType(BufrCdmIndexProto.FldType type)
-
getActionS
public String getActionS()
-
setActionS
public void setActionS(String actS)
-
getReference
public int getReference()
- Specified by:
getReference
in interfaceBufrField
-
getBitWidth
public int getBitWidth()
- Specified by:
getBitWidth
in interfaceBufrField
-
getChildren
public List<? extends BufrField> getChildren()
- Specified by:
getChildren
in interfaceBufrField
-
-