org.opcfoundation.ua.core
Class EnumValueType

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

public class EnumValueType
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
protected  LocalizedText Description
           
protected  LocalizedText DisplayName
           
static ExpandedNodeId ID
           
protected  Long Value
           
static ExpandedNodeId XML
           
 
Constructor Summary
EnumValueType()
           
EnumValueType(Long Value, LocalizedText DisplayName, LocalizedText Description)
           
 
Method Summary
 EnumValueType clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 LocalizedText getDescription()
           
 LocalizedText getDisplayName()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 Long getValue()
           
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setDescription(LocalizedText Description)
           
 void setDisplayName(LocalizedText DisplayName)
           
 void setValue(Long 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 Long Value

DisplayName

protected LocalizedText DisplayName

Description

protected LocalizedText Description
Constructor Detail

EnumValueType

public EnumValueType()

EnumValueType

public EnumValueType(Long Value,
                     LocalizedText DisplayName,
                     LocalizedText Description)
Method Detail

getValue

public Long getValue()

setValue

public void setValue(Long Value)

getDisplayName

public LocalizedText getDisplayName()

setDisplayName

public void setDisplayName(LocalizedText DisplayName)

getDescription

public LocalizedText getDescription()

setDescription

public void setDescription(LocalizedText Description)

clone

public EnumValueType clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class AbstractStructure
Returns:
cloned EnumValueType

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.