cdc.applic.dictionaries.impl.S1000DIdSetter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdc-applic-dictionaries-impl Show documentation
Show all versions of cdc-applic-dictionaries-impl Show documentation
Applicabilities Dictionaries Implementation.
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);
}