org.jclarion.clarion.constants.Match Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clarion-runtime Show documentation
Show all versions of clarion-runtime Show documentation
JClarion runtime environment
package org.jclarion.clarion.constants;
public class Match {
public static final int SIMPLE=0;
public static final int WILD=1;
public static final int REGULAR=2;
public static final int SOUNDEX=3;
public static final int NOCASE=4;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy