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

net.anotheria.anosite.cms.helper.BoxSubHelper Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.cms.helper;

import net.anotheria.anosite.gen.aswebdata.data.Box;

/**
 * BoxSubHelper interface.
 */
public interface BoxSubHelper {
	/**
	 * Returns field explanation.
	 * @param box box
	 * @param property property
	 * @return field explanation as string
	 */
	public String getFieldExplanation(Box box, String property);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy