public enum SubType extends Enum<SubType>
| Enum Constant and Description |
|---|
Exclusive
Exclusive = 0; |
Failover
Failover = 2; |
Key_Shared
Key_Shared = 3; |
Shared
Shared = 1; |
| Modifier and Type | Method and Description |
|---|---|
protected com.turtlequeue.sdk.api.proto.Tq.SubType |
toTqSubType() |
static SubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubType Exclusive
Exclusive = 0;public static final SubType Shared
Shared = 1;public static final SubType Failover
Failover = 2;public static final SubType Key_Shared
Key_Shared = 3;public static SubType[] values()
for (SubType c : SubType.values()) System.out.println(c);
public static SubType 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 nullprotected com.turtlequeue.sdk.api.proto.Tq.SubType toTqSubType()
Copyright © 2019-2021, TurtleQueue All Rights Reserved. Use is subject to license terms.