Interface MetacardTypeEnhancer


public interface MetacardTypeEnhancer
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<ddf.catalog.data.AttributeDescriptor>
    These are the attribute descriptors associated with the feature.
    This metacard enhancer is associated with this feature name.
  • Method Details

    • getFeatureName

      String getFeatureName()
      This metacard enhancer is associated with this feature name.
    • getAttributeDescriptors

      Set<ddf.catalog.data.AttributeDescriptor> getAttributeDescriptors()
      These are the attribute descriptors associated with the feature.