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

de.rpgframework.HasName Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package de.rpgframework;

import java.util.Locale;

/**
 * @author prelle
 *
 */
public interface HasName {

	public String getName(Locale loc);
	public String getId();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy