public class PropertyValue
extends java.lang.Object
implements java.io.Serializable
Strings.RuleEngineState using the fact ID when analyzing the trace.List in the trace.List in the trace.| Constructor and Description |
|---|
PropertyValue() |
| Modifier and Type | Method and Description |
|---|---|
ArrayValue |
getArray()
Gets the value of the array property.
|
BeanObject |
getBeanObject()
Gets the value of the beanObject property.
|
CollectionValue |
getCollection()
Gets the value of the collection property.
|
java.lang.Integer |
getFactId()
Gets the value of the factId property.
|
java.lang.String |
getString()
Gets the value of the string property.
|
void |
setArray(ArrayValue value)
Sets the value of the array property.
|
void |
setBeanObject(BeanObject value)
Sets the value of the beanObject property.
|
void |
setCollection(CollectionValue value)
Sets the value of the collection property.
|
void |
setFactId(java.lang.Integer value)
Sets the value of the factId property.
|
void |
setString(java.lang.String value)
Sets the value of the string property.
|
public java.lang.Integer getFactId()
Integerpublic void setFactId(java.lang.Integer value)
value - allowed object is Integerpublic java.lang.String getString()
Stringpublic void setString(java.lang.String value)
value - allowed object is Stringpublic BeanObject getBeanObject()
BeanObjectpublic void setBeanObject(BeanObject value)
value - allowed object is BeanObjectpublic ArrayValue getArray()
ArrayValuepublic void setArray(ArrayValue value)
value - allowed object is ArrayValuepublic CollectionValue getCollection()
CollectionValuepublic void setCollection(CollectionValue value)
value - allowed object is CollectionValue