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

Packages that use AllowedStrokePointEnum
net.ajaest.data.kanji   
 

Uses of AllowedStrokePointEnum in net.ajaest.data.kanji
 

Fields in net.ajaest.data.kanji declared as AllowedStrokePointEnum
private  AllowedStrokePointEnum KanjiStrokeClue.firstStrokePoint
           
private  AllowedStrokePointEnum KanjiStrokeClue.secondStrokePoint
           
 

Methods in net.ajaest.data.kanji that return AllowedStrokePointEnum
 AllowedStrokePointEnum KanjiStrokeClue.getFirstStrokePoint()
           
 AllowedStrokePointEnum KanjiStrokeClue.getSecondStrokePoint()
           
static AllowedStrokePointEnum AllowedStrokePointEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AllowedStrokePointEnum[] AllowedStrokePointEnum.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 AllowedStrokePointEnum
KanjiStrokeClue(java.lang.Integer first, java.lang.Integer second, AllowedStrokePointEnum firstStrokePoint, AllowedStrokePointEnum secondStrokePoint, AllowedStrokeClueEnum strokeClue, java.lang.Integer unicodeRef)