Uses of Class
io.markdom.common.MarkdomListBlockType
-
Packages that use MarkdomListBlockType Package Description io.markdom.common io.markdom.model -
-
Uses of MarkdomListBlockType in io.markdom.common
Methods in io.markdom.common that return MarkdomListBlockType Modifier and Type Method Description static MarkdomListBlockTypeMarkdomListBlockType. valueOf(String name)Returns the enum constant of this type with the specified name.static MarkdomListBlockType[]MarkdomListBlockType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MarkdomListBlockType in io.markdom.model
Methods in io.markdom.model that return MarkdomListBlockType Modifier and Type Method Description MarkdomListBlockTypeMarkdomListBlock. getListBlockType()default MarkdomListBlockTypeMarkdomOrderedListBlock. getListBlockType()default MarkdomListBlockTypeMarkdomUnorderedListBlock. getListBlockType()
-