Class DateTimeAttributes

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

public class DateTimeAttributes extends Object implements ddf.catalog.data.types.DateTime, ddf.catalog.data.MetacardType
This class provides attributes that reflect temporal aspects about the resource associated with the metacard. This consists of the start and end date, and a descriptive name.
See Also:
  • Constructor Details

    • DateTimeAttributes

      public DateTimeAttributes()
  • 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