Interface RequiredAttributes


public interface RequiredAttributes
List of required attributes for a metacard type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the metacard type for these required attributes.
    Returns this set of required attributes.
  • Method Details

    • getRequiredAttributes

      Set<String> getRequiredAttributes()
      Returns this set of required attributes.
    • getMetacardType

      String getMetacardType()
      Returns the metacard type for these required attributes.