| Package | Description |
|---|---|
| com.codename1.properties |
High level property objects that allow us to replace getters/setters in business objects with more convenient
storage/parsing mappings while retaining type safety.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteProperty<K>
This is the byte specific version of numeric property
|
class |
CharProperty<K>
This is the char specific version of numeric property
|
class |
DoubleProperty<K>
This is the double specific version of numeric property
|
class |
FloatProperty<K>
This is the float specific version of numeric property
|
class |
IntProperty<K>
This is the integer specific version of numeric property
|
class |
LongProperty<K>
This is the long specific version of numeric property
|
Copyright © 2022. All rights reserved.