class ValueType : ProtocolMessageEnum
Protobuf enum io.floodplain.protobuf.generated.ValueProtobuf.ValueType
STRING |
|
INTEGER |
|
LONG |
|
DOUBLE |
|
FLOAT |
|
BOOLEAN |
|
BINARY_DIGEST |
|
DATE |
|
CLOCKTIME |
|
LIST |
|
BINARY |
|
COORDINATE |
|
ENUM |
|
STRINGLIST |
|
DECIMAL |
|
TIMESTAMP |
|
UNRECOGNIZED |
BINARY_DIGEST_VALUE |
static val BINARY_DIGEST_VALUE: Int |
BINARY_VALUE |
static val BINARY_VALUE: Int |
BOOLEAN_VALUE |
static val BOOLEAN_VALUE: Int |
CLOCKTIME_VALUE |
static val CLOCKTIME_VALUE: Int |
COORDINATE_VALUE |
static val COORDINATE_VALUE: Int |
DATE_VALUE |
static val DATE_VALUE: Int |
DECIMAL_VALUE |
static val DECIMAL_VALUE: Int |
DOUBLE_VALUE |
static val DOUBLE_VALUE: Int |
ENUM_VALUE |
static val ENUM_VALUE: Int |
FLOAT_VALUE |
static val FLOAT_VALUE: Int |
INTEGER_VALUE |
static val INTEGER_VALUE: Int |
LIST_VALUE |
static val LIST_VALUE: Int |
LONG_VALUE |
static val LONG_VALUE: Int |
STRING_VALUE |
static val STRING_VALUE: Int |
STRINGLIST_VALUE |
static val STRINGLIST_VALUE: Int |
TIMESTAMP_VALUE |
static val TIMESTAMP_VALUE: Int |
forNumber |
static fun forNumber(value: Int): ValueType! |
getDescriptor |
static fun getDescriptor(): EnumDescriptor! |
getDescriptorForType |
fun getDescriptorForType(): EnumDescriptor! |
getNumber |
fun getNumber(): Int |
getValueDescriptor |
fun getValueDescriptor(): EnumValueDescriptor! |
internalGetValueMap |
static fun internalGetValueMap(): EnumLiteMap<ValueType!>! |
valueOf |
static fun valueOf(value: Int): ValueType!static fun valueOf(desc: EnumValueDescriptor!): ValueType! |