eu.etaxonomy.cdm.io.common.mapping
Class CdmSingleAttributeMapperBase
java.lang.Object
eu.etaxonomy.cdm.io.common.mapping.CdmMapperBase
eu.etaxonomy.cdm.io.common.mapping.CdmAttributeMapperBase
eu.etaxonomy.cdm.io.common.mapping.CdmSingleAttributeMapperBase
- Direct Known Subclasses:
- CdmBooleanMapper, CdmSingleAttributeXmlMapperBase, CdmStringMapper, CdmUriMapper, DbSingleAttributeExportMapperBase, DbSingleAttributeImportMapperBase
public abstract class CdmSingleAttributeMapperBase
- extends CdmAttributeMapperBase
- Version:
- 1.0
- Author:
- a.mueller
defaultValue
protected Object defaultValue
CdmSingleAttributeMapperBase
protected CdmSingleAttributeMapperBase(String sourceAttributString,
String destinationAttributeString)
CdmSingleAttributeMapperBase
protected CdmSingleAttributeMapperBase(String sourceAttributString,
String destinationAttributeString,
Object defaultValue)
getSourceAttribute
public String getSourceAttribute()
getDestinationAttribute
public String getDestinationAttribute()
getSourceAttributes
public Set<String> getSourceAttributes()
- Specified by:
getSourceAttributes in class CdmAttributeMapperBase
getDestinationAttributes
public Set<String> getDestinationAttributes()
- Specified by:
getDestinationAttributes in class CdmAttributeMapperBase
getSourceAttributeList
public List<String> getSourceAttributeList()
- Specified by:
getSourceAttributeList in class CdmAttributeMapperBase
getDestinationAttributeList
public List<String> getDestinationAttributeList()
- Specified by:
getDestinationAttributeList in class CdmAttributeMapperBase
getTypeClass
public abstract Class getTypeClass()
Copyright © 2007-2013 EDIT. All Rights Reserved.