public static interface Cpg.PropertyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
bool bool_value = 2; |
double |
getDoubleValue()
double double_value = 6; |
float |
getFloatValue()
float float_value = 5; |
int |
getIntValue()
int32 int_value = 3; |
long |
getLongValue()
int64 long_value = 4; |
java.lang.String |
getStringValue()
string string_value = 1; |
com.google.protobuf.ByteString |
getStringValueBytes()
string string_value = 1; |
Cpg.PropertyValue.ValueCase |
getValueCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getStringValue()
string string_value = 1;com.google.protobuf.ByteString getStringValueBytes()
string string_value = 1;boolean getBoolValue()
bool bool_value = 2;int getIntValue()
int32 int_value = 3;long getLongValue()
int64 long_value = 4;float getFloatValue()
float float_value = 5;double getDoubleValue()
double double_value = 6;Cpg.PropertyValue.ValueCase getValueCase()