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

com.epam.jdi.light.elements.interfaces.INamed Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
package com.epam.jdi.light.elements.interfaces;

/**
 * Created by Roman Iovlev on 14.02.2018
 * Email: [email protected]; Skype: roman.iovlev
 */

public interface INamed {
    String getName();
    void setName(String varName, String className);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy