|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sri.emo.wizard.completion.model.FieldCompletion
public final class FieldCompletion
Enumeration type for field completion.
| Field Summary | |
|---|---|
static FieldCompletion |
FIXED
Field completion for 'fixed' completion type. |
static FieldCompletion |
WIZARD
Field completion for 'wizard' completion type. |
| Constructor Summary | |
|---|---|
protected |
FieldCompletion(String description)
Constructor that takes the description. |
| 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. |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FieldCompletion FIXED
public static final FieldCompletion WIZARD
| Constructor Detail |
|---|
protected FieldCompletion(String description)
description - String| Method Detail |
|---|
public 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 String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||