public class ClassifierListImpl extends AbstractMetadataListImpl implements ClassifierList
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Term> |
classifierList |
definition
Constructor and Description |
---|
ClassifierListImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addClassifier(Term classifier)
Adds a new classifier property
|
java.util.List<Term> |
getClassifierList()
Gets the list of classifier properties
|
int |
getNumClassifiers()
Returns number of classifier properties
|
getDefinition, isSetDefinition, setDefinition
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinition, isSetDefinition, setDefinition
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected java.util.ArrayList<Term> classifierList
public java.util.List<Term> getClassifierList()
getClassifierList
in interface ClassifierList
public int getNumClassifiers()
getNumClassifiers
in interface ClassifierList
public void addClassifier(Term classifier)
addClassifier
in interface ClassifierList