Interface Ic3Data.AttributeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ic3Data.Attribute, Ic3Data.Attribute.Builder
Enclosing class:
Ic3Data

public static interface Ic3Data.AttributeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getIntValue(int index)
    repeated int32 int_value = 3;
    int
    repeated int32 int_value = 3;
    repeated int32 int_value = 3;
    optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;
    getValue(int index)
    repeated string value = 2;
    com.google.protobuf.ByteString
    getValueBytes(int index)
    repeated string value = 2;
    int
    repeated string value = 2;
    repeated string value = 2;
    boolean
    optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;

    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

    • hasKind

      boolean hasKind()
      optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;
      Returns:
      Whether the kind field is set.
    • getKind

      optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;
      Returns:
      The kind.
    • getValueList

      List<String> getValueList()
      repeated string value = 2;
      Returns:
      A list containing the value.
    • getValueCount

      int getValueCount()
      repeated string value = 2;
      Returns:
      The count of value.
    • getValue

      String getValue(int index)
      repeated string value = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The value at the given index.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes(int index)
      repeated string value = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the value at the given index.
    • getIntValueList

      List<Integer> getIntValueList()
      repeated int32 int_value = 3;
      Returns:
      A list containing the intValue.
    • getIntValueCount

      int getIntValueCount()
      repeated int32 int_value = 3;
      Returns:
      The count of intValue.
    • getIntValue

      int getIntValue(int index)
      repeated int32 int_value = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The intValue at the given index.