org.bidib.wizard.nodes.client.model.MappingAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bidibwizard-nodes-client Show documentation
Show all versions of bidibwizard-nodes-client Show documentation
jBiDiB BiDiB Wizard Nodes Client POM
package org.bidib.wizard.nodes.client.model;
public enum MappingAction {
create, delete, read;
}