|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunitx.ddtunit.data.processing.HintTypes
public class HintTypes
Typesafe enumeration class containing all supported hint values used in xml data resource by xml attribute hint.
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 |
---|
public static final HintTypes FIELDS
public static final HintTypes COLLECTION
java.util.Collection
interface and have an appropriate
list or set character.
public static final HintTypes MAP
java.util.Collection
interface and have an appropriate
list or set character.
public static final HintTypes ATTRLIST
java.util.List
that will be
used for method invokation
public static final HintTypes CONSTRUCTOR
public static final HintTypes CONSTANT
public static final HintTypes DATE
public static final HintTypes BEAN
public static final HintTypes ARRAY
public static final HintTypes INTERNAL_MAPENTRY
public static final HintTypes CONTENT
public static final HintTypes CALL
Method Detail |
---|
public boolean equals(Object obj)
true
if this HintTypes
is the same
as the oobj argument.
equals
in class Object
true
if this HintTypes
is the same
as the obj argument.public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |