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

com.vmlens.trace.agent.bootstrap.FieldIdAndTyp Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package com.vmlens.trace.agent.bootstrap;

public class FieldIdAndTyp {
	
	public final int id;
	public final FieldTyp fieldTyp;
	
	public FieldIdAndTyp(int id, FieldTyp fieldTyp) {
		super();
		this.id = id;
		this.fieldTyp = fieldTyp;
	}

	@Override
	public String toString() {
		return "FieldIdAndTyp [id=" + id + ", fieldTyp=" + fieldTyp + "]";
	}
	
	
	
	
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy