|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UaType | |
|---|---|
| com.prosysopc.ua | Common classes for client and server side. |
| com.prosysopc.ua.client | Main client side classes of the SDK. |
| com.prosysopc.ua.client.nodes | Client side implementation classes for the UaNode model. |
| com.prosysopc.ua.nodes | Common UaNode model. |
| com.prosysopc.ua.server | Main server side classes of the SDK. |
| com.prosysopc.ua.server.instantiation | Classes the SDK uses internally for building UaNode instances based on address space. |
| com.prosysopc.ua.server.nodes | Server side implementation classes for the UaNode model. |
| Uses of UaType in com.prosysopc.ua |
|---|
| Methods in com.prosysopc.ua with type parameters of type UaType | ||
|---|---|---|
|
NodeMap.addType(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId type,
String name,
Class<?> javaClass)
Create a type node and add it to the map. |
|
|
NodeMap.addType(T parentType,
org.opcfoundation.ua.builtintypes.NodeId type,
String name,
Class<?> javaClass)
|
|
| Methods in com.prosysopc.ua that return UaType | |
|---|---|
UaType |
EventData.getEventType()
The EventType as a reference to a UaType node. |
| Methods in com.prosysopc.ua with parameters of type UaType | |
|---|---|
void |
EventData.setEventType(UaType eventType)
|
| Uses of UaType in com.prosysopc.ua.client |
|---|
| Methods in com.prosysopc.ua.client that return UaType | |
|---|---|
UaType |
AddressSpace.getType(org.opcfoundation.ua.builtintypes.NodeId typeId)
Get a Type node. |
| Uses of UaType in com.prosysopc.ua.client.nodes |
|---|
| Classes in com.prosysopc.ua.client.nodes that implement UaType | |
|---|---|
class |
UaDataTypeImpl
Straight forward implementation of UaDataType. |
class |
UaObjectTypeImpl
Straight forward implementation of UaObjectType. |
class |
UaReferenceTypeImpl
Straight forward implementation of UaReferenceType. |
class |
UaTypeImpl
Generic type node. |
class |
UaVariableTypeImpl
Straight forward implementation of UaVariableType. |
| Methods in com.prosysopc.ua.client.nodes that return UaType | |
|---|---|
UaType |
UaVariableTypeImpl.getDataType()
|
UaType |
UaVariableImpl.getDataType()
|
UaType |
UaTypeImpl.getSuperType()
|
UaType |
UaInstanceImpl.getTypeDefinition()
|
| Methods in com.prosysopc.ua.client.nodes with parameters of type UaType | |
|---|---|
void |
UaTypeImpl.addSubType(UaType node)
|
boolean |
UaTypeImpl.inheritsFrom(UaType type)
|
void |
UaVariableTypeImpl.setDataType(UaType dataType)
|
void |
UaVariableImpl.setDataType(UaType dataType)
|
void |
UaTypeImpl.setSuperType(UaType parent)
|
void |
UaInstanceImpl.setTypeDefinition(UaType type)
Sets the type of the node. |
| Constructors in com.prosysopc.ua.client.nodes with parameters of type UaType | |
|---|---|
UaPropertyImpl(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName,
UaType dataType)
|
|
UaPropertyImpl(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale,
UaType dataType)
|
|
UaVariableImpl(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName,
UaType dataType)
Create a new variable with a specific data type. |
|
UaVariableImpl(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale,
UaType dataType)
Create a new variable with a specific data type. |
|
| Uses of UaType in com.prosysopc.ua.nodes |
|---|
| Subinterfaces of UaType in com.prosysopc.ua.nodes | |
|---|---|
interface |
UaDataType
Interface definition for OPC UA data type. |
interface |
UaObjectType
Interface definition for OPC UA object type. |
interface |
UaReferenceType
Interface definition of the OPC UA reference type. |
interface |
UaVariableType
Interface definition of the OPC UA variable type. |
| Methods in com.prosysopc.ua.nodes that return UaType | |
|---|---|
UaType |
UaValueNode.getDataType()
|
UaType |
UaType.getSuperType()
|
UaType |
UaInstance.getTypeDefinition()
The UaType object corresponding to TypeDefinitionId. |
| Methods in com.prosysopc.ua.nodes with parameters of type UaType | |
|---|---|
void |
UaType.addSubType(UaType type)
Add a new sub type for the type. |
boolean |
UaType.inheritsFrom(UaType type)
Check if the type inherits from the specified type. |
void |
UaValueNode.setDataType(UaType dataType)
Set the Data Type node. |
void |
UaType.setSuperType(UaType parent)
Set the ModelParent reference. |
void |
UaInstance.setTypeDefinition(UaType type)
Sets the type definition of the node using an UaType node. |
| Uses of UaType in com.prosysopc.ua.server |
|---|
| Methods in com.prosysopc.ua.server with type parameters of type UaType | ||
|---|---|---|
|
NodeManagerUaNode.addType(org.opcfoundation.ua.builtintypes.ExpandedNodeId newTypeDefinitionId,
String name,
T baseType)
|
|
|
NodeManagerUaNode.addType(org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
T baseType)
Add a new Object type Node to the Node Manager. |
|
| Methods in com.prosysopc.ua.server that return UaType | |
|---|---|
UaType |
NodeManagerUaNode.getType(org.opcfoundation.ua.builtintypes.NodeId typeId)
Find the type node with a specific Id |
UaType |
NodeManagerTable.getType(org.opcfoundation.ua.builtintypes.NodeId typeId)
Find the type node with a specific Id |
| Methods in com.prosysopc.ua.server with parameters of type UaType | |
|---|---|
protected Boolean |
FilterOperatorDefinition.eventTypeEquals(UaType filteredEventType,
org.opcfoundation.ua.builtintypes.NodeId filteredEventTypeId,
EventData eventData)
|
protected boolean |
NodeManager.getIsOfType(org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId,
UaType typeDefinition,
org.opcfoundation.ua.builtintypes.NodeId expectedTypeId,
UaType expectedType)
|
boolean |
NodeManager.isOfType(org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId,
UaType typeDefinition,
org.opcfoundation.ua.builtintypes.NodeId expectedTypeId,
UaType expectedType)
Check if the given type is of the expectedType. |
boolean |
NodeManagerTable.isTypeOf(org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId,
UaType typeDefinition,
org.opcfoundation.ua.builtintypes.NodeId expectedTypeId,
UaType expectedType)
|
| Uses of UaType in com.prosysopc.ua.server.instantiation |
|---|
| Methods in com.prosysopc.ua.server.instantiation with parameters of type UaType | |
|---|---|
static TemporaryInstanceDeclaration.Builder |
TemporaryInstanceDeclaration.builder(UaType type)
|
static InstanceDeclarationSet |
InstanceDeclarationSet.createFromType(UaType type)
Creates an InstanceDeclarationSet which has all the InstanceDeclarations that the type has. |
InstanceDeclarationHierarchy |
InstanceDeclarationHierarchyCache.getForType(UaType type)
Returns InstanceDeclarationHierarchy of the given type. |
| Constructors in com.prosysopc.ua.server.instantiation with parameters of type UaType | |
|---|---|
NodeBuilder(NodeManagerUaNode nodeManager,
UaNodeBuilderConfiguration configuration,
UaType type)
Creates a new NodeBuilder, that creates instances of the given type and uses the factory to create the nodes. |
|
| Uses of UaType in com.prosysopc.ua.server.nodes |
|---|
| Subinterfaces of UaType in com.prosysopc.ua.server.nodes | |
|---|---|
interface |
UaExternalNode
|
| Classes in com.prosysopc.ua.server.nodes that implement UaType | |
|---|---|
class |
UaDataTypeNode
Straight forward implementation of UaDataType. |
class |
UaExternalNodeImpl
A server side implementation of the UaExternalNode. |
class |
UaObjectTypeNode
Straight forward implementation of UaObjectType. |
class |
UaReferenceTypeNode
Straight forward implementation of UaReferenceType. |
class |
UaTypeNode
Generic type node. |
class |
UaVariableTypeNode
Straight forward implementation of UaVariableType. |
| Methods in com.prosysopc.ua.server.nodes that return UaType | |
|---|---|
UaType |
UaVariableTypeNode.getDataType()
|
UaType |
UaVariableNode.getDataType()
|
UaType |
ReflectiveVariable.getDataType()
|
UaType |
ReflectiveInstanceVariable.getDataType()
|
UaType |
InstanceVariable.getDataType()
|
protected UaType |
InstanceVariable.getPropertyTypeNode()
|
UaType |
UaTypeNode.getSuperType()
|
UaType |
UaExternalNodeImpl.getSuperType()
|
UaType |
UaInstanceNode.getTypeDefinition()
|
UaType |
InstanceVariable.getTypeDefinition()
|
| Methods in com.prosysopc.ua.server.nodes with parameters of type UaType | |
|---|---|
void |
UaTypeNode.addSubType(UaType node)
|
void |
UaExternalNodeImpl.addSubType(UaType type)
|
boolean |
UaTypeNode.inheritsFrom(UaType type)
|
boolean |
UaExternalNodeImpl.inheritsFrom(UaType type)
|
void |
UaVariableTypeNode.setDataType(UaType dataType)
|
void |
UaVariableNode.setDataType(UaType dataType)
|
void |
InstanceVariable.setDataType(UaType dataType)
|
void |
UaTypeNode.setSuperType(UaType superType)
|
void |
UaExternalNodeImpl.setSuperType(UaType parent)
|
void |
UaVariableNode.setTypeDefinition(UaType type)
|
void |
UaInstanceNode.setTypeDefinition(UaType type)
Sets the type of the node. |
void |
InstanceVariable.setTypeDefinition(UaType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||