junitx.ddtunit.data.processing
Class HintTypes

java.lang.Object
  extended by junitx.ddtunit.data.processing.HintTypes

public class HintTypes
extends Object

Typesafe enumeration class containing all supported hint values used in xml data resource by xml attribute hint.

Author:
jg

Field Summary
static HintTypes ARRAY
          Array hint specifies the use of Object[] arrays
static HintTypes ATTRLIST
          Signature hint specifies a java.util.List that will be used for method invokation
static HintTypes BEAN
          Bean hint specifies the use of java bean based setter methods to populate fields
static HintTypes CALL
           
static HintTypes COLLECTION
          Collection hint specifies all classes that can are implementations of java.util.Collection interface and have an appropriate list or set character.
static HintTypes CONSTANT
          Constant hint specifies the use of a static field of specified class.
static HintTypes CONSTRUCTOR
          Constructor hint specifies the creation of objects.
static HintTypes CONTENT
           
static HintTypes DATE
          Date hint specifies the use of a static field of specified class.
static HintTypes FIELDS
          FIELDS hint specifies all classes that can be created by using reflection.
static HintTypes INTERNAL_MAPENTRY
           
static HintTypes MAP
          Collection hint specifies all classes that can are implementations of java.util.Collection interface and have an appropriate list or set character.
 
Method Summary
 boolean equals(Object obj)
          Returns true if this HintTypes is the same as the oobj argument.
 int hashCode()
          Override hashCode.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FIELDS

public static final HintTypes FIELDS
FIELDS hint specifies all classes that can be created by using reflection.


COLLECTION

public static final HintTypes COLLECTION
Collection hint specifies all classes that can are implementations of java.util.Collection interface and have an appropriate list or set character.


MAP

public static final HintTypes MAP
Collection hint specifies all classes that can are implementations of java.util.Collection interface and have an appropriate list or set character.


ATTRLIST

public static final HintTypes ATTRLIST
Signature hint specifies a java.util.List that will be used for method invokation


CONSTRUCTOR

public static final HintTypes CONSTRUCTOR
Constructor hint specifies the creation of objects.


CONSTANT

public static final HintTypes CONSTANT
Constant hint specifies the use of a static field of specified class.


DATE

public static final HintTypes DATE
Date hint specifies the use of a static field of specified class.


BEAN

public static final HintTypes BEAN
Bean hint specifies the use of java bean based setter methods to populate fields


ARRAY

public static final HintTypes ARRAY
Array hint specifies the use of Object[] arrays


INTERNAL_MAPENTRY

public static final HintTypes INTERNAL_MAPENTRY

CONTENT

public static final HintTypes CONTENT

CALL

public static final HintTypes CALL
Method Detail

equals

public boolean equals(Object obj)
Returns true if this HintTypes is the same as the oobj argument.

Overrides:
equals in class Object
Returns:
true if this HintTypes is the same as the obj argument.

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Override hashCode.

Overrides:
hashCode in class Object
Returns:
the Objects hashcode.


Copyright © 2004-2007. All Rights Reserved.