Enum Class FigureDescriptor.SourceType
java.lang.Object
java.lang.Enum<FigureDescriptor.SourceType>
io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<FigureDescriptor.SourceType>
,java.lang.constant.Constable
- Enclosing class:
- FigureDescriptor
public static enum FigureDescriptor.SourceType
extends Enum<FigureDescriptor.SourceType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCLOSE = 11;
COLOR = 15;
HIGH = 9;
HOVER_TEXT = 17;
LABEL = 14;
LOW = 10;
OPEN = 8;
PARENT = 16;
SHAPE = 12;
SIZE = 13;
TEXT = 18;
TIME = 7;
X = 0;
X_HIGH = 4;
X_LOW = 3;
Y = 1;
Y_HIGH = 6;
Y_LOW = 5;
Z = 2;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
CLOSE = 11;
static final int
COLOR = 15;
static final int
HIGH = 9;
static final int
HOVER_TEXT = 17;
static final int
LABEL = 14;
static final int
LOW = 10;
static final int
OPEN = 8;
static final int
PARENT = 16;
static final int
SHAPE = 12;
static final int
SIZE = 13;
static final int
TEXT = 18;
static final int
TIME = 7;
static final int
X_HIGH = 4;
static final int
X_LOW = 3;
static final int
X = 0;
static final int
Y_HIGH = 6;
static final int
Y_LOW = 5;
static final int
Y = 1;
static final int
Z = 2;
-
Method Summary
Modifier and TypeMethodDescriptionstatic FigureDescriptor.SourceType
forNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<FigureDescriptor.SourceType>
static FigureDescriptor.SourceType
valueOf
(int value) Deprecated.static FigureDescriptor.SourceType
valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static FigureDescriptor.SourceType
Returns the enum constant of this class with the specified name.static FigureDescriptor.SourceType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
X
X = 0;
-
Y
Y = 1;
-
Z
Z = 2;
-
X_LOW
X_LOW = 3;
-
X_HIGH
X_HIGH = 4;
-
Y_LOW
Y_LOW = 5;
-
Y_HIGH
Y_HIGH = 6;
-
TIME
TIME = 7;
-
OPEN
OPEN = 8;
-
HIGH
HIGH = 9;
-
LOW
LOW = 10;
-
CLOSE
CLOSE = 11;
-
SHAPE
SHAPE = 12;
-
SIZE
SIZE = 13;
-
LABEL
LABEL = 14;
-
COLOR
COLOR = 15;
-
PARENT
PARENT = 16;
-
HOVER_TEXT
HOVER_TEXT = 17;
-
TEXT
TEXT = 18;
-
UNRECOGNIZED
-
-
Field Details
-
X_VALUE
public static final int X_VALUEX = 0;
- See Also:
-
Y_VALUE
public static final int Y_VALUEY = 1;
- See Also:
-
Z_VALUE
public static final int Z_VALUEZ = 2;
- See Also:
-
X_LOW_VALUE
public static final int X_LOW_VALUEX_LOW = 3;
- See Also:
-
X_HIGH_VALUE
public static final int X_HIGH_VALUEX_HIGH = 4;
- See Also:
-
Y_LOW_VALUE
public static final int Y_LOW_VALUEY_LOW = 5;
- See Also:
-
Y_HIGH_VALUE
public static final int Y_HIGH_VALUEY_HIGH = 6;
- See Also:
-
TIME_VALUE
public static final int TIME_VALUETIME = 7;
- See Also:
-
OPEN_VALUE
public static final int OPEN_VALUEOPEN = 8;
- See Also:
-
HIGH_VALUE
public static final int HIGH_VALUEHIGH = 9;
- See Also:
-
LOW_VALUE
public static final int LOW_VALUELOW = 10;
- See Also:
-
CLOSE_VALUE
public static final int CLOSE_VALUECLOSE = 11;
- See Also:
-
SHAPE_VALUE
public static final int SHAPE_VALUESHAPE = 12;
- See Also:
-
SIZE_VALUE
public static final int SIZE_VALUESIZE = 13;
- See Also:
-
LABEL_VALUE
public static final int LABEL_VALUELABEL = 14;
- See Also:
-
COLOR_VALUE
public static final int COLOR_VALUECOLOR = 15;
- See Also:
-
PARENT_VALUE
public static final int PARENT_VALUEPARENT = 16;
- See Also:
-
HOVER_TEXT_VALUE
public static final int HOVER_TEXT_VALUEHOVER_TEXT = 17;
- See Also:
-
TEXT_VALUE
public static final int TEXT_VALUETEXT = 18;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<FigureDescriptor.SourceType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static FigureDescriptor.SourceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-