public static enum UaApplication.Protocol extends Enum<UaApplication.Protocol>
| Modifier and Type | Method and Description |
|---|---|
String |
getTransportProfileUri() |
static UaApplication.Protocol |
parseProtocol(String s)
Parses the protocol from the string representation.
|
String |
toString() |
static UaApplication.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UaApplication.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UaApplication.Protocol Http
public static final UaApplication.Protocol OpcHttps
public static final UaApplication.Protocol OpcTcp
public static UaApplication.Protocol[] values()
for (UaApplication.Protocol c : UaApplication.Protocol.values()) System.out.println(c);
public static UaApplication.Protocol valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static UaApplication.Protocol parseProtocol(String s)
public String getTransportProfileUri()
Server class.public String toString()
toString in class Enum<UaApplication.Protocol>Copyright © 2026. All rights reserved.