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

ru.yandex.qatools.htmlelements.element.Named Maven / Gradle / Ivy

There is a newer version: 1.20.0
Show newest version
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