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

org.kyojo.schemaorg.m3n4.ContainerInteger Maven / Gradle / Ivy

The newest version!
package org.kyojo.schemaorg.m3n4;

import java.util.List;

import org.kyojo.schemaorg.m3n4.core.Clazz;

public interface ContainerInteger {

	public Clazz.Integer getInteger();
	public void setInteger(Clazz.Integer integer);
	public List getIntegerList();
	public void setIntegerList(List integerList);
	public boolean hasInteger();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy