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

java.lang.Object
  extended by com.sri.emo.wizard.creation.model.FieldCompletion

public final class FieldCompletion
extends Object

Enumeration type for field completion.

Version:
1.0
Author:
Michael Rimov

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

NOT_INCLUDED

public static final FieldCompletion NOT_INCLUDED
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.