|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sri.emo.dbobj.model_tree.ModelFillStatus
public final class ModelFillStatus
A pseudo enumeration type for defining status of the model tree in terms of filled out slots.
| Field Summary | |
|---|---|
static ModelFillStatus |
COMPLETE
All slots in the model (Parts) have values. |
static ModelFillStatus |
EMPTY
No slots in the model have values. |
static ModelFillStatus |
PARTIALLY_FILLED
Some slots in the model have values. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
int |
hashCode()
Returns a hash code value for the object. |
ModelFillStatus |
intersect(ModelFillStatus other)
Since ModelStatus represents a completion. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ModelFillStatus COMPLETE
public static final ModelFillStatus PARTIALLY_FILLED
public static final ModelFillStatus EMPTY
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - the reference object with which to compare.
true if this object is the same as the obj
argument; false otherwise.public int hashCode()
hashCode in class Objectpublic ModelFillStatus intersect(ModelFillStatus other)
other - ModelStatus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||