public static enum ProxyTypeRegistry.ProxyType extends java.lang.Enum<ProxyTypeRegistry.ProxyType>
| Enum Constant and Description |
|---|
ADMIN |
CONSUMER |
DESERIALIZER |
PRODUCER |
SERIALIZER |
| Modifier and Type | Method and Description |
|---|---|
static ProxyTypeRegistry.ProxyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProxyTypeRegistry.ProxyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyTypeRegistry.ProxyType ADMIN
public static final ProxyTypeRegistry.ProxyType CONSUMER
public static final ProxyTypeRegistry.ProxyType PRODUCER
public static final ProxyTypeRegistry.ProxyType DESERIALIZER
public static final ProxyTypeRegistry.ProxyType SERIALIZER
public static ProxyTypeRegistry.ProxyType[] values()
for (ProxyTypeRegistry.ProxyType c : ProxyTypeRegistry.ProxyType.values()) System.out.println(c);
public static ProxyTypeRegistry.ProxyType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2020–2022 Axual B.V.. All rights reserved.