Package ddf.catalog.data
Interface QualifiedMetacardType
- All Superinterfaces:
MetacardType,Serializable
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 Summary
FieldsFields inherited from interface ddf.catalog.data.MetacardType
DEFAULT_METACARD_TYPE_NAME, METACARD_TYPE -
Method Summary
Methods inherited from interface ddf.catalog.data.MetacardType
getAttributeDescriptor, getAttributeDescriptors, getName
-
Field Details
-
DEFAULT_METACARD_TYPE_NAMESPACE
DefaultMetacardTypenamespace. This is used if no namespace is defined on construction.- See Also:
-
-
Method Details
-
getNamespace
String getNamespace()- Returns:
- namespace that qualifies the
MetacardTypename. If no namespace was specified on construction, then the default namespace must be returned.
-