org.apache.pluto.om.common
Interface DisplayNameSet

All Superinterfaces:
Model

public interface DisplayNameSet
extends Model

The DisplayNameSet interface represents all localized display names.

This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.


Method Summary
 DisplayName get(java.util.Locale locale)
          Returns the display name for the given locale
 java.util.Iterator iterator()
          Returns the elements of this set
 

Method Detail

iterator

java.util.Iterator iterator()
Returns the elements of this set

Returns:
An iterator containg all elements of type DisplayName

get

DisplayName get(java.util.Locale locale)
Returns the display name for the given locale

Returns:
the localized display name


Copyright © 2003-2009 . All Rights Reserved.