Class ClassificationHandler
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.unmarshal.handlers.ClassificationHandler
- All Implemented Interfaces:
Handler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the tag name where the handler is mapped to.
-
Constructor Details
-
ClassificationHandler
public ClassificationHandler()
-
-
Method Details
-
addPurpose
-
addPurposeLomNs
-
addPurposeWoNs
-
addDescription
-
addDescriptionLomNs
@Element("lom:description") @Cardinality(min=0, max=1) public DescriptionHandler addDescriptionLomNs() -
addDescriptionWoNs
-
addKeyword
-
addKeywordLomNs
-
addKeywordWoNs
-
getTagName
Description copied from interface:Handler
Returns the tag name where the handler is mapped to.- Specified by:
getTagName
in interfaceHandler
- Returns:
- the tag name where the handler is mapped to.
-