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

org.jbibtex.Value Maven / Gradle / Ivy

There is a newer version: 1.0.20
Show newest version
/*
 * Copyright (c) 2012 University of Tartu
 */
package org.jbibtex;

abstract
public class Value {

	abstract
	protected String format();

	/**
	 * Returns a string representation of the object which is suitable for displaying to end users.
	 * The result may contain LaTeX language markup.
	 *
	 * @see LaTeXParser
	 * @see LaTeXPrinter
	 */
	abstract
	public String toUserString();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy