Inheritance diagram for IAttributeValueMap:
Collaboration diagram for IAttributeValueMap:Public Methods | |
| String | getValue (String attribute) |
| Set< String > | getAttributes () |
| Map< String, String > | getAttributeValuePairs () |
| void | setId (long id) |
| long | calcTypeId () |
Package Functions | |
| long | getId () |
| long calcTypeId | ( | ) | [inherited] |
| Set<String> getAttributes | ( | ) |
Implemented in AttributeValueMap.
| Map<String, String> getAttributeValuePairs | ( | ) |
Implemented in AttributeValueMap.
| long getId | ( | ) | [package, inherited] |
Returns the Id of this DataObject. Might return 0, if the object hasn't been inserted into database yet.
Implemented in LabeledAnnotation, AttributeValueMap, DublinCoreMetaDataImpl, Frequencies, CoincidenceStatsImpl, CorpusStatsImpl, MultipleTokensStats, VoynichTextLabelsImpl, SyntaxNode< T >, TabularSummary, SimpleComparatorScore, and AccessAdapterTestResultList.
| String getValue | ( | String | attribute | ) |
Implemented in AttributeValueMap.
| void setId | ( | long | id | ) | [inherited] |
Set the Id of this DataObject.
| id |
Implemented in LabeledAnnotation, AttributeValueMap, DublinCoreMetaDataImpl, Frequencies, CoincidenceStatsImpl, CorpusStatsImpl, MultipleTokensStats, VoynichTextLabelsImpl, SyntaxNode< T >, TabularSummary, SimpleComparatorScore, and AccessAdapterTestResultList.