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

smetana.core.CStarStar Maven / Gradle / Ivy

There is a newer version: 1.2024.8
Show newest version
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.

package smetana.core;

final public class CStarStar extends UnsupportedC {

	private final ACCESS access;

	public static  CStarStar BUILD(ACCESS access) {
		return new CStarStar(access);
	}

	private CStarStar(ACCESS access) {
		this.access = access;
	}
	
	
	public O star() {
		return access.get();
	}
	
	public void star(O data) {
		access.set(data);
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy