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

com.nedap.archie.rm.datavalues.SingleValuedDataValue Maven / Gradle / Ivy

package com.nedap.archie.rm.datavalues;

/**
 * Created by pieter.bos on 04/11/15.
 */
public interface SingleValuedDataValue {

    Type getValue();

    void setValue(Type type);


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy