站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

WSRPPortletInfo.BasicModeInfo - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.wsrp.consumer.portlet.info
Class WSRPPortletInfo.BasicModeInfo

java.lang.Object
  extended byorg.jboss.portal.wsrp.consumer.portlet.info.WSRPPortletInfo.BasicModeInfo
All Implemented Interfaces:
ModeInfo
Enclosing class:
WSRPPortletInfo

class WSRPPortletInfo.BasicModeInfo
extends java.lang.Object
implements ModeInfo


Field Summary
(package private)  Mode mode
           
 
Constructor Summary
WSRPPortletInfo.BasicModeInfo(Mode mode)
           
 
Method Summary
 LocalizedString getDescription()
          The mode description.
 Mode getMode()
          The mode value.
 java.lang.String getModeName()
          Retrieves the associated Mode name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

Mode mode
Constructor Detail

WSRPPortletInfo.BasicModeInfo

public WSRPPortletInfo.BasicModeInfo(Mode mode)
Method Detail

getDescription

public LocalizedString getDescription()
Description copied from interface: ModeInfo
The mode description.

Specified by:
getDescription in interface ModeInfo

getMode

public Mode getMode()
Description copied from interface: ModeInfo
The mode value.

Specified by:
getMode in interface ModeInfo

getModeName

public java.lang.String getModeName()
Description copied from interface: ModeInfo
Retrieves the associated Mode name.

Specified by:
getModeName in interface ModeInfo
Returns:
the associated Mode name.