Class DescriptorMetaData
java.lang.Object
org.apache.uima.taeconfigurator.model.DescriptorMetaData
Instances of this class model the varients of getting and setting metadata.
-
Constructor Summary
ConstructorDescriptionDescriptorMetaData
(MultiPageEditor editor) Instantiates a new descriptor meta data. -
Method Summary
Modifier and TypeMethodDescriptionGets the description.getName()
Gets the name.Gets the vendor.Gets the version.void
setDescription
(String name) Sets the description.void
Sets the name.void
Sets the vendor.void
setVersion
(String name) Sets the version.
-
Constructor Details
-
DescriptorMetaData
Instantiates a new descriptor meta data.- Parameters:
editor
- the editor
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name
- the new name
-
getVersion
Gets the version.- Returns:
- the version
-
setVersion
Sets the version.- Parameters:
name
- the new version
-
getVendor
Gets the vendor.- Returns:
- the vendor
-
setVendor
Sets the vendor.- Parameters:
name
- the new vendor
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
name
- the new description
-