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