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 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.