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

org.unidal.dal.jdbc.Ref Maven / Gradle / Ivy

The newest version!
package org.unidal.dal.jdbc;

public class Ref {
   private T m_value;

   public T get() {
      return m_value;
   }

   public void set(T value) {
      m_value = value;
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy