Uses of Class
org.verapdf.wcag.algorithms.entities.tables.TableToken.TableTokenType
-
Packages that use TableToken.TableTokenType Package Description org.verapdf.wcag.algorithms.entities.tables -
-
Uses of TableToken.TableTokenType in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return TableToken.TableTokenType Modifier and Type Method Description TableToken.TableTokenTypeTableToken. getType()TableToken.TableTokenTypeTableTokenRow. getType()static TableToken.TableTokenTypeTableToken.TableTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableToken.TableTokenType[]TableToken.TableTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-