Interface DataTypeValue.Int32ArrayOrBuilder

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

public static interface DataTypeValue.Int32ArrayOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getValues(int index)
    repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
    int
    repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
    repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
    getValuesOrBuilder(int index)
    repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
    repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 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

    • getValuesList

      repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
    • getValues

      DataTypeValue.Int32Wrapper getValues(int index)
      repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
    • getValuesCount

      int getValuesCount()
      repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
    • getValuesOrBuilderList

      List<? extends DataTypeValue.Int32WrapperOrBuilder> getValuesOrBuilderList()
      repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
    • getValuesOrBuilder

      DataTypeValue.Int32WrapperOrBuilder getValuesOrBuilder(int index)
      repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;