org.opcfoundation.ua.core
Class LiteralOperand

java.lang.Object
  extended by org.opcfoundation.ua.utils.AbstractStructure
      extended by org.opcfoundation.ua.core.FilterOperand
          extended by org.opcfoundation.ua.core.LiteralOperand
All Implemented Interfaces:
Cloneable, Structure, IEncodeable

public class LiteralOperand
extends FilterOperand


Field Summary
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  Variant Value
           
static ExpandedNodeId XML
           
 
Constructor Summary
LiteralOperand()
           
LiteralOperand(Variant Value)
           
 
Method Summary
 LiteralOperand clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 ExpandedNodeId getTypeId()
          getTypeId.
 Variant getValue()
           
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setValue(Variant Value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final ExpandedNodeId ID

BINARY

public static final ExpandedNodeId BINARY

XML

public static final ExpandedNodeId XML

Value

protected Variant Value
Constructor Detail

LiteralOperand

public LiteralOperand()

LiteralOperand

public LiteralOperand(Variant Value)
Method Detail

getValue

public Variant getValue()

setValue

public void setValue(Variant Value)

clone

public LiteralOperand clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class FilterOperand
Returns:
cloned LiteralOperand

equals

public boolean equals(Object obj)
Overrides:
equals in class FilterOperand

hashCode

public int hashCode()
Overrides:
hashCode in class FilterOperand

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Specified by:
getTypeId in interface Structure
Overrides:
getTypeId in class FilterOperand
Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Specified by:
getXmlEncodeId in interface Structure
Overrides:
getXmlEncodeId in class FilterOperand
Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Specified by:
getBinaryEncodeId in interface Structure
Overrides:
getBinaryEncodeId in class FilterOperand
Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class FilterOperand


Copyright © 2018. All rights reserved.