public interface HasDefaultValue<E extends Expression & HasDefaultValue<E,V>,V>
A marker interface for PMML expression elements that specify the defaultValue attribute.
| Modifier and Type | Method and Description |
|---|---|
V |
getDefaultValue() |
E |
setDefaultValue(V defaultValue) |
Copyright © 2019 University of Tartu. All rights reserved.