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

edu.iris.dmc.seed.Blockette Maven / Gradle / Ivy

The newest version!
package edu.iris.dmc.seed;

public interface Blockette {

	public int getId();

	public void setId(int id);

	public int getType();

	public int getSize() throws SeedException;
	
	public int getLength();

	public String getTitle();

	public void setTitle(String name);

	public String describe() throws SeedException;

	public Volume getVolume();

	public void setVolume(Volume volume);

	public String getOriginalText();

	public String toSeedString() throws SeedException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy