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

com.hfg.automation.platelayer.WellLayer Maven / Gradle / Ivy

There is a newer version: 20240423
Show newest version
package com.hfg.automation.platelayer;


public interface WellLayer
{

   public WellLayer setName(String inValue);
   public String     name();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy