public abstract class BaseValueAccessor<V,W> extends Object implements ValueAccessor<V>
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value name.
|
ValueConverter<V,W> |
getValueConverter()
Returns the value converter for this accessor.
|
public String getName()
ValueAccessorReturns the value name.
getName in interface ValueAccessor<V>public ValueConverter<V,W> getValueConverter()
ValueAccessorReturns the value converter for this accessor.
getValueConverter in interface ValueAccessor<V>Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.