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

cdc.applic.dictionaries.impl.S1000DIdSetter Maven / Gradle / Ivy

The newest version!
package cdc.applic.dictionaries.impl;

public interface S1000DIdSetter> {
    /**
     * Sets the identifier.
     *
     * @param s1000DId The S1000D id.
     * @return This object.
     */
    public R s1000DId(String s1000DId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy