|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.util.Nodata
cds.simbad.BasicData
cds.simbad.MorphologicalType
Morphological type object.
Field Summary | |
private Mtype |
mtype
|
Fields inherited from class cds.simbad.BasicData |
dataExists |
Fields inherited from class cds.util.Nodata |
NODATA, NODATA_DBL, NODATA_FLT, NODATA_SHT, NODATA_STR |
Constructor Summary | |
MorphologicalType()
Empty constructor |
|
MorphologicalType(MorphologicalType mt)
Copy constructor. |
|
MorphologicalType(java.lang.String mtype)
Constructor with initialisation by a morphological type string |
Method Summary | |
boolean |
equals(java.lang.Object o)
MOD-BB 21-01-04 Ajout de cette methode. |
java.lang.String |
get()
returns the morphological type string |
void |
set(MorphologicalType mt)
Sets the MorphologicalType from another MorphologicalType object |
void |
set(java.lang.String mtype)
Sets a morphological type value to this object |
java.lang.String |
toString()
returns the morphological type string |
Methods inherited from class cds.simbad.BasicData |
exists, setExist, setNodata |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private Mtype mtype
Constructor Detail |
public MorphologicalType()
public MorphologicalType(java.lang.String mtype)
mtype
- morphological type stringpublic MorphologicalType(MorphologicalType mt)
mt
- MorphologicalType objectMethod Detail |
public void set(java.lang.String mtype)
mtype
- morphological type string. Currently no validity check is made on
the stringpublic void set(MorphologicalType mt)
mt
- MorphologicalType object to copypublic java.lang.String get()
public java.lang.String toString()
public boolean equals(java.lang.Object o)
o
- Objet a comparer.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |