Uses of Class
com.deltaxml.core.config.attributeSplitting.AttributeLocation
Packages that use AttributeLocation
Package
Description
This package contains classes and enums used to configure
AttributeSplittingConfig
for attribute splitting.-
Uses of AttributeLocation in com.deltaxml.core.config.attributeSplitting
Methods in com.deltaxml.core.config.attributeSplitting that return types with arguments of type AttributeLocationModifier and TypeMethodDescriptionAttributeSplittingConfig.getLocations()Returns aListofAttributeLocation's.Methods in com.deltaxml.core.config.attributeSplitting with parameters of type AttributeLocationModifier and TypeMethodDescriptionvoidAttributeSplittingConfig.addLocation(AttributeLocation attributeLocation) Add a newAttributeLocationto the current list of locations.Method parameters in com.deltaxml.core.config.attributeSplitting with type arguments of type AttributeLocationModifier and TypeMethodDescriptionvoidAttributeSplittingConfig.setLocations(List<AttributeLocation> attributeLocations) Set theListofAttributeLocationinstances.