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

net.sf.juffrou.xml.internal.config.JuffrouXmlPreferences Maven / Gradle / Ivy

There is a newer version: 2.1.9
Show newest version
package net.sf.juffrou.xml.internal.config;

public class JuffrouXmlPreferences {

	private boolean collectionWithSizeAttribute = false;

	public boolean isCollectionWithSizeAttribute() {
		return collectionWithSizeAttribute;
	}

	public void setCollectionWithSizeAttribute(boolean collectionWithSizeAttribute) {
		this.collectionWithSizeAttribute = collectionWithSizeAttribute;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy