Class DynamicMetacardType

java.lang.Object
org.codice.ddf.transformer.xml.streaming.lib.DynamicMetacardType
All Implemented Interfaces:
ddf.catalog.data.MetacardType, Serializable

public class DynamicMetacardType extends Object implements ddf.catalog.data.MetacardType
See Also:
  • Constructor Details

    • DynamicMetacardType

      public DynamicMetacardType(Set<ddf.catalog.data.AttributeDescriptor> attDesc, String name)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface ddf.catalog.data.MetacardType
    • getAttributeDescriptors

      public Set<ddf.catalog.data.AttributeDescriptor> getAttributeDescriptors()
      Specified by:
      getAttributeDescriptors in interface ddf.catalog.data.MetacardType
    • getAttributeDescriptor

      public ddf.catalog.data.AttributeDescriptor getAttributeDescriptor(String attributeName)
      Specified by:
      getAttributeDescriptor in interface ddf.catalog.data.MetacardType