|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.emo.wizard.creation.model.FieldCompletion
public final class FieldCompletion
Enumeration type for field completion.
Field Summary | |
---|---|
static FieldCompletion |
NOT_INCLUDED
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 NOT_INCLUDED
public static final FieldCompletion WIZARD
Constructor Detail |
---|
protected FieldCompletion(String description)
description
- StringMethod Detail |
---|
public boolean equals(Object obj)
equals
in class Object
obj
- 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 Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |