public abstract class SimpleArray extends PMMLObject
| Constructor and Description |
|---|
SimpleArray() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getContent()
Gets the parsed sequence of values.
|
abstract String |
getValue()
Gets the raw value.
|
void |
setContent(List<String> content)
Sets the parsed sequence of values.
|
abstract void |
setValue(String value)
Sets the raw value.
|
setSourceLocation, sourceLocationpublic abstract String getValue()
public abstract void setValue(String value)
public List<String> getContent()
getValue()public void setContent(List<String> content)
setValue(String)Copyright © 2013 University of Tartu. All Rights Reserved.