public class FeatureNameType extends Object
Constructor and Description |
---|
FeatureNameType(String name,
String type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the feature.
|
String |
getType()
Get the UIMA Type of the feature.
|
FeatureNameType |
setName(String name)
Set the name of the feature.
|
FeatureNameType |
setType(String type)
Set the UIMA Type of the feature.
|
public String getName()
public FeatureNameType setName(String name)
name
- Name of the feature. e.g. - patternpublic String getType()
public FeatureNameType setType(String type)
type
- the UIMA Type of the feature. e.g. - uima.cas.StringCopyright © 2018 Department of Veterans Affairs. All Rights Reserved.