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

org.opencompare.api.java.value.Multiple Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
package org.opencompare.api.java.value;

import org.opencompare.api.java.Value;

import java.util.List;

/**
 * Created by gbecan on 09/10/14.
 */
public interface Multiple extends Value {

    List getSubValues();
    void addSubValue(Value value);
    void removeSubValue(Value value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy