|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.model.IlpDefaultAttribute
ilog.cpl.model.IlpStaticAttribute
public class IlpStaticAttribute
This class defines an attribute that has a static value.
| Constructor Summary | |
|---|---|
IlpStaticAttribute(String name,
Object value)
Constructor |
|
| Method Summary | |
|---|---|
Object |
getValue()
Returns the value of this attribute in the given attribute holder. |
Object |
getValue(IlpAttributeValueHolder h)
Returns the value of this attribute in the given attribute holder. |
boolean |
isDependentOn(IlpAttribute a)
Indicates whether this attribute depends on the given attribute to calculate its value. |
boolean |
isTransient()
Indicates whether this attribute is persistent or not. |
| Methods inherited from class ilog.cpl.model.IlpDefaultAttribute |
|---|
getAttributeGroup, getDefaultValue, getName, getValueClass, setAttributeGroup, setDefaultValue, setName, setTransient, setValueClass, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlpStaticAttribute(String name,
Object value)
name - Attribute namevalue - Attribute value| Method Detail |
|---|
public Object getValue()
public Object getValue(IlpAttributeValueHolder h)
getValue in interface IlpAttributeValueProviderh - Attribute value holder
getValue().public boolean isDependentOn(IlpAttribute a)
isDependentOn in interface IlpAttributeValueProviderpublic boolean isTransient()
isTransient in interface IlpAttributeisTransient in class IlpDefaultAttribute
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||