Interface Cpg.CpgStruct.Edge.PropertyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Cpg.EdgePropertyName getName()
      .cpg.EdgePropertyName name = 1;
      int getNameValue()
      .cpg.EdgePropertyName name = 1;
      Cpg.PropertyValue getValue()
      .cpg.PropertyValue value = 2;
      Cpg.PropertyValueOrBuilder getValueOrBuilder()
      .cpg.PropertyValue value = 2;
      boolean hasValue()
      .cpg.PropertyValue value = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getNameValue

        int getNameValue()
        .cpg.EdgePropertyName name = 1;
        Returns:
        The enum numeric value on the wire for name.
      • hasValue

        boolean hasValue()
        .cpg.PropertyValue value = 2;
        Returns:
        Whether the value field is set.
      • getValue

        Cpg.PropertyValue getValue()
        .cpg.PropertyValue value = 2;
        Returns:
        The value.