Interface AttributeUnitOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AttributeUnit, AttributeUnit.Builder

public interface AttributeUnitOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Index into string table.
    int
    Index into string table.

    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 Details

    • getAttributeKeyStrindex

      int getAttributeKeyStrindex()
       Index into string table.
       
      int32 attribute_key_strindex = 1;
      Returns:
      The attributeKeyStrindex.
    • getUnitStrindex

      int getUnitStrindex()
       Index into string table.
       
      int32 unit_strindex = 2;
      Returns:
      The unitStrindex.