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

org.drools.verifier.components.EnumField Maven / Gradle / Ivy

There is a newer version: 9.44.0.Final
Show newest version
package org.drools.verifier.components;

public class EnumField extends Field {
	private static final long serialVersionUID = 7617431515074762479L;

	@Override
	public String toString() {
		return "Enum: " + objectTypeName + "." + name;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy