com.sri.emo.wizard.completion.model
Class FieldCompletion

java.lang.Object
  extended by com.sri.emo.wizard.completion.model.FieldCompletion
All Implemented Interfaces:
Serializable

public final class FieldCompletion
extends Object
implements Serializable

Enumeration type for field completion.

Version:
1.0
Author:
Michael Rimov
See Also:
Serialized Form

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

FIXED

public static final FieldCompletion FIXED
Field completion for 'fixed' completion type.


WIZARD

public static final FieldCompletion WIZARD
Field completion for 'wizard' completion type.

Constructor Detail

FieldCompletion

protected FieldCompletion(String description)
Constructor that takes the description.

Parameters:
description - String
Method Detail

equals

public boolean equals(Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class Object
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.

hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class Object
Returns:
a hash code value for this object.

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
Returns:
a string representation of the object.


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.