com.ibm.portal.portlet.service.url
Class Constants.SoloStateConstant

java.lang.Object
  extended by com.ibm.portal.portlet.service.url.Constants.SoloStateConstant
All Implemented Interfaces:
Constants, Constants.PortalState, java.io.Serializable
Enclosing interface:
Constants

public static class Constants.SoloStateConstant
extends java.lang.Object
implements Constants.PortalState, java.io.Serializable

Solo portal state constant. Do not use this class directly, use the PortalState.SOLO constant instead.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.portal.portlet.service.url.Constants
Constants.NormalStateConstant, Constants.PortalState, Constants.SoloStateConstant
 
Field Summary
 
Fields inherited from interface com.ibm.portal.portlet.service.url.Constants
NORMAL, SOLO
 
Constructor Summary
protected Constants.SoloStateConstant()
          Nobody should instantiate this class directly
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Constants.SoloStateConstant

protected Constants.SoloStateConstant()
Nobody should instantiate this class directly

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()