|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlrAbstractObject
Defines an interface for accessing an object instance and its fields.
| Field Summary | |
|---|---|
static String |
DEFAULT_TYPE
Default type. |
| Method Summary | |
|---|---|
String |
getClassName()
Gets the name of the class. |
IlrAbstractField[] |
getFields()
Gets an array of IlrAbstractField classes. |
void |
setClassName(String className)
Sets the name of the class. |
void |
setFields(IlrAbstractField[] field)
Sets the fields of the IlrXMLobject class. |
| Field Detail |
|---|
static final String DEFAULT_TYPE
| Method Detail |
|---|
String getClassName()
void setClassName(String className)
className - Denotes the name of the class.IlrAbstractField[] getFields()
IlrAbstractField classes.
void setFields(IlrAbstractField[] field)
IlrXMLobject class.
field - The fields of the IlrXMLobject class.
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||