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

net.sf.nakeduml.userinteractionmetamodel.UserInteractionKind Maven / Gradle / Ivy

The newest version!
package net.sf.nakeduml.userinteractionmetamodel;


public enum UserInteractionKind {
	CREATE,
	VIEW,
	LIST,
	EDIT;


	public String getName() {
		return name();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy