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

system.base.tree.vo.IdPidEnum Maven / Gradle / Ivy

The newest version!
package system.base.tree.vo;

public enum IdPidEnum {
	SUCCESS(0), ERROR_FatherIsYourSelft(1), ERROR_FatherIsYourSon(2);
	public final int key;

	private IdPidEnum(int key) {
		this.key = key;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy