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:
- 
Optional Element SummaryOptional ElementsModifier 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- 
nameString nameGets the name of this Resource.- Returns:
- the name of this Resource
- See Also:
 - Default:
- ""
 
- 
copyrightString copyrightGets the copyright notice for this Resource.- Returns:
- the copyright notice for this Resource
- See Also:
 - Default:
- ""
 
- 
descriptionString descriptionGets the description of this Resource.- Returns:
- the description of this Resource
- See Also:
 - Default:
- ""
 
- 
vendorString vendorGets the vendor of this Resource.- Returns:
- the vendor of this Resource, as a String
- See Also:
 - Default:
- ""
 
- 
versionString versionGets the version number of this Resource.- Returns:
- the version number of this Resource, as a String
- See Also:
 - Default:
- ""
 
 
-