Uses of Class
net.ajaest.data.kanji.Radical.RadicalTypeEnum

Packages that use Radical.RadicalTypeEnum
net.ajaest.data.kanji   
net.ajaest.tools.parsers   
 

Uses of Radical.RadicalTypeEnum in net.ajaest.data.kanji
 

Fields in net.ajaest.data.kanji declared as Radical.RadicalTypeEnum
 Radical.RadicalTypeEnum Radical.radicalType
           
 

Methods in net.ajaest.data.kanji that return Radical.RadicalTypeEnum
 Radical.RadicalTypeEnum Radical.getRadicalType()
           
static Radical.RadicalTypeEnum Radical.RadicalTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Radical.RadicalTypeEnum[] Radical.RadicalTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ajaest.data.kanji with parameters of type Radical.RadicalTypeEnum
 void Radical.setRadicalType(Radical.RadicalTypeEnum radicalType)
           
 

Uses of Radical.RadicalTypeEnum in net.ajaest.tools.parsers
 

Methods in net.ajaest.tools.parsers that return Radical.RadicalTypeEnum
private  Radical.RadicalTypeEnum RadicalsParser.identifyType(java.lang.String s)