|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.EnumValueType
public class EnumValueType
| 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 |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected Long Value
protected LocalizedText DisplayName
protected LocalizedText Description
| Constructor Detail |
|---|
public EnumValueType()
public EnumValueType(Long Value,
LocalizedText DisplayName,
LocalizedText Description)
| Method Detail |
|---|
public Long getValue()
public void setValue(Long Value)
public LocalizedText getDisplayName()
public void setDisplayName(LocalizedText DisplayName)
public LocalizedText getDescription()
public void setDescription(LocalizedText Description)
public EnumValueType clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
ExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
ExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
ExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||