Package ddf.catalog.data
Interface ContentType
public interface ContentType
Used to return the type and version of the content that is currently stored in a
Source.-
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name of thisContentType.Get the namespace URI of thisContentType.Get the version of thisContentType.
-
Method Details
-
getName
String getName()Get the name of thisContentType.- Returns:
- name of this
ContentType
-
getVersion
String getVersion()Get the version of thisContentType.- Returns:
- version of this
ContentType
-
getNamespace
URI getNamespace()Get the namespace URI of thisContentType.- Returns:
- namespace URI of this
ContentType
-