Package | Description |
---|---|
net.sf.cuf.model.converter |
This package contains various classes that can be used in a ValueModel chain as value converters.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleStringConverter
A DoubleStringConverter is taking a Double as it's subject value and converting
it to an String as its own value.
|
class |
IntegerStringConverter
A IntegerStringConverter is taking an Long as it's subject value and converting
it to an String as its own value.
|
class |
LongStringConverter
A LongStringConverter is taking an Long as it's subject value and converting
it to an String as its own value.
|
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.