net.ajaest.jdk.data.dict.query
Interface KanjiFieldDescriptor

All Known Implementing Classes:
ClassicNelsonQAbout, ClassicRadicalQAbout, CommonStrokeMiscountQAbout, DeRooQAbout, DicNameQAbout, DicPairQAbout, DicReferenceQAbout, FourCornerQAbout, FrequencyQAbout, GradeQAbout, IndexPairQAbout, IntegerValueQAbout, JISCharsetQAbout, JISCodeQAbout, JISPairQAbout, JLPTLevelQAbout, KanjiGraphQAbout, MeaningLanguageQAbout, MeaningPairQAbout, MeaningQAbout, ReadingPairQAbout, ReadingQAbout, ReadingTypeQAbout, SkipQAbout, SpahnHadamitzkyQAbout, StringPairQAbout, StringValueQAbout, StrokeCountQAbout, UnicodeValueQAbout, UnreachableQuery, ValueQAbout, VariantPairQAbout, VariantReferenceQAbout, VariantTypeQAbout

public interface KanjiFieldDescriptor

Interface that provides methods to get information of the field of a kanji that a class that implement it represents.

Author:
Luis Alfonso Arce González

Method Summary
 KanjiEnums.KanjiFieldEnum getFieldEnum()
           
 java.lang.String getFieldName()
           
 

Method Detail

getFieldName

java.lang.String getFieldName()
Returns:
the name of the kanji property this class represents

getFieldEnum

KanjiEnums.KanjiFieldEnum getFieldEnum()
Returns:
the enum field representation of the kanji property this class represents