|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.nc2.iosp.gempak.GempakFileReader.Key
protected class GempakFileReader.Key
Class to hold information about a key.
| Field Summary | |
|---|---|
int |
loc
the key location |
String |
name
the key name |
String |
type
the key type (ROW or COL) |
| Constructor Summary | |
|---|---|
GempakFileReader.Key(String name,
int loc,
String type)
Create a new key |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public int loc
public String type
| Constructor Detail |
|---|
public GempakFileReader.Key(String name,
int loc,
String type)
name - the nameloc - the locationtype - the type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||