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

uk.nhs.ciao.docs.parser.PropertyVisitor Maven / Gradle / Ivy

The newest version!
package uk.nhs.ciao.docs.parser;

/**
 * Visits properties within a dynamic property structure
 */
public interface PropertyVisitor {
	/**
	 * Visits a property 
	 * 
	 * @param name The name of the property
	 * @param value The value of the property
	 */
	void onProperty(final PropertyName name, final Object value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy