public interface SymbolicInfos {

	/**
	 * Returns the name of the Info.
	 */
	public String name();

	/**
	 * Returns the address of the Info.
	 */
	public int address();


}