org.kyojo.schemaorg.m3n4.ContainerInteger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kyojo-schemaorg-m3n4-full-doma Show documentation
Show all versions of kyojo-schemaorg-m3n4-full-doma Show documentation
A Java implementation of schema.org data structure
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