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

org.atemsource.atem.utility.common.EntityOperationReference Maven / Gradle / Ivy

package org.atemsource.atem.utility.common;

public class EntityOperationReference {
	private O operation;

	public O getOperation() {
		return operation;
	}

	public void setOperation(O operation) {
		this.operation = operation;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy