Class ValidationAttributes

java.lang.Object
ddf.catalog.data.impl.types.ValidationAttributes
All Implemented Interfaces:
ddf.catalog.data.MetacardType, ddf.catalog.data.types.Validation, Serializable

public class ValidationAttributes extends Object implements ddf.catalog.data.types.Validation, ddf.catalog.data.MetacardType
This class provides attributes that identify validation issues with the metacard and/or resource.
See Also:
  • Constructor Details

    • ValidationAttributes

      public ValidationAttributes()
  • Method Details

    • 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 name)
      Specified by:
      getAttributeDescriptor in interface ddf.catalog.data.MetacardType
    • getName

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