public class Predicate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
lemma |
protected List<Object> |
noteOrRoleset |
| Constructor and Description |
|---|
Predicate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLemma()
Recupera il valore della proprietà lemma.
|
List<Object> |
getNoteOrRoleset()
Gets the value of the noteOrRoleset property.
|
void |
setLemma(String value)
Imposta il valore della proprietà lemma.
|
public String getLemma()
Stringpublic void setLemma(String value)
value - allowed object is
Stringpublic List<Object> getNoteOrRoleset()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the noteOrRoleset property.
For example, to add a new item, do as follows:
getNoteOrRoleset().add(newItem);
Objects of the following type(s) are allowed in the list
Note
Roleset
Copyright © 2016–2020 FBK. All rights reserved.