org.opcfoundation.ua.transport.tcp.io
Enum ITransportChannel.TransportChannelFeature
java.lang.Object
java.lang.Enum<ITransportChannel.TransportChannelFeature>
org.opcfoundation.ua.transport.tcp.io.ITransportChannel.TransportChannelFeature
- All Implemented Interfaces:
- Serializable, Comparable<ITransportChannel.TransportChannelFeature>
- Enclosing interface:
- ITransportChannel
public static enum ITransportChannel.TransportChannelFeature
- extends Enum<ITransportChannel.TransportChannelFeature>
open
public static final ITransportChannel.TransportChannelFeature open
openAsync
public static final ITransportChannel.TransportChannelFeature openAsync
reconnect
public static final ITransportChannel.TransportChannelFeature reconnect
reconnectAsync
public static final ITransportChannel.TransportChannelFeature reconnectAsync
sendRequest
public static final ITransportChannel.TransportChannelFeature sendRequest
sendRequestAsync
public static final ITransportChannel.TransportChannelFeature sendRequestAsync
close
public static final ITransportChannel.TransportChannelFeature close
closeAync
public static final ITransportChannel.TransportChannelFeature closeAync
values
public static ITransportChannel.TransportChannelFeature[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ITransportChannel.TransportChannelFeature c : ITransportChannel.TransportChannelFeature.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ITransportChannel.TransportChannelFeature valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2018. All rights reserved.