|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NodeIdEncoding>
org.opcfoundation.ua.encoding.binary.NodeIdEncoding
public enum NodeIdEncoding
NodeId binary encoding byte.
| Enum Constant Summary | |
|---|---|
ByteString
|
|
FourByte
|
|
Guid
|
|
Numeric
|
|
String
|
|
TwoByte
|
|
| Method Summary | |
|---|---|
byte |
getBits()
Getter for the field bits. |
static NodeIdEncoding |
getNodeIdEncoding(int bits)
getNodeIdEncoding. |
IdType |
toIdentifierType()
toIdentifierType. |
static NodeIdEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeIdEncoding[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NodeIdEncoding TwoByte
public static final NodeIdEncoding FourByte
public static final NodeIdEncoding Numeric
public static final NodeIdEncoding String
public static final NodeIdEncoding Guid
public static final NodeIdEncoding ByteString
| Method Detail |
|---|
public static NodeIdEncoding[] values()
for (NodeIdEncoding c : NodeIdEncoding.values()) System.out.println(c);
public static NodeIdEncoding valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic byte getBits()
Getter for the field bits.
public IdType toIdentifierType()
toIdentifierType.
IdType object.public static NodeIdEncoding getNodeIdEncoding(int bits)
getNodeIdEncoding.
bits - a int.
NodeIdEncoding object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||