public class IlpStaticAttribute extends IlpDefaultAttribute implements IlpAttributeValueProvider
Constructor and Description |
---|
IlpStaticAttribute(String name,
Object value)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
getAttributeGroup, getDefaultValue, getName, getValueClass, setAttributeGroup, setDefaultValue, setName, setTransient, setValueClass, toString
public Object getValue()
public Object getValue(IlpAttributeValueHolder h)
getValue
in interface IlpAttributeValueProvider
h
- Attribute value holdergetValue()
.public boolean isDependentOn(IlpAttribute a)
isDependentOn
in interface IlpAttributeValueProvider
public boolean isTransient()
isTransient
in interface IlpAttribute
isTransient
in class IlpDefaultAttribute
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.