com.prosysopc.ua.types.di
Interface ConfigurableObjectType

All Superinterfaces:
BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
AccessorySlotType
All Known Implementing Classes:
AccessorySlotTypeImpl, AccessorySlotTypeImplBase, AccessorySlotTypeNode, AccessorySlotTypeNodeBase, ConfigurableObjectTypeImpl, ConfigurableObjectTypeImplBase, ConfigurableObjectTypeNode, ConfigurableObjectTypeNodeBase

public interface ConfigurableObjectType
extends BaseObjectType

Defines a general pattern to expose and configure modular components

Generated on 2018-05-09 10:45:31


Field Summary
static String OBJECT_IDENTIFIER
           
static String SUPPORTED_TYPES
           
 
Method Summary
 FolderType getSupportedTypesNode()
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Field Detail

SUPPORTED_TYPES

static final String SUPPORTED_TYPES
See Also:
Constant Field Values

OBJECT_IDENTIFIER

static final String OBJECT_IDENTIFIER
See Also:
Constant Field Values
Method Detail

getSupportedTypesNode

FolderType getSupportedTypesNode()


Copyright © 2018. All rights reserved.