public class SupplementalDataModel extends Object implements Serializable
Constructor and Description |
---|
SupplementalDataModel() |
Modifier and Type | Method and 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
- a supplement object.public String getModelEncoding()
public List<Supplement> getSupplement()
public void removeSupplement(Supplement supplement)
supplement
- a supplement object.public void setModelEncoding(String modelEncoding)
modelEncoding
- a modelEncoding object.public void setSupplement(List<Supplement> supplement)
supplement
- a supplement object.Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.