All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.unlaxer.jaddress.parser.ResolverResultKind Maven / Gradle / Ivy

package org.unlaxer.jaddress.parser;

public interface ResolverResultKind{
	
	public int ordinal();
	public String name();
	
	public boolean isBooleanType();
	public boolean isMatchKindType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy