Uses of Class
org.apache.tika.parser.microsoft.chm.ChmCommons.IntelState
-
Packages that use ChmCommons.IntelState Package Description org.apache.tika.parser.microsoft.chm -
-
Uses of ChmCommons.IntelState in org.apache.tika.parser.microsoft.chm
Methods in org.apache.tika.parser.microsoft.chm that return ChmCommons.IntelState Modifier and Type Method Description protected ChmCommons.IntelState
ChmLzxState. getIntelState()
static ChmCommons.IntelState
ChmCommons.IntelState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChmCommons.IntelState[]
ChmCommons.IntelState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.parser.microsoft.chm with parameters of type ChmCommons.IntelState Modifier and Type Method Description protected void
ChmLzxState. setIntelState(ChmCommons.IntelState intel_state)
-