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

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

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

Normal portal state constant. Do not use this class directly, use the PortalState.MORMAL 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.NormalStateConstant()
          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.NormalStateConstant

protected Constants.NormalStateConstant()
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()