|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
N - The name type of the attribute.V - The value type of the attribute.public interface AttributeIfc<N,V>
An attribute is a name/value pair. As name uniquely identifies an attribute, its name is immutable through this interface. Values, however, are mutable.
Modifications:
$Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
$Revision: 479 $
$Author: sfloess $
$HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/node/attribute/AttributeIfc.java $
| Method Summary | |
|---|---|
N |
getName()
Returns the name of the attribute. |
V |
getValue()
Returns the value of the attribute. |
void |
setValue(V value)
Sets the value of the attribute. |
| Methods inherited from interface org.jplate.foundation.FormattableIfc |
|---|
toString |
| Method Detail |
|---|
N getName()
V getValue()
void setValue(V value)
value - represents the new value of the attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||