| Package | Description |
|---|---|
| de.saxsys.mvvmfx.utils.mapping |
| Class and Description |
|---|
| BooleanGetter
A functional interface to define a getter method of type
Boolean. |
| BooleanPropertyAccessor
A functional interface to define an accessor method for a property of type
Boolean. |
| BooleanSetter
A functional interface to define a setter method of type
Boolean. |
| DoubleGetter
A functional interface to define a getter method of type
Double. |
| DoublePropertyAccessor
A functional interface to define an accessor method for a property of type
Double. |
| DoubleSetter
A functional interface to define a setter method of type
Double. |
| FloatGetter
A functional interface to define a getter method of type
Float. |
| FloatPropertyAccessor
A functional interface to define an accessor method for a property of type
Float. |
| FloatSetter
A functional interface to define a setter method of type
Float. |
| IntGetter
A functional interface to define a getter method of type
Integer. |
| IntPropertyAccessor
A functional interface to define an accessor method for a property of type
Integer. |
| IntSetter
A functional interface to define a setter method of type
Integer. |
| ListGetter
A functional interface to define a getter method of a list type.
|
| ListPropertyAccessor
A functional interface to define an accessor method for a property of a list type.
|
| ListSetter
A functional interface to define a setter method of a list type.
|
| LongGetter
A functional interface to define a getter method of type
Long. |
| LongPropertyAccessor
A functional interface to define an accessor method for a property of type
Long. |
| LongSetter
A functional interface to define a setter method of type
Long. |
| ObjectGetter
A functional interface to define a getter method of a generic type.
|
| ObjectPropertyAccessor
A functional interface to define an accessor method for a property of a generic type.
|
| ObjectSetter
A functional interface to define a setter method of a generic type.
|
| StringGetter
A functional interface to define a getter method of type
String. |
| StringPropertyAccessor
A functional interface to define an accessor method for a property of type
String. |
| StringSetter
A functional interface to define a setter method of type
String. |
Copyright © 2016 Saxonia Systems AG. All rights reserved.