org.ow2.wildcat.hierarchy.attribute
Interface Attribute

All Superinterfaces:
Mountable
All Known Subinterfaces:
RunnableAttribute
All Known Implementing Classes:
POJOAttribute, QueryAttribute

public interface Attribute
extends Mountable

Define an attribute holding some value.


Method Summary
 java.lang.Object getValue()
           
 java.lang.Object setValue(java.lang.Object value)
          Set attribute's value.
 
Methods inherited from interface org.ow2.wildcat.hierarchy.Mountable
isMount, mount, unMount
 

Method Detail

getValue

java.lang.Object getValue()
Returns:
attribute's value

setValue

java.lang.Object setValue(java.lang.Object value)
Set attribute's value.

Parameters:
value - the new value
Returns:
the old value


Copyright © 2009 OW2 Consortium. All Rights Reserved.