
simple.server.extension.d20.D20Characteristic Maven / Gradle / Ivy
The newest version!
package simple.server.extension.d20;
/**
* Shared methods of all characteristics.
*
* @author Javier A. Ortiz Bultron [email protected]
*/
public interface D20Characteristic {
/**
* Get Attribute name.
*
* @return Attribute name
*/
public String getCharacteristicName();
/**
* Get the attribute id. Unique identification
*
* @return attribute id
*/
public String getShortName();
/**
* Description of the characteristic.
*
* @return description.
*/
public String getDescription();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy