Interface Webswing.AccessibilityHierarchyMsgProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      optional string id = 1;
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1;
      int getPosition()
      optional sint32 position = 4;
      String getRole()
      optional string role = 2;
      com.google.protobuf.ByteString getRoleBytes()
      optional string role = 2;
      int getSize()
      optional sint32 size = 5;
      String getText()
      optional string text = 3;
      com.google.protobuf.ByteString getTextBytes()
      optional string text = 3;
      boolean hasId()
      optional string id = 1;
      boolean hasPosition()
      optional sint32 position = 4;
      boolean hasRole()
      optional string role = 2;
      boolean hasSize()
      optional sint32 size = 5;
      boolean hasText()
      optional string text = 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

      • hasId

        boolean hasId()
        optional string id = 1;
      • getId

        String getId()
        optional string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 1;
      • hasRole

        boolean hasRole()
        optional string role = 2;
      • getRole

        String getRole()
        optional string role = 2;
      • getRoleBytes

        com.google.protobuf.ByteString getRoleBytes()
        optional string role = 2;
      • hasText

        boolean hasText()
        optional string text = 3;
      • getText

        String getText()
        optional string text = 3;
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        optional string text = 3;
      • hasPosition

        boolean hasPosition()
        optional sint32 position = 4;
      • getPosition

        int getPosition()
        optional sint32 position = 4;
      • hasSize

        boolean hasSize()
        optional sint32 size = 5;
      • getSize

        int getSize()
        optional sint32 size = 5;