![JAR search and dependency download from the Maven repository](/logo.png)
org.dmg.pmml.StringValue Maven / Gradle / Ivy
/*
* Copyright (c) 2018 Villu Ruusmann
*/
package org.dmg.pmml;
public interface StringValue & StringValue> {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
/*
* Copyright (c) 2018 Villu Ruusmann
*/
package org.dmg.pmml;
public interface StringValue & StringValue> {
String value();
}