public interface Fact
Modifier and Type | Method and Description |
---|---|
long |
getFactId()
Return the unique ID for the fact
|
FactTemplate |
getFactTemplate()
Return the Deftemplate for the fact
|
Object |
getFieldValue(int index)
Return the value at the given field index
|
Object |
getFieldValue(String name) |
void |
setFieldValue(int index,
Object value) |
void |
setFieldValue(String name,
Object value) |
Object getFieldValue(int index)
id
- void setFieldValue(int index, Object value)
long getFactId()
FactTemplate getFactTemplate()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.