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

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

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

import io.legaldocml.akn.AknObject;

/**
 * This attribute specifies the human language used as a pivot in the translation. Values are taken from the RFC 4646.
 *
 * ```xml
 * 
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface Pivot extends AknObject {

    String getPivot();

    void setPivot(String language);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy