| Package | Description |
|---|---|
| fse.vo |
| Modifier and Type | Field and Description |
|---|---|
protected Value |
MetadataCriteria.value |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Value> |
Metadata.values |
| Modifier and Type | Method and Description |
|---|---|
Value |
MetadataCriteria.getValue()
Restituisce il valore richiesto per il criterio di ricerca.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Value> |
Metadata.getValues()
Restituisce la lista dei valori per il metadato
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataCriteria.setValue(Value value)
Imposta il valore richiesto per il criterio di ricerca.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.setValues(java.util.List<Value> values)
Imposta la lista dei valori per il metadato
|