|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UaDataType | |
|---|---|
| com.prosysopc.ua | Common classes for client and server side. |
| com.prosysopc.ua.client.nodes | Client side implementation classes for the UaNode model. |
| com.prosysopc.ua.server | Main server side classes of the SDK. |
| com.prosysopc.ua.server.nodes | Server side implementation classes for the UaNode model. |
| Uses of UaDataType in com.prosysopc.ua |
|---|
| Methods in com.prosysopc.ua that return UaDataType | |
|---|---|
UaDataType |
DataTypeConverter.getDataTypeForJavaClass(Class<?> clazz)
Returns a UA data type that corresponds to a Java class. |
UaDataType[] |
DataTypeConverter.getDataTypesForJavaClass(Class<?> clazz)
Returns the UA data type that corresponds to a Java class. |
| Methods in com.prosysopc.ua with parameters of type UaDataType | |
|---|---|
org.opcfoundation.ua.builtintypes.Variant |
DataTypeConverter.convert(org.opcfoundation.ua.builtintypes.Variant value,
UaDataType dataType)
Convert a variant value to a new Variant of the specified dataType. |
protected Object |
DataTypeConverter.numberToInteger(Number number,
UaDataType dataType)
Converts a Number to a UA integer value |
org.opcfoundation.ua.builtintypes.Variant |
DataTypeConverter.parseVariant(String string,
UaDataType dataType)
Parse a string to a Variant of the specified data type. |
| Uses of UaDataType in com.prosysopc.ua.client.nodes |
|---|
| Classes in com.prosysopc.ua.client.nodes that implement UaDataType | |
|---|---|
class |
UaDataTypeImpl
Straight forward implementation of UaDataType. |
| Uses of UaDataType in com.prosysopc.ua.server |
|---|
| Methods in com.prosysopc.ua.server that return UaDataType | |
|---|---|
protected UaDataType |
NodeManagerRoot.getBaseDataType()
|
| Uses of UaDataType in com.prosysopc.ua.server.nodes |
|---|
| Classes in com.prosysopc.ua.server.nodes that implement UaDataType | |
|---|---|
class |
UaDataTypeNode
Straight forward implementation of UaDataType. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||