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

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

package net.sf.nakeduml.userinteractionmetamodel;


public enum OperationUserInteractionKind {
	INVOKE,
	RETURN,
	INBOX,
	QUERY;


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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy