|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.astro.Odef
Otype Definition object This internal class defines the basic Otype symbols loaded from a file.
Field Summary | |
java.lang.String |
abbr
|
java.lang.String |
expl
|
int |
otype
|
java.lang.String |
symb
|
Constructor Summary | |
Odef(int o,
java.lang.String s,
java.lang.String a,
java.lang.String text)
Constructor of a otype object |
Method Summary | |
void |
dump()
Display for debugging purposes the otype on stdout |
boolean |
equals(java.lang.Object o)
Comparison of 2 Otypes |
java.lang.String |
toString()
Display the object type in a string |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int otype
public java.lang.String symb
public java.lang.String abbr
public java.lang.String expl
Constructor Detail |
public Odef(int o, java.lang.String s, java.lang.String a, java.lang.String text)
o
- otype numeric values
- otype symbol (short name)a
- otype abbreviationtext
- otype descriptionMethod Detail |
public final boolean equals(java.lang.Object o)
o
- Object for which we would like to compare the type
public final java.lang.String toString()
public final void dump()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |