public enum SemanticType extends Enum<SemanticType>
Modifier and Type | Method and Description |
---|---|
io.greptime.v1.Common.SemanticType |
toProtoValue()
Converts to the corresponding proto value.
|
static SemanticType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemanticType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SemanticType Tag
public static final SemanticType Field
public static final SemanticType Timestamp
public static SemanticType[] values()
for (SemanticType c : SemanticType.values()) System.out.println(c);
public static SemanticType 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 io.greptime.v1.Common.SemanticType toProtoValue()
Copyright © 2025. All rights reserved.