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

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

package com.epam.jdi.light.elements.interfaces;

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


public interface HasValue {
    /**
     * @return Get value of Element
     */
    String getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy