Time

public enum Time implements ProtocolMessageEnum
This enumeration defines restriction for date/time values.
Protobuf enum Time

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
public final static int FUTURE_VALUE
The value must be in the future.
FUTURE = 2;
Link copied to clipboard
public final static int PAST_VALUE
The value must be in the past.
PAST = 1;
Link copied to clipboard
public final static int TIME_UNDEFINED_VALUE
The default value (if the time option is not set).
TIME_UNDEFINED = 0;

Functions

Link copied to clipboard
public static Time forNumber(int value)
Link copied to clipboard
public final static Descriptors.EnumDescriptor getDescriptor()
Link copied to clipboard
public final Descriptors.EnumDescriptor getDescriptorForType()
Link copied to clipboard
public final int getNumber()
Link copied to clipboard
public final Descriptors.EnumValueDescriptor getValueDescriptor()
Link copied to clipboard
public static Internal.EnumLiteMap<Time> internalGetValueMap()
Link copied to clipboard
public static Time valueOf(Descriptors.EnumValueDescriptor desc)
public static Time valueOf(int value)

public static Time valueOf(String name)
Returns the enum constant of this type with the specified name.
Link copied to clipboard
public static Array<Time> values()
Returns an array containing the constants of this enum type, in the order they're declared.