OSID Logo
OSID Specifications
dictionary batch package
Version 3.0.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.

Returnobjectthe entry key
CompliancemandatoryThis method must be implemented.
MethodgetKeyType
Description

Gets the entry key type.

Returnosid.type.Typethe entry key type
CompliancemandatoryThis method must be implemented.
MethodgetValueType
Description

Gets the entry value type.

Returnosid.type.Typethe entry value type
CompliancemandatoryThis method must be implemented.