|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.umd.cfar.lamp.viper.gui.data.lvalue.SetLvaluePossibles
| Field Summary | |
static java.lang.String |
URI
|
| Constructor Summary | |
SetLvaluePossibles()
|
|
| Method Summary | |
java.lang.String |
getName()
Get the display name of the property. |
java.lang.Class |
getPropertyClass()
Gets the Class associated with the property |
java.lang.Object |
getValue(java.lang.Object bean)
Gets the current value of the property on the given bean. |
boolean |
isReadable()
Checks to see if the property may be readable. |
boolean |
isReadableOn(java.lang.Object bean)
Checks to see if the property is readable on the given bean. |
boolean |
isWritable()
Checks to see if the property may be settable. |
boolean |
isWritableOn(java.lang.Object bean)
Checks to see if the property is writable on the given bean. |
void |
setValue(java.lang.Object bean,
java.lang.Object value)
Sets a specific property of the passed bean to the given value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String URI
| Constructor Detail |
public SetLvaluePossibles()
| Method Detail |
public java.lang.String getName()
PropertyInterfacer
getName in interface PropertyInterfacerpublic java.lang.Class getPropertyClass()
PropertyInterfacer
getPropertyClass in interface PropertyInterfacerpublic boolean isReadable()
PropertyInterfacer
isReadable in interface PropertyInterfacertrue if there exists some instances
that allow this property to be read.public boolean isWritable()
PropertyInterfacer
isWritable in interface PropertyInterfacertrue if there exists some instances
that allow this property to be set.
public void setValue(java.lang.Object bean,
java.lang.Object value)
PropertyInterfacer
setValue in interface PropertyInterfacerbean - The java object to set the property specified by this
PropertyInterfacer instance of.value - The new value for the propertypublic java.lang.Object getValue(java.lang.Object bean)
PropertyInterfacer
getValue in interface PropertyInterfacerbean -
public boolean isWritableOn(java.lang.Object bean)
PropertyInterfacer
isWritableOn in interface PropertyInterfacerbean - The bean to check
true if the bean's property may be writtenpublic boolean isReadableOn(java.lang.Object bean)
PropertyInterfacer
isReadableOn in interface PropertyInterfacerbean - The bean to check
true if the bean's property may be read
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||