public static class TableD.Descriptor extends Object implements Comparable<TableD.Descriptor>
Modifier and Type | Method and Description |
---|---|
void |
addFeature(short f) |
int |
compareTo(TableD.Descriptor o) |
String |
getFxy()
Get fxy as a String, eg 3-4-22
|
short |
getId()
Get fxy as a short
|
boolean |
getLocalOverride() |
String |
getName() |
List<Short> |
getSequence() |
boolean |
isLocal() |
void |
setLocalOverride(boolean isOverride) |
void |
show(Formatter out,
boolean oneline) |
String |
toString() |
public void addFeature(short f)
public String getName()
public short getId()
public String getFxy()
public void show(Formatter out, boolean oneline)
public int compareTo(TableD.Descriptor o)
compareTo
in interface Comparable<TableD.Descriptor>
public boolean isLocal()
public void setLocalOverride(boolean isOverride)
public boolean getLocalOverride()
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.