|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.nom.nomwrite.impl.NOMWriteAttribute.SharedAttribute
public class NOMWriteAttribute.SharedAttribute
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 |
---|
public NOMWriteAttribute.SharedAttribute(NOMWriteAttribute nwa)
Method Detail |
---|
public void setStringValue(NOMView view, java.lang.String value) throws NOMException
setStringValue
in interface NOMAttribute.SharedAtt
NOMException
public void setDoubleValue(NOMView view, java.lang.Double value) throws NOMException
setDoubleValue
in interface NOMAttribute.SharedAtt
NOMException
public void setComparableValue(NOMView view, java.lang.Comparable value) throws NOMException
setComparableValue
in interface NOMAttribute.SharedAtt
NOMException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |