@Immutable public class TableB.Descriptor extends Object implements Comparable<TableB.Descriptor>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TableB.Descriptor o) |
int |
getDataWidth() |
String |
getDesc() |
String |
getFxy()
Get fxy as a String, eg 0-5-22
|
short |
getId()
Get fxy as a short
|
boolean |
getLocalOverride() |
String |
getName() |
int |
getRefVal() |
int |
getScale() |
String |
getSource() |
String |
getUnits() |
boolean |
isLocal() |
boolean |
isNumeric()
is descriptor numeric or String
|
void |
setLocalOverride(boolean isOverride) |
String |
toString() |
public int getScale()
public int getRefVal()
public int getDataWidth()
public String getUnits()
public String getName()
public String getDesc()
public short getId()
public String getFxy()
public boolean isNumeric()
public boolean isLocal()
public void setLocalOverride(boolean isOverride)
public boolean getLocalOverride()
public String getSource()
public int compareTo(TableB.Descriptor o)
compareTo
in interface Comparable<TableB.Descriptor>
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.