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