Interface ElementConstraintProtoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getIndex()
      int32 index = 1;
      int getTarget()
      int32 target = 2;
      int getVars​(int index)
      repeated int32 vars = 3;
      int getVarsCount()
      repeated int32 vars = 3;
      java.util.List<java.lang.Integer> getVarsList()
      repeated int32 vars = 3;
      • 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

      • getIndex

        int getIndex()
        int32 index = 1;
        Returns:
        The index.
      • getTarget

        int getTarget()
        int32 target = 2;
        Returns:
        The target.
      • getVarsList

        java.util.List<java.lang.Integer> getVarsList()
        repeated int32 vars = 3;
        Returns:
        A list containing the vars.
      • getVarsCount

        int getVarsCount()
        repeated int32 vars = 3;
        Returns:
        The count of vars.
      • getVars

        int getVars​(int index)
        repeated int32 vars = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The vars at the given index.