public static enum TlvParameterFactoryClientCtrl.ConnectionType extends Enum<TlvParameterFactoryClientCtrl.ConnectionType>
| Modifier and Type | Method and Description |
|---|---|
byte |
getValue() |
static TlvParameterFactoryClientCtrl.ConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlvParameterFactoryClientCtrl.ConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TlvParameterFactoryClientCtrl.ConnectionType Basic
public static final TlvParameterFactoryClientCtrl.ConnectionType XA
public static TlvParameterFactoryClientCtrl.ConnectionType[] values()
for (TlvParameterFactoryClientCtrl.ConnectionType c : TlvParameterFactoryClientCtrl.ConnectionType.values()) System.out.println(c);
public static TlvParameterFactoryClientCtrl.ConnectionType 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 byte getValue()
Copyright 2004-2021 Solace Corporation. All rights reserved.