public static enum RemoteCacheContainer.ProtocolVersion extends Enum<RemoteCacheContainer.ProtocolVersion>
Enum Constant and Description |
---|
ONE_0 |
ONE_1 |
ONE_2 |
ONE_3 |
TWO_0 |
TWO_1 |
TWO_2 |
TWO_3 |
TWO_4 |
TWO_5 |
TWO_6 |
TWO_7 |
TWO_8 |
TWO_9 |
Modifier and Type | Method and Description |
---|---|
String |
getAllowedValue()
Returns the allowed value for the management model.
|
String |
toString() |
static RemoteCacheContainer.ProtocolVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteCacheContainer.ProtocolVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteCacheContainer.ProtocolVersion ONE_0
public static final RemoteCacheContainer.ProtocolVersion ONE_1
public static final RemoteCacheContainer.ProtocolVersion ONE_2
public static final RemoteCacheContainer.ProtocolVersion ONE_3
public static final RemoteCacheContainer.ProtocolVersion TWO_0
public static final RemoteCacheContainer.ProtocolVersion TWO_1
public static final RemoteCacheContainer.ProtocolVersion TWO_2
public static final RemoteCacheContainer.ProtocolVersion TWO_3
public static final RemoteCacheContainer.ProtocolVersion TWO_4
public static final RemoteCacheContainer.ProtocolVersion TWO_5
public static final RemoteCacheContainer.ProtocolVersion TWO_6
public static final RemoteCacheContainer.ProtocolVersion TWO_7
public static final RemoteCacheContainer.ProtocolVersion TWO_8
public static final RemoteCacheContainer.ProtocolVersion TWO_9
public static RemoteCacheContainer.ProtocolVersion[] values()
for (RemoteCacheContainer.ProtocolVersion c : RemoteCacheContainer.ProtocolVersion.values()) System.out.println(c);
public static RemoteCacheContainer.ProtocolVersion 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 String getAllowedValue()
public String toString()
toString
in class Enum<RemoteCacheContainer.ProtocolVersion>
Copyright © 2019 JBoss by Red Hat. All rights reserved.