public interface IlvStringProperty extends IlvProperty
IlvStringProperty
defines a common interface for accessing a
String
property of target
objects. As such, this is slightly
different than an instance adapter since multiple target objects can share the same
IlvStringProperty
instance.Modifier and Type | Method and Description |
---|---|
String |
getValue(Object target)
Returns the value of the property represented by this adapter from the specified
target object. |
void |
setValue(Object target,
String s)
Sets the value of the property represented by this adapter in the specified
target object. |
changedRowsIterator, getEventClass, isPropertyChangedEvent
String getValue(Object target)
target
object.getValue
in interface IlvProperty
target
- the target objectvoid setValue(Object target, String s) throws ParseException
target
object. A ParseException
will be thrown if
s
is not a valid format for the property.target
- the target objects
- the new value of the propertyParseException
- if the specified string is invalid© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.