cdc.applic.publication.SNameFormatter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdc-applic-publication Show documentation
Show all versions of cdc-applic-publication Show documentation
Applicabilities Publication.
The newest version!
package cdc.applic.publication;
import cdc.applic.expressions.literals.SName;
/**
* Interface implemented by objects that can format {@link SName}s.
*
* Used to format Prefixes, Property local names and Alias local names.
*
* @author Damien Carbonne
*/
public interface SNameFormatter extends PieceFormatter {
/**
* The string representation of a {@link SName}.
*
* @param name The name.
* @return The string representation of {@code name}.
*/
public String getText(SName name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy