Property.BasicProperty<T>| Constructor and Description |
|---|
BasicProperty(com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName,
com.digitalpetri.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
Class<T> javaType) |
| Modifier and Type | Method and Description |
|---|---|
com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName |
getBrowseName() |
com.digitalpetri.opcua.stack.core.types.builtin.NodeId |
getDataType() |
Class<T> |
getJavaType() |
Integer |
getValueRank() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArrayDimensionspublic com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName getBrowseName()
getBrowseName in interface Property<T>public com.digitalpetri.opcua.stack.core.types.builtin.NodeId getDataType()
getDataType in interface Property<T>public Integer getValueRank()
getValueRank in interface Property<T>public Class<T> getJavaType()
getJavaType in interface Property<T>Copyright © 2015. All rights reserved.