com.prosysopc.ua.types.opcua.server
Class TwoStateVariableTypeNodeBase
java.lang.Object
com.prosysopc.ua.nodes.AbstractUaNode
com.prosysopc.ua.server.nodes.ServerNode
com.prosysopc.ua.server.nodes.BaseNode
com.prosysopc.ua.server.nodes.UaInstanceNode
com.prosysopc.ua.server.nodes.UaVariableNode
com.prosysopc.ua.server.nodes.CacheVariable
com.prosysopc.ua.server.nodes.AbstractGeneratedVariableNode
com.prosysopc.ua.types.opcua.server.BaseVariableTypeNode
com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNodeBase
com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNode
com.prosysopc.ua.types.opcua.server.StateVariableTypeNodeBase
com.prosysopc.ua.types.opcua.server.StateVariableTypeNode
com.prosysopc.ua.types.opcua.server.TwoStateVariableTypeNodeBase
- All Implemented Interfaces:
- UaInstance, UaNode, UaValueNode, UaVariable, GeneratedNode, BaseDataVariableType, BaseInstanceType, BaseVariableType, StateVariableType, TwoStateVariableType
- Direct Known Subclasses:
- TwoStateVariableTypeNode
public abstract class TwoStateVariableTypeNodeBase
- extends StateVariableTypeNode
- implements TwoStateVariableType
Generated on 2018-05-09 10:46:24
|
Constructor Summary |
protected |
TwoStateVariableTypeNodeBase(NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
|
| Methods inherited from class com.prosysopc.ua.types.opcua.server.StateVariableTypeNodeBase |
getEffectiveDisplayName, getEffectiveDisplayNameNode, getId, getName, getNameNode, getNumber, getNumberNode, getStateVariableTypeNodeInitializer, setEffectiveDisplayName, setId, setName, setNumber, setNumber, setStateVariableTypeNodeInitializer |
| Methods inherited from class com.prosysopc.ua.server.nodes.UaVariableNode |
addProperty, addReflectiveVariable, beforeAddReference, checkPropertyType, checkPropertyType, createDataValue, exposeStructureWithReflectiveVariables, getAccessLevel, getArrayDimensions, getAttributes, getAttributes, getDataType, getDataTypeId, getHistorizing, getMinimumSamplingInterval, getNodeClass, getProperties, getStatus, getUserAccessLevel, getValueRank, hasUserWriteAccess, hasWriteAccess, initSupportedAttributes, isPropertyType, notifyValueChanging, notifyValueChanging, readAttributeValue, semanticsChanged, setAccessLevel, setArrayDimensions, setAttributes, setDataType, setDataTypeId, setHistorizing, setMinimumSamplingInterval, setStatus, setTypeDefinition, setTypeDefinitionId, setUserAccessLevel, setValue, setValue, setValueRank, structureChanged, toString, writeAttributeValue |
| Methods inherited from class com.prosysopc.ua.server.nodes.BaseNode |
addPlainProperty, addPlainVariable, assertTypeSupport, assertTypeSupport, createNodeId, createNodeId, createReflectiveInstanceProperty, createReflectiveInstanceProperty, deleteReference, deleteReference, doAddProperty, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeVersion, getNodeVersionValue, getProperty, getPropertyValue, getReferencesAsList, getStandardBrowseName, getStandardDisplayText, getUserWriteMask, getWriteMask, hasProperty, hasReference, incNodeVersion, initNodeVersion, isChildOfType, readAttribute, readAttribute, registerCallbackProperty, registerPlainInstanceProperty, registerPlainInstanceProperty, registerPlainProperty, registerPlainProperty, registerPlainVariable, registerPlainVariable, registerReflectiveInstanceProperty, registerReflectiveInstanceVariable, registerReflectiveProperty, registerReflectiveVariable, removeProperty, setAccessLevelRecursively, setAccessLevelRecursively, setAttribute, setBrowseName, setDescription, setDisplayName, setNodeVersionValue, setPropertyValue, setUserWriteMask, setWriteMask, writeAttribute |
| Methods inherited from class com.prosysopc.ua.server.nodes.ServerNode |
addComponent, addDataChangeListener, addEventListener, addNewReference, addNewReference, addOrganizes, addProperties, addReference, addReference, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, dataChange, deleteReference, deleteReference, deleteReferences, doDeleteReference, equals, findPlaceholders, fireDataChange, fireEvent, fireEventInParents, getAddressSpace, getDefaultBrowseName, getNodeId, getNodeManager, getReference, getReferenceList, getReferences, getSupportedAttributes, getTargetNodes, hashCode, isAddNotifierReferencesToServerObject, isFalseOrNull, isMandatory, isMonitoredForEvents, isTrueOrNull, isType, referenceTypeInherits, removeComponent, removeDataChangeListener, removeEventListener, setAddNotifierReferencesToServerObject, setReferences, supportsAttribute, translateBrowsePathToNodeIds, validateHasEventSourceChain, validateHasEventSourceChain |
| Methods inherited from interface com.prosysopc.ua.types.opcua.StateVariableType |
getEffectiveDisplayName, getEffectiveDisplayNameNode, getId, getName, getNameNode, getNumber, getNumberNode, setEffectiveDisplayName, setId, setName, setNumber |
| 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 |
TwoStateVariableTypeNodeBase
protected TwoStateVariableTypeNodeBase(NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
afterCreate
public void afterCreate()
- Description copied from interface:
GeneratedNode
- This method is called after NodeBuilder has constructed the instance, it is called for every
sub-node that also implement this interface
- Specified by:
afterCreate in interface GeneratedNode- Overrides:
afterCreate in class StateVariableTypeNode
getTwoStateVariableTypeNodeInitializer
public static GeneratedNodeInitializer<TwoStateVariableTypeNode> getTwoStateVariableTypeNodeInitializer()
setTwoStateVariableTypeNodeInitializer
public static void setTwoStateVariableTypeNodeInitializer(GeneratedNodeInitializer<TwoStateVariableTypeNode> twoStateVariableTypeNodeInitializerNewValue)
getIdNode
public UaProperty getIdNode()
- Specified by:
getIdNode in interface StateVariableType- Specified by:
getIdNode in interface TwoStateVariableType- Overrides:
getIdNode in class StateVariableTypeNodeBase
isId
public Boolean isId()
- Specified by:
isId in interface TwoStateVariableType
setId
public void setId(Boolean value)
- Specified by:
setId in interface TwoStateVariableType
getTransitionTimeNode
public UaProperty getTransitionTimeNode()
- Specified by:
getTransitionTimeNode in interface TwoStateVariableType
getTransitionTime
public org.opcfoundation.ua.builtintypes.DateTime getTransitionTime()
- Specified by:
getTransitionTime in interface TwoStateVariableType
setTransitionTime
public void setTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
- Specified by:
setTransitionTime in interface TwoStateVariableType
getEffectiveTransitionTimeNode
public UaProperty getEffectiveTransitionTimeNode()
- Specified by:
getEffectiveTransitionTimeNode in interface TwoStateVariableType
getEffectiveTransitionTime
public org.opcfoundation.ua.builtintypes.DateTime getEffectiveTransitionTime()
- Specified by:
getEffectiveTransitionTime in interface TwoStateVariableType
setEffectiveTransitionTime
public void setEffectiveTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
- Specified by:
setEffectiveTransitionTime in interface TwoStateVariableType
getTrueStateNode
public UaProperty getTrueStateNode()
- Specified by:
getTrueStateNode in interface TwoStateVariableType
getTrueState
public org.opcfoundation.ua.builtintypes.LocalizedText getTrueState()
- Specified by:
getTrueState in interface TwoStateVariableType
setTrueState
public void setTrueState(org.opcfoundation.ua.builtintypes.LocalizedText value)
- Specified by:
setTrueState in interface TwoStateVariableType
getFalseStateNode
public UaProperty getFalseStateNode()
- Specified by:
getFalseStateNode in interface TwoStateVariableType
getFalseState
public org.opcfoundation.ua.builtintypes.LocalizedText getFalseState()
- Specified by:
getFalseState in interface TwoStateVariableType
setFalseState
public void setFalseState(org.opcfoundation.ua.builtintypes.LocalizedText value)
- Specified by:
setFalseState in interface TwoStateVariableType
Copyright © 2018. All rights reserved.