OSID Logo
OSID Specifications
dictionary batch package
Version 3.1.0
Interfaceosid.dictionary.batch.EntryPeer
Implementsosid.OsidCapsule
Used Byosid.dictionary.batch.EntryPeerList
Description

An interface for the keys of the Entry.

MethodgetKey
Description

Gets the entry key.

Returnobject the entry key
Compliancemandatory This method must be implemented.
MethodgetKeyType
Description

Gets the entry key type.

Returnosid.type.Type the entry key type
Compliancemandatory This method must be implemented.
MethodgetValueType
Description

Gets the entry value type.

Returnosid.type.Type the entry value type
Compliancemandatory This method must be implemented.