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

tech.ytsaurus.core.StringValueEnum Maven / Gradle / Ivy

package tech.ytsaurus.core;

public interface StringValueEnum {
    String value();

    /**
     * @see Enum#name()
     */
    String name();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy