Package org.apache.uima.fit.descriptor
Annotation Interface ResourceMetaData
This can be used to add component-level meta data such as version, vendor, etc.
- See Also:
-
ResourceMetaData
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionGets the copyright notice for this Resource.Gets the description of this Resource.Gets the name of this Resource.Gets the vendor of this Resource.Gets the version number of this Resource.
-
Element Details
-
name
String nameGets the name of this Resource.- Returns:
- the name of this Resource
- See Also:
-
ResourceMetaData.getName()
- Default:
- ""
-
copyright
String copyrightGets the copyright notice for this Resource.- Returns:
- the copyright notice for this Resource
- See Also:
-
ResourceMetaData.getCopyright()
- Default:
- ""
-
description
String descriptionGets the description of this Resource.- Returns:
- the description of this Resource
- See Also:
-
ResourceMetaData.getDescription()
- Default:
- ""
-
vendor
String vendorGets the vendor of this Resource.- Returns:
- the vendor of this Resource, as a String
- See Also:
-
ResourceMetaData.getVendor()
- Default:
- ""
-
version
String versionGets the version number of this Resource.- Returns:
- the version number of this Resource, as a String
- See Also:
-
ResourceMetaData.getVersion()
- Default:
- ""
-