net.sourceforge.nite.nom.nomwrite
Interface NOMAttribute.SharedAtt

All Known Implementing Classes:
NOMWriteAttribute.SharedAttribute
Enclosing interface:
NOMAttribute

public static interface NOMAttribute.SharedAtt

This inner interface provides utility functions for shared NOM users - can be ignored if NOM is not shared amongst multiple applications that can write to the NOM.


Method Summary
 void setComparableValue(NOMView view, java.lang.Comparable value)
          set the comparable value of this attribute - NOM-sharing version
 void setDoubleValue(NOMView view, java.lang.Double value)
          set the numerical value of this attribute - NOM-sharing version
 void setStringValue(NOMView view, java.lang.String value)
          set the string value of this attribute - NOM-sharing version
 

Method Detail

setStringValue

void setStringValue(NOMView view,
                    java.lang.String value)
                    throws NOMException
set the string value of this attribute - NOM-sharing version

Throws:
NOMException

setDoubleValue

void setDoubleValue(NOMView view,
                    java.lang.Double value)
                    throws NOMException
set the numerical value of this attribute - NOM-sharing version

Throws:
NOMException

setComparableValue

void setComparableValue(NOMView view,
                        java.lang.Comparable value)
                        throws NOMException
set the comparable value of this attribute - NOM-sharing version

Throws:
NOMException