public static enum WorldClockProtocol.DayOfWeek extends Enum<WorldClockProtocol.DayOfWeek> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
| Modifier and Type | Field and Description |
|---|---|
static int |
FRIDAY_VALUE |
static int |
MONDAY_VALUE |
static int |
SATURDAY_VALUE |
static int |
SUNDAY_VALUE |
static int |
THURSDAY_VALUE |
static int |
TUESDAY_VALUE |
static int |
WEDNESDAY_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<WorldClockProtocol.DayOfWeek> |
internalGetValueMap() |
static WorldClockProtocol.DayOfWeek |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WorldClockProtocol.DayOfWeek |
valueOf(int value) |
static WorldClockProtocol.DayOfWeek |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorldClockProtocol.DayOfWeek[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorldClockProtocol.DayOfWeek SUNDAY
public static final WorldClockProtocol.DayOfWeek MONDAY
public static final WorldClockProtocol.DayOfWeek TUESDAY
public static final WorldClockProtocol.DayOfWeek WEDNESDAY
public static final WorldClockProtocol.DayOfWeek THURSDAY
public static final WorldClockProtocol.DayOfWeek FRIDAY
public static final WorldClockProtocol.DayOfWeek SATURDAY
public static final int SUNDAY_VALUE
public static final int MONDAY_VALUE
public static final int TUESDAY_VALUE
public static final int WEDNESDAY_VALUE
public static final int THURSDAY_VALUE
public static final int FRIDAY_VALUE
public static final int SATURDAY_VALUE
public static WorldClockProtocol.DayOfWeek[] values()
for (WorldClockProtocol.DayOfWeek c : WorldClockProtocol.DayOfWeek.values()) System.out.println(c);
public static WorldClockProtocol.DayOfWeek 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static WorldClockProtocol.DayOfWeek valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<WorldClockProtocol.DayOfWeek> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static WorldClockProtocol.DayOfWeek valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2008-2013 The Netty Project. All Rights Reserved.