Interface EntryPeer

All Superinterfaces:
OsidCapsule

public interface EntryPeer extends OsidCapsule

An interface for the keys of the Entry .

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the entry key.
    Gets the entry key type.
    Gets the entry value type.
  • Method Details

    • getKey

      Object getKey()
      Gets the entry key.
      Returns:
      the entry key
      Compliance:
      mandatory - This method must be implemented.
    • getKeyType

      Type getKeyType()
      Gets the entry key type.
      Returns:
      the entry key type
      Compliance:
      mandatory - This method must be implemented.
    • getValueType

      Type getValueType()
      Gets the entry value type.
      Returns:
      the entry value type
      Compliance:
      mandatory - This method must be implemented.