See: Description
| Interface | Description |
|---|---|
| ConfigurationChangeListener |
This interface is used by the application to listen to configuration changes.
|
| PropertyEditor |
PropertyEditor is the interface to get and set properties
from/to the underlying subsystem. |
| PropertyGetter |
PropertyGetter is the interface to get properties from/to the
underlying subsystem. |
| Class | Description |
|---|---|
| BooleanProperty |
BooleanProperty is the class that implements the property of
type Boolean. |
| CharacterProperty |
CharacterProperty is the class that implements the property of
type Character. |
| ConfigurationManager |
ConfigurationManager gives the developer the ability to browse and set the configuration properties of the device. |
| EnumProperty<E extends java.lang.Enum<E>> |
EnumProperty is the class that implements the property of type
Enum. |
| NumericProperty |
NumericProperty is the class that implements the property of
type Integer. |
| Property<T> |
Property is the abstract class that represents a generic Property of type T. |
| PropertyGroup |
PropertyGroup contains properties and/or other property groups. |
| PropertyGroupID |
PropertyGroupID is the class that includes all the property group identifiers. |
| PropertyID |
PropertyID is the class that includes all the properties
identifiers.The Propertys are organized in a tree. |
| TextProperty |
TextProperty is the class that implements the property of type
String. |
| Enum | Description |
|---|---|
| PropertyType |
PropertyType is the enumerative class representing the Property types. |
| Wifi802Dot11Mode | |
| WifiBandSelection | |
| WifiPowerSave |
| Exception | Description |
|---|---|
| ConfigException |
ConfigException is used for configuration related errors. |
This package contains model classes and interfaces to handle the different properties.