|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.ide.common.client.modeldriven.testing.FieldData
public class FieldData
Field Summary | |
---|---|
List<FieldData> |
collectionFieldList
|
String |
collectionType
|
static int |
TYPE_COLLECTION
|
static int |
TYPE_ENUM
This is not used yet. |
static int |
TYPE_FORMULA
This is for a "formula" that calculates a value. |
static int |
TYPE_LITERAL
This may be string, or number, anything really. |
static int |
TYPE_PREDICATE
The fieldName and fieldBinding is not used in the case of a predicate. |
static int |
TYPE_UNDEFINED
This is used only when action is first created. |
static int |
TYPE_VARIABLE
This is when it is set to a valid previously bound variable. |
Constructor Summary | |
---|---|
FieldData()
|
|
FieldData(String name,
String value)
|
Method Summary | |
---|---|
String |
getName()
|
long |
getNature()
|
String |
getValue()
|
void |
setName(String name)
|
void |
setNature(long nature)
|
void |
setNature(long l,
String collectionType)
|
void |
setValue(String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_UNDEFINED
public static final int TYPE_LITERAL
public static final int TYPE_VARIABLE
public static final int TYPE_FORMULA
public static final int TYPE_ENUM
public static final int TYPE_PREDICATE
public static final int TYPE_COLLECTION
public List<FieldData> collectionFieldList
public String collectionType
Constructor Detail |
---|
public FieldData()
public FieldData(String name, String value)
Method Detail |
---|
public long getNature()
public void setNature(long l, String collectionType)
public void setName(String name)
public String getName()
public void setValue(String value)
public String getValue()
public void setNature(long nature)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |