public class VocabularyEntryList extends Object implements Serializable
Constructor and Description |
---|
VocabularyEntryList(String name) |
VocabularyEntryList(String name,
List<VocabularyEntry> entries) |
Modifier and Type | Method and Description |
---|---|
void |
add(VocabularyEntry entry) |
List<VocabularyEntry> |
getEntries() |
List<VocabularyEntry> |
getEntries(String parent) |
String |
getName() |
public VocabularyEntryList(String name, List<VocabularyEntry> entries)
public VocabularyEntryList(String name)
public String getName()
public void add(VocabularyEntry entry)
public List<VocabularyEntry> getEntries()
public List<VocabularyEntry> getEntries(String parent)
Copyright © 2015 Nuxeo SA. All rights reserved.