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

org.bidib.wizard.api.model.AccessoryAspect Maven / Gradle / Ivy

There is a newer version: 2.0.25
Show newest version
package org.bidib.wizard.api.model;

public interface AccessoryAspect {

    /**
     * @param label
     *            the label to set
     */
    void setLabel(String label);

    /**
     * @return the label
     */
    String getLabel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy