org.unlaxer.jaddress.parser.ResolverResultKindOfMatchKind Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of japanese-address-parser Show documentation
Show all versions of japanese-address-parser Show documentation
a simplejapanese address parser
The newest version!
package org.unlaxer.jaddress.parser;
public enum ResolverResultKindOfMatchKind implements ResolverResultKind{
郵便番号辞書match都道府県,
郵便番号辞書match市,
郵便番号辞書match区,
郵便番号辞書match町または大字,
郵便番号辞書match都道府県at非先頭,
;
@Override
public boolean isBooleanType() {
return false;
}
@Override
public boolean isMatchKindType() {
return true;
}
@Override
public boolean isProcessedProcessor() {
return false;
}
@Override
public ResolverResultKind[] valuesAsArray() {
return ResolverResultKindOfMatchKind.values();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy