Serializable
public class SupplementalDataModel extends Object implements Serializable
Constructor | Description |
---|---|
SupplementalDataModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
addSupplement(Supplement supplement) |
Method addSupplement.
|
String |
getModelEncoding() |
Get the modelEncoding field.
|
List<Supplement> |
getSupplement() |
Method getSupplement.
|
void |
removeSupplement(Supplement supplement) |
Method removeSupplement.
|
void |
setModelEncoding(String modelEncoding) |
Set the modelEncoding field.
|
void |
setSupplement(List<Supplement> supplement) |
Set snippets of POM xml files used to supplement the data
model.
|
public void addSupplement(Supplement supplement)
supplement
- public String getModelEncoding()
public List<Supplement> getSupplement()
public void removeSupplement(Supplement supplement)
supplement
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setSupplement(List<Supplement> supplement)
supplement
- Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.