Uses of Interface
ddf.catalog.data.AttributeDescriptor
Packages that use AttributeDescriptor
Package
Description
Provides the classes for the Catalog Data API and implementation.
-
Uses of AttributeDescriptor in ddf.catalog.content.operation
Methods in ddf.catalog.content.operation that return types with arguments of type AttributeDescriptorModifier and TypeMethodDescriptionContentMetadataExtractor.getMetacardAttributes()Returns the valid set of Metacard attributes that are populated by this extractor. -
Uses of AttributeDescriptor in ddf.catalog.data
Methods in ddf.catalog.data that return AttributeDescriptorModifier and TypeMethodDescriptionMetacardType.getAttributeDescriptor(String attributeName) Get theAttributeDescriptorfor a particularAttributename.Methods in ddf.catalog.data that return types with arguments of type AttributeDescriptorModifier and TypeMethodDescriptionMetacardType.getAttributeDescriptors()Gets theAttributeDescriptorfor the attribute with the given name.Methods in ddf.catalog.data with parameters of type AttributeDescriptorModifier and TypeMethodDescriptionvoidAttributeRegistry.deregister(AttributeDescriptor attributeDescriptor) Removes an attribute from the registry.voidAttributeRegistry.register(AttributeDescriptor attributeDescriptor) Registers a new attribute.