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

org.unlaxer.jaddress.entity.standard.OffsetOfBuilding Maven / Gradle / Ivy

package org.unlaxer.jaddress.entity.standard;

import org.unlaxer.jaddress.parser.TopOrBottom;

public class OffsetOfBuilding extends Offset{

	public OffsetOfBuilding(TopOrBottom from, int offset) {
		super(from, offset);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy