Interface QualifiedMetacardType

All Superinterfaces:
MetacardType, Serializable

public interface QualifiedMetacardType extends MetacardType
Qualified and uniquely identified set of AttributeDescriptors used to specify and describe the valid Attributes on a Metacard.

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

  • Field Details

    • DEFAULT_METACARD_TYPE_NAMESPACE

      static final String DEFAULT_METACARD_TYPE_NAMESPACE
      Default MetacardType namespace. This is used if no namespace is defined on construction.
      See Also:
  • Method Details

    • getNamespace

      String getNamespace()
      Returns:
      namespace that qualifies the MetacardType name. If no namespace was specified on construction, then the default namespace must be returned.