java.lang.Object
org.verapdf.wcag.algorithms.entities.lists.info.ListItemInfo
Direct Known Subclasses:
ListItemImageInfo, ListItemLineArtInfo, ListItemTextInfo

public class ListItemInfo extends Object
  • Constructor Details

    • ListItemInfo

      public ListItemInfo(ListItemInfo info)
    • ListItemInfo

      public ListItemInfo(int index)
    • ListItemInfo

      protected ListItemInfo(int index, SemanticType semanticType)
  • Method Details

    • getIndex

      public int getIndex()
    • createListItemInfo

      public static ListItemInfo createListItemInfo(ListItemInfo info)
    • getSemanticType

      public SemanticType getSemanticType()
    • setIndex

      public void setIndex(int index)
    • getListItemValue

      public InfoChunk getListItemValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object