public class TargetValueCount extends PMMLObject implements HasExtensions<TargetValueCount>, HasValue<TargetValueCount>
| Constructor and Description |
|---|
TargetValueCount() |
TargetValueCount(Object value,
Number count) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
TargetValueCount |
addExtensions(Extension... extensions) |
Number |
getCount() |
List<Extension> |
getExtensions() |
Object |
getValue() |
boolean |
hasExtensions() |
Number |
requireCount() |
Object |
requireValue() |
TargetValueCount |
setCount(Number count) |
TargetValueCount |
setValue(Object value) |
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Object requireValue()
requireValue in interface HasValue<TargetValueCount>public Object getValue()
getValue in interface HasValue<TargetValueCount>public TargetValueCount setValue(Object value)
setValue in interface HasValue<TargetValueCount>public Number requireCount()
public Number getCount()
public TargetValueCount setCount(Number count)
public boolean hasExtensions()
hasExtensions in interface HasExtensions<TargetValueCount>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<TargetValueCount>public TargetValueCount addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<TargetValueCount>public VisitorAction accept(Visitor visitor)
Copyright © 2024. All rights reserved.