public class TimeException extends PMMLObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeException.Type |
| Constructor and Description |
|---|
TimeException() |
TimeException(Array array) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Array |
getArray() |
Integer |
getCount() |
TimeException.Type |
getType() |
Array |
requireArray() |
TimeException |
setArray(Array array) |
TimeException |
setCount(Integer count) |
TimeException |
setType(TimeException.Type type) |
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic TimeException()
public TimeException(Array array)
public TimeException.Type getType()
public TimeException setType(TimeException.Type type)
public Integer getCount()
public TimeException setCount(Integer count)
public Array requireArray()
public Array getArray()
public TimeException setArray(Array array)
public VisitorAction accept(Visitor visitor)
Copyright © 2024. All rights reserved.