public class Value extends PMMLObject implements HasDisplayValue<Value>, HasExtensions<Value>, HasValue<Value>
| Modifier and Type | Class and Description |
|---|---|
static class |
Value.Property |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Value |
addExtensions(Extension... extensions) |
String |
getDisplayValue() |
List<Extension> |
getExtensions() |
Value.Property |
getProperty() |
Object |
getValue() |
boolean |
hasExtensions() |
Object |
requireValue() |
Value |
setDisplayValue(String displayValue) |
Value |
setProperty(Value.Property property) |
Value |
setValue(Object value) |
getLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Value()
public Value(Object value)
public Object requireValue()
requireValue in interface HasValue<Value>public String getDisplayValue()
getDisplayValue in interface HasDisplayValue<Value>public Value setDisplayValue(String displayValue)
setDisplayValue in interface HasDisplayValue<Value>public Value.Property getProperty()
public Value setProperty(Value.Property property)
public boolean hasExtensions()
hasExtensions in interface HasExtensions<Value>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<Value>public Value addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<Value>public VisitorAction accept(Visitor visitor)
Copyright © 2022. All rights reserved.