public interface Entry
Key-entity pairs are used to identify the members of a dictionary.
Relevant Factory Methods:
Schema Definition:
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyEntityPair">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/ns/prov#}TypedValue"/>
<element name="entity" type="{http://www.w3.org/ns/prov#}IDRef"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
QualifiedName |
getEntity() |
Key |
getKey() |
void |
setEntity(QualifiedName entity) |
void |
setKey(Key key) |
void setKey(Key key)
void setEntity(QualifiedName entity)
Key getKey()
QualifiedName getEntity()
Copyright © 2016. All rights reserved.