|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpAttribute
Interface for ILOG CPL attributes.
| Method Summary | |
|---|---|
IlpAttributeGroup |
getAttributeGroup()
Returns the attribute model that contains this attribute. |
Object |
getDefaultValue()
Returns the default value for this attribute. |
String |
getName()
Returns the name of the invoking attribute. |
Class |
getValueClass()
Returns the attribute value class. |
boolean |
isTransient()
Indicates whether this attribute should persist or not. |
void |
setAttributeGroup(IlpAttributeGroup group)
Sets the attribute group that contains this attribute. |
| Method Detail |
|---|
String getName()
Class getValueClass()
Object getDefaultValue()
Note: When getAttributeValue does not find a value for
an attribute, it returns
IlpAttributeValueHolder.VALUE_NOT_SET, regardless of
the attribute's "default value".
IlpDefaultObject.initializeDefaultValues(),
IlpDefaultObject.IlpDefaultObject(IlpClass, Object, boolean)IlpAttributeGroup getAttributeGroup()
void setAttributeGroup(IlpAttributeGroup group)
boolean isTransient()
true if the attribute is transient, that is NOT persistent.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||