public final class PhysicalAddressDictionary extends DictionaryProperty<PhysicalAddressKey,PhysicalAddressEntry>
Constructor and Description |
---|
PhysicalAddressDictionary() |
Modifier and Type | Method and Description |
---|---|
protected PhysicalAddressEntry |
createEntryInstance()
Creates instance of dictionary entry.
|
PhysicalAddressEntry |
getPhysicalAddress(PhysicalAddressKey key)
Gets the physical address at the specified key.
|
void |
setPhysicalAddress(PhysicalAddressKey key,
PhysicalAddressEntry value)
Sets the physical address.
|
boolean |
tryGetValue(PhysicalAddressKey key,
OutParam<PhysicalAddressEntry> outparam)
Tries to get the physical address associated with the specified key.
|
clearChangeLog, complexPropertyChanged, contains, createEntry, getEntries, getEntryXmlElementName, getFieldIndex, getFieldURI, internalAdd, internalAddOrReplace, internalRemove, loadFromXml, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, func, getNamespace, internalValidate, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml
public PhysicalAddressDictionary()
protected PhysicalAddressEntry createEntryInstance()
createEntryInstance
in class DictionaryProperty<PhysicalAddressKey,PhysicalAddressEntry>
public PhysicalAddressEntry getPhysicalAddress(PhysicalAddressKey key)
key
- the keypublic void setPhysicalAddress(PhysicalAddressKey key, PhysicalAddressEntry value)
key
- the keyvalue
- the valuepublic boolean tryGetValue(PhysicalAddressKey key, OutParam<PhysicalAddressEntry> outparam)
key
- the keyoutparam
- the outparamCopyright © 2012–2015 Microsoft. All rights reserved.