public interface HasId<E extends PMMLObject & HasId<E>>
A marker interface for PMML elements that specify the id attribute.
In a collection of HasId elements, all non-null identifier values must be unique.
However, there may be multiple HasId elements with null identifier values.
Indexable| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
E |
setId(String id) |
Copyright © 2019 University of Tartu. All rights reserved.