ru.yandex.qatools.htmlelements.element.Named Maven / Gradle / Ivy
package ru.yandex.qatools.htmlelements.element;
/**
* Represents a named entity. Used to operate with names of blocks and typified elements.
*
* @author Artem Eroshenko [email protected]
* Date: 30.06.12
*/
public interface Named {
/**
* Returns name of the entity.
*
* @return {@code String} representing name.
*/
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy