|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlrAbstractField
Defines an interface for accessing field information of a given field in an object.
Inspiration came from java.lang.reflect.Field. Currently the interface
only supports reading values as strings. This may later be extended in the same
manner as the java.lang.reflect.Field class.
| Method Summary | |
|---|---|
String |
getName()
Gets the name of the field. |
String |
getType()
Gets the type of the field as a string. |
Object |
getValue()
Gets the internal value of the field as a string. |
void |
setName(String name)
Sets the name of the field. |
void |
setType(String type)
Sets the type of the field. |
void |
setValue(Object value)
Sets the value of the field. |
| Method Detail |
|---|
String getType()
Object getValue()
String getName()
void setType(String type)
type - Denotes the type of the field.void setValue(Object value)
value - Denotes the value of the field.void setName(String name)
name - Denotes the name of the field.
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||