org.hl7.meta
Interface DatatypeMetadataFactory
- All Known Implementing Classes:
- DatatypeMetadataFactoryImpl
public interface DatatypeMetadataFactory
Creates descendants of Datatype based on the passed string.
- Author:
- Skirmantas Kligys
create
Datatype create(java.lang.String s)
throws UnknownDatatypeException
- Throws:
UnknownDatatypeException
create
Datatype create(java.lang.String s,
java.util.List<Datatype> parameters)
throws UnknownDatatypeException
- Throws:
UnknownDatatypeException
createByXsiType
Datatype createByXsiType(java.lang.String s)
throws UnknownDatatypeException
- Throws:
UnknownDatatypeException
createFromValue
Datatype createFromValue(ANY value)
throws DatatypeAnalyzer.AnalysisException,
UnknownDatatypeException
- Throws:
DatatypeAnalyzer.AnalysisException
UnknownDatatypeException