|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ws4d.java.configuration.DeviceProperties
public class DeviceProperties
Device properties.
Field Summary | |
---|---|
static java.lang.Integer |
DEFAULT_CONFIGURATION_ID
|
static java.lang.String |
PROP_BINDING
Property identifier of a binding. |
static java.lang.String |
PROP_CONFIGURATION_ID
Property identifier of the configuration id, used while constructing a DefaultDevice.DefaultDevice(int) |
static java.lang.String |
PROP_DEVICE_UUID
Property identifier of the stable globally-unique identifier of device. |
static java.lang.String |
PROP_FIRMWARE_VERSION
Property identifier of the device data property "FirmwareVersion". |
static java.lang.String |
PROP_FRIENDLY_NAME
Property identifier of the device data property "FriendlyName". |
static java.lang.String |
PROP_MANUFACTUERE_URL
Property identifier of the model data property "ManufacturerUrl". |
static java.lang.String |
PROP_MANUFACTURER_NAME
Property identifier of the model data property "ManufacturerName". |
static java.lang.String |
PROP_METADATA_VERSION
Property identifier of the metadata version of device. |
static java.lang.String |
PROP_MODEL_NAME
Property identifier of the model data property "ModelName". |
static java.lang.String |
PROP_MODEL_NUMBER
Property identifier of the model data property "ModelNumber". |
static java.lang.String |
PROP_MODEL_URL
Property identifier of the model data property "ModelUrl". |
static java.lang.String |
PROP_PRESENTATION_URL
Property identifier of the model data property "PresentationUrl". |
static java.lang.String |
PROP_SCOPES
Property identifier of the list of device scopes. |
static java.lang.String |
PROP_SEC
|
static java.lang.String |
PROP_SEC_PRIVATEKEY_ALIAS
|
static java.lang.String |
PROP_SEC_PRIVATEKEY_PASS
|
static java.lang.String |
PROP_SERIAL_NUMBER
Property identifier of the device data property "SerialNumber". |
static java.lang.String |
PROP_TYPES
Property identifier of the device port types. |
Constructor Summary | |
---|---|
DeviceProperties()
|
|
DeviceProperties(DeviceProperties props)
Copy Constructor. creates a clone of the passed-in instance. |
Method Summary | |
---|---|
List |
getBindings()
|
java.lang.Integer |
getConfigurationId()
|
ThisDeviceMData |
getDeviceData()
|
List |
getDiscoveryBindings()
|
DiscoveryData |
getDiscoveryData()
|
ThisModelMData |
getModelData()
|
java.lang.String |
getPrivateKeyAlias()
|
java.lang.String |
getPrivateKeyPass()
|
boolean |
useSecurity()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROP_CONFIGURATION_ID
DefaultDevice.DefaultDevice(int)
public static final java.lang.String PROP_DEVICE_UUID
public static final java.lang.String PROP_METADATA_VERSION
public static final java.lang.String PROP_TYPES
QName
s
public static final java.lang.String PROP_SCOPES
URI
public static final java.lang.String PROP_BINDING
public static final java.lang.String PROP_SEC
public static final java.lang.String PROP_SEC_PRIVATEKEY_ALIAS
public static final java.lang.String PROP_SEC_PRIVATEKEY_PASS
public static final java.lang.String PROP_MANUFACTUERE_URL
public static final java.lang.String PROP_MANUFACTURER_NAME
public static final java.lang.String PROP_MODEL_NAME
public static final java.lang.String PROP_MODEL_NUMBER
public static final java.lang.String PROP_MODEL_URL
public static final java.lang.String PROP_PRESENTATION_URL
public static final java.lang.String PROP_FRIENDLY_NAME
public static final java.lang.String PROP_FIRMWARE_VERSION
public static final java.lang.String PROP_SERIAL_NUMBER
public static final java.lang.Integer DEFAULT_CONFIGURATION_ID
Constructor Detail |
---|
public DeviceProperties()
public DeviceProperties(DeviceProperties props)
Method Detail |
---|
public java.lang.Integer getConfigurationId()
public List getBindings()
public List getDiscoveryBindings()
public DiscoveryData getDiscoveryData()
public ThisModelMData getModelData()
public ThisDeviceMData getDeviceData()
public boolean useSecurity()
public java.lang.String getPrivateKeyAlias()
public java.lang.String getPrivateKeyPass()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |