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

org.jbibtex.DigitStringValue Maven / Gradle / Ivy

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

public class DigitStringValue extends LiteralValue {

	public DigitStringValue(String string){
		super(string);
	}

	@Override
	protected String format(){
		return getString();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy