public abstract class IlvSymbolParameterAccessor extends Object
IlvSymbolParameterAccessor
for each symbol parameter.Modifier | Constructor and Description |
---|---|
protected |
IlvSymbolParameterAccessor()
Constructs an
IlvSymbolParameterAccessor object. |
Modifier and Type | Method and Description |
---|---|
abstract String |
getID()
Returns the symbol parameter ID.
|
String |
getMapping()
Returns the symbol parameter mapping.
|
abstract Object |
getValue()
Returns the symbol parameter value.
|
abstract Class<?> |
getValueType()
Returns the symbol parameter value type.
|
void |
setMapping(String mapping)
Sets the symbol parameter property mapping.
|
abstract void |
setValue(Object value)
Sets the symbol parameter value.
|
protected IlvSymbolParameterAccessor()
IlvSymbolParameterAccessor
object.public abstract String getID()
public abstract void setValue(Object value)
value
- The new parameter value.public abstract Object getValue()
public abstract Class<?> getValueType()
public void setMapping(String mapping)
mapping
- The name of the mapped property.public String getMapping()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.