Package io.shiftleft.proto.cpg
Interface Cpg.PropertyValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Cpg.PropertyValue
,Cpg.PropertyValue.Builder
- Enclosing class:
- Cpg
public static interface Cpg.PropertyValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cpg.BoolList
getBoolList()
.cpg.BoolList bool_list = 8;
Cpg.BoolListOrBuilder
getBoolListOrBuilder()
.cpg.BoolList bool_list = 8;
boolean
getBoolValue()
bool bool_value = 2;
Cpg.ContainedRefs
getContainedRefs()
.cpg.ContainedRefs contained_refs = 13;
Cpg.ContainedRefsOrBuilder
getContainedRefsOrBuilder()
.cpg.ContainedRefs contained_refs = 13;
Cpg.DoubleList
getDoubleList()
.cpg.DoubleList double_list = 12;
Cpg.DoubleListOrBuilder
getDoubleListOrBuilder()
.cpg.DoubleList double_list = 12;
double
getDoubleValue()
double double_value = 6;
Cpg.FloatList
getFloatList()
.cpg.FloatList float_list = 11;
Cpg.FloatListOrBuilder
getFloatListOrBuilder()
.cpg.FloatList float_list = 11;
float
getFloatValue()
float float_value = 5;
Cpg.IntList
getIntList()
.cpg.IntList int_list = 9;
Cpg.IntListOrBuilder
getIntListOrBuilder()
.cpg.IntList int_list = 9;
int
getIntValue()
int32 int_value = 3;
Cpg.LongList
getLongList()
.cpg.LongList long_list = 10;
Cpg.LongListOrBuilder
getLongListOrBuilder()
.cpg.LongList long_list = 10;
long
getLongValue()
int64 long_value = 4;
Cpg.StringList
getStringList()
.cpg.StringList string_list = 7;
Cpg.StringListOrBuilder
getStringListOrBuilder()
.cpg.StringList string_list = 7;
java.lang.String
getStringValue()
string string_value = 1;
com.google.protobuf.ByteString
getStringValueBytes()
string string_value = 1;
Cpg.PropertyValue.ValueCase
getValueCase()
boolean
hasBoolList()
.cpg.BoolList bool_list = 8;
boolean
hasContainedRefs()
.cpg.ContainedRefs contained_refs = 13;
boolean
hasDoubleList()
.cpg.DoubleList double_list = 12;
boolean
hasFloatList()
.cpg.FloatList float_list = 11;
boolean
hasIntList()
.cpg.IntList int_list = 9;
boolean
hasLongList()
.cpg.LongList long_list = 10;
boolean
hasStringList()
.cpg.StringList string_list = 7;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStringValue
java.lang.String getStringValue()
string string_value = 1;
- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()
string string_value = 1;
- Returns:
- The bytes for stringValue.
-
getBoolValue
boolean getBoolValue()
bool bool_value = 2;
- Returns:
- The boolValue.
-
getIntValue
int getIntValue()
int32 int_value = 3;
- Returns:
- The intValue.
-
getLongValue
long getLongValue()
int64 long_value = 4;
- Returns:
- The longValue.
-
getFloatValue
float getFloatValue()
float float_value = 5;
- Returns:
- The floatValue.
-
getDoubleValue
double getDoubleValue()
double double_value = 6;
- Returns:
- The doubleValue.
-
hasStringList
boolean hasStringList()
.cpg.StringList string_list = 7;
- Returns:
- Whether the stringList field is set.
-
getStringList
Cpg.StringList getStringList()
.cpg.StringList string_list = 7;
- Returns:
- The stringList.
-
getStringListOrBuilder
Cpg.StringListOrBuilder getStringListOrBuilder()
.cpg.StringList string_list = 7;
-
hasBoolList
boolean hasBoolList()
.cpg.BoolList bool_list = 8;
- Returns:
- Whether the boolList field is set.
-
getBoolList
Cpg.BoolList getBoolList()
.cpg.BoolList bool_list = 8;
- Returns:
- The boolList.
-
getBoolListOrBuilder
Cpg.BoolListOrBuilder getBoolListOrBuilder()
.cpg.BoolList bool_list = 8;
-
hasIntList
boolean hasIntList()
.cpg.IntList int_list = 9;
- Returns:
- Whether the intList field is set.
-
getIntList
Cpg.IntList getIntList()
.cpg.IntList int_list = 9;
- Returns:
- The intList.
-
getIntListOrBuilder
Cpg.IntListOrBuilder getIntListOrBuilder()
.cpg.IntList int_list = 9;
-
hasLongList
boolean hasLongList()
.cpg.LongList long_list = 10;
- Returns:
- Whether the longList field is set.
-
getLongList
Cpg.LongList getLongList()
.cpg.LongList long_list = 10;
- Returns:
- The longList.
-
getLongListOrBuilder
Cpg.LongListOrBuilder getLongListOrBuilder()
.cpg.LongList long_list = 10;
-
hasFloatList
boolean hasFloatList()
.cpg.FloatList float_list = 11;
- Returns:
- Whether the floatList field is set.
-
getFloatList
Cpg.FloatList getFloatList()
.cpg.FloatList float_list = 11;
- Returns:
- The floatList.
-
getFloatListOrBuilder
Cpg.FloatListOrBuilder getFloatListOrBuilder()
.cpg.FloatList float_list = 11;
-
hasDoubleList
boolean hasDoubleList()
.cpg.DoubleList double_list = 12;
- Returns:
- Whether the doubleList field is set.
-
getDoubleList
Cpg.DoubleList getDoubleList()
.cpg.DoubleList double_list = 12;
- Returns:
- The doubleList.
-
getDoubleListOrBuilder
Cpg.DoubleListOrBuilder getDoubleListOrBuilder()
.cpg.DoubleList double_list = 12;
-
hasContainedRefs
boolean hasContainedRefs()
.cpg.ContainedRefs contained_refs = 13;
- Returns:
- Whether the containedRefs field is set.
-
getContainedRefs
Cpg.ContainedRefs getContainedRefs()
.cpg.ContainedRefs contained_refs = 13;
- Returns:
- The containedRefs.
-
getContainedRefsOrBuilder
Cpg.ContainedRefsOrBuilder getContainedRefsOrBuilder()
.cpg.ContainedRefs contained_refs = 13;
-
getValueCase
Cpg.PropertyValue.ValueCase getValueCase()
-
-