|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MappingConfiguration
Common base interface for all mapping configurations.
| Method Summary | |
|---|---|
int |
getMaxOccurs()
Returns the maximum number of times a node matched by this mapping can appear. |
int |
getMinOccurs()
Returns the minimum number of times a node matched by this mapping has to appear. |
String |
getTargetAttribute()
Returns the name of the attribute that should be set to the value represented by the data matching this mapping. |
String |
getTargetType()
Returns the name of the type the data matched by this configuration is mapped to. |
ClassLoader |
getTargetTypeClassLoader()
Returns the class loader that should be used in order to load the class of the target type or null if the context class loader
should be used. |
| Method Detail |
|---|
String getTargetType()
ClassLoader getTargetTypeClassLoader()
null if the context class loader
should be used.
null if context
class loader should be usedString getTargetAttribute()
int getMinOccurs()
int getMaxOccurs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||