![JAR search and dependency download from the Maven repository](/logo.png)
org.openfact.report.ThemeRepresentation Maven / Gradle / Ivy
package org.openfact.report;
public class ThemeRepresentation {
private String name;
private String[] types;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String[] getTypes() {
return types;
}
public void setTypes(String[] types) {
this.types = types;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy