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

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

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


public enum OperationParticipationKind {
	HIDDEN,
	VISIBLE;


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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy