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

tech.deplant.java4ever.binding.generator.reference.EnumOfConsts Maven / Gradle / Ivy

package tech.deplant.java4ever.binding.generator.reference;

public record EnumOfConsts(String name,
                           String type,
                           Const[] enum_consts,
                           String summary,
                           String description) implements ApiType {
	public record Const(String name,
	                    String type,
	                    String value,
	                    String summary,
	                    String description) {
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy