public interface IlpAttribute
Modifier and Type | Method and Description |
---|---|
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.
|
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".
IlpAttributeGroup getAttributeGroup()
void setAttributeGroup(IlpAttributeGroup group)
boolean isTransient()
true
if the attribute is transient, that is NOT persistent.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.