|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.rules.ras.core.binding.impl.IlrAbstractFieldImpl
public class IlrAbstractFieldImpl
Default implementation of the IlrAbstractField interface.
| Constructor Summary | |
|---|---|
IlrAbstractFieldImpl()
Default constructor. |
|
IlrAbstractFieldImpl(String name,
String type,
Object value)
A constructor that initializes a field with a name, type and value. |
|
IlrAbstractFieldImpl(String name,
String type,
Object value,
Properties properties)
A constructor that initializes a field with a name, type, value and properties. |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name of the field. |
Properties |
getProperties()
Gets the field properties. |
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 |
setProperties(Properties properties)
Sets the field properties. |
void |
setType(String type)
Sets the type of the field. |
void |
setValue(Object value)
Sets the value of the field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlrAbstractFieldImpl()
public IlrAbstractFieldImpl(String name,
String type,
Object value)
name - The name of the field.type - The type of the field as a class name.value - The value of the attribute.
public IlrAbstractFieldImpl(String name,
String type,
Object value,
Properties properties)
name - The name of the field.type - The type of the field as a class name.value - The value of the attribute.properties - The properties associated with the field; a known key is type.| Method Detail |
|---|
public String getType()
IlrAbstractField
getType in interface IlrAbstractFieldpublic Object getValue()
IlrAbstractField
getValue in interface IlrAbstractFieldpublic void setType(String type)
IlrAbstractField
setType in interface IlrAbstractFieldtype - Denotes the type of the field.public void setValue(Object value)
IlrAbstractField
setValue in interface IlrAbstractFieldvalue - Denotes the value of the field.public String getName()
IlrAbstractField
getName in interface IlrAbstractFieldpublic void setName(String name)
IlrAbstractField
setName in interface IlrAbstractFieldname - Denotes the name of the field.public Properties getProperties()
public void setProperties(Properties properties)
properties - The properties to set.
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||