Uses of Class
net.ajaest.data.kanji.AllowedStrokeClueEnum

Packages that use AllowedStrokeClueEnum
net.ajaest.data.kanji   
 

Uses of AllowedStrokeClueEnum in net.ajaest.data.kanji
 

Fields in net.ajaest.data.kanji declared as AllowedStrokeClueEnum
private  AllowedStrokeClueEnum KanjiStrokeClue.strokeClue
           
 

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

Constructors in net.ajaest.data.kanji with parameters of type AllowedStrokeClueEnum
KanjiStrokeClue(java.lang.Integer first, java.lang.Integer second, AllowedStrokePointEnum firstStrokePoint, AllowedStrokePointEnum secondStrokePoint, AllowedStrokeClueEnum strokeClue, java.lang.Integer unicodeRef)