Package ddf.catalog.data.impl.types
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:
-
Field Summary
Fields inherited from interface ddf.catalog.data.types.DateTime
END, STARTFields inherited from interface ddf.catalog.data.MetacardType
DEFAULT_METACARD_TYPE_NAME, METACARD_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionddf.catalog.data.AttributeDescriptorgetAttributeDescriptor(String name) Set<ddf.catalog.data.AttributeDescriptor> getName()
-
Constructor Details
-
DateTimeAttributes
public DateTimeAttributes()
-
-
Method Details
-
getAttributeDescriptors
- Specified by:
getAttributeDescriptorsin interfaceddf.catalog.data.MetacardType
-
getAttributeDescriptor
- Specified by:
getAttributeDescriptorin interfaceddf.catalog.data.MetacardType
-
getName
- Specified by:
getNamein interfaceddf.catalog.data.MetacardType
-