OSID Logo
OSID Specifications
dictionary batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.dictionary.batch.EntryPeer
Implementsosid.OsidCapsule
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.