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

io.legaldocml.akn.attribute.Show Maven / Gradle / Ivy

The newest version!
package io.legaldocml.akn.attribute;

import io.legaldocml.akn.AknObject;

/**
 * @author Jacques Militello
 */
public interface Show extends AknObject {

    String getShowAs();

    void setShowAs(String showAs);

    String getShortForm();

    void setShortForm(String shortForm);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy