net.sourceforge.nite.nom.nomwrite.impl
Class NOMWriteAttribute.SharedAttribute

java.lang.Object
  extended by net.sourceforge.nite.nom.nomwrite.impl.NOMWriteAttribute.SharedAttribute
All Implemented Interfaces:
NOMAttribute.SharedAtt
Enclosing class:
NOMWriteAttribute

public class NOMWriteAttribute.SharedAttribute
extends java.lang.Object
implements NOMAttribute.SharedAtt

This inner class provides a utility functions for shared NOM users


Constructor Summary
NOMWriteAttribute.SharedAttribute(NOMWriteAttribute nwa)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOMWriteAttribute.SharedAttribute

public NOMWriteAttribute.SharedAttribute(NOMWriteAttribute nwa)
Method Detail

setStringValue

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

Specified by:
setStringValue in interface NOMAttribute.SharedAtt
Throws:
NOMException

setDoubleValue

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

Specified by:
setDoubleValue in interface NOMAttribute.SharedAtt
Throws:
NOMException

setComparableValue

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

Specified by:
setComparableValue in interface NOMAttribute.SharedAtt
Throws:
NOMException