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
ConstructorsConstructorDescriptionFeatureValue(ICasDocument document, FeatureStructure structure, Feature feature) Initializes a new instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAdapter(Class adapter) Retrieves theFeature.Gets the feature structure.getValue()Gets the value.inthashCode()
-
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:
getAdapterin interfaceorg.eclipse.core.runtime.IAdaptable
-
equals
-
hashCode
public int hashCode() -
getFeature
Retrieves theFeature.- Returns:
- the
Feature
-