net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app100
Interface PortletModeType

All Known Implementing Classes:
PortletModeTypeImpl

public interface PortletModeType

Portlet modes. The specification pre-defines the following values as valid portlet mode constants: "edit", "help", "view". Portlet mode names are not case sensitive. Used in: custom-portlet-mode, supports

Java class for portlet-modeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="portlet-modeType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 String getValue()
          Gets the value of the value property.
 void setValue(String value)
          Sets the value of the value property.
 

Method Detail

getValue

String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.