Uses of Class
com.funnelback.plugin.index.model.metadatamapping.MetadataSourceType
-
Packages that use MetadataSourceType Package Description com.funnelback.plugin.index.consumers com.funnelback.plugin.index.model.metadatamapping -
-
Uses of MetadataSourceType in com.funnelback.plugin.index.consumers
Methods in com.funnelback.plugin.index.consumers with parameters of type MetadataSourceType Modifier and Type Method Description void
MetadataMappingConsumer. map(String metadataClass, MetadataType type, MetadataSourceType sourceType, String locator)
-
Uses of MetadataSourceType in com.funnelback.plugin.index.model.metadatamapping
Methods in com.funnelback.plugin.index.model.metadatamapping that return MetadataSourceType Modifier and Type Method Description static MetadataSourceType
MetadataSourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetadataSourceType[]
MetadataSourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-