Package org.apache.uima.caseditor.editor
Class FeatureValue
java.lang.Object
org.apache.uima.caseditor.editor.FeatureValue
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
The Class FeatureValue.
-
Constructor Summary
ConstructorDescriptionFeatureValue
(ICasDocument document, FeatureStructure structure, Feature feature) Initializes a new instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAdapter
(Class adapter) Retrieves theFeature
.Gets the feature structure.getValue()
Gets the value.int
hashCode()
-
Constructor Details
-
FeatureValue
Initializes a new instance.- Parameters:
document
- the documentstructure
- the structurefeature
- the feature
-
-
Method Details
-
getFeatureStructure
Gets the feature structure.- Returns:
- the feature structure
-
getValue
Gets the value.- Returns:
- the value
-
getAdapter
- Specified by:
getAdapter
in interfaceorg.eclipse.core.runtime.IAdaptable
-
equals
-
hashCode
public int hashCode() -
getFeature
Retrieves theFeature
.- Returns:
- the
Feature
-