| Package | Description |
|---|---|
| com.prosysopc.ua.typedictionary |
Dynamic
Structure handing based on
TypeDictionarys read from the server address space. |
| Modifier and Type | Method and Description |
|---|---|
DynamicEnumeration |
DynamicEnumeration.Builder.build() |
DynamicEnumeration |
EnumerationSpecification.createEnumerationFromInteger(int value)
Deprecated.
this method works only for non-code-generated Enumerations, use
EnumerationSpecification.getByValue(Integer) instead. |
DynamicEnumeration |
EnumerationSpecification.createEnumerationFromString(String value)
Deprecated.
this method works only for non-code-generated Enumerations, use
EnumerationSpecification.getByName(String) instead. |
static DynamicEnumeration |
DynamicEnumeration.valueOf(int value)
Deprecated.
should not be used, see text of the javadocs.
|
Copyright © 2026. All rights reserved.