org.jboss.portal.portlet.info
Interface ModeInfo

All Known Implementing Classes:
ModeInfoSupport

public interface ModeInfo

Since:
2.4
Version:
$Revision: 6818 $
Author:
Julien Viet

Method Summary
 LocalizedString getDescription()
          The mode description.
 Mode getMode()
          The mode value.
 java.lang.String getModeName()
          Retrieves the associated Mode name.
 

Method Detail

getDescription

LocalizedString getDescription()
The mode description.


getMode

Mode getMode()
The mode value.


getModeName

java.lang.String getModeName()
Retrieves the associated Mode name.

Returns:
the associated Mode name.