![JAR search and dependency download from the Maven repository](/logo.png)
io.konga.metadata.definition.ScopedConfiguration Maven / Gradle / Ivy
package io.konga.metadata.definition;
import java.util.ArrayList;
import io.konga.metadata.definition.enumerations.FormModes;
public class ScopedConfiguration extends ArrayList {
/**
*
*/
private static final long serialVersionUID = -6974918681276633486L;
private FormModes scope;
public FormModes getScope() {
return scope;
}
public void setScope(FormModes scope) {
this.scope = scope;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy