protected static enum SyncProtocol.ValueType extends Enum<SyncProtocol.ValueType>
| Modifier and Type | Method and Description |
|---|---|
static SyncProtocol.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncProtocol.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncProtocol.ValueType STATUS
public static final SyncProtocol.ValueType BOOLEAN
public static final SyncProtocol.ValueType NUMBER64
public static final SyncProtocol.ValueType STRING
public static SyncProtocol.ValueType[] values()
for (SyncProtocol.ValueType c : SyncProtocol.ValueType.values()) System.out.println(c);
public static SyncProtocol.ValueType 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 nullCopyright © 2009–2021. All rights reserved.