public interface HasId<E extends PMMLObject & HasId<E,V>,V>
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 |
|---|---|
V |
getId() |
E |
setId(V id) |
Copyright © 2022. All rights reserved.