org.apache.jetspeed.om.portlet.impl
Class ContainerRuntimeOptionValueImpl

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.impl.ContainerRuntimeOptionValueImpl
All Implemented Interfaces:
ContainerRuntimeOptionValue

public class ContainerRuntimeOptionValueImpl
extends java.lang.Object
implements ContainerRuntimeOptionValue


Constructor Summary
ContainerRuntimeOptionValueImpl()
           
ContainerRuntimeOptionValueImpl(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object qname)
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerRuntimeOptionValueImpl

public ContainerRuntimeOptionValueImpl()

ContainerRuntimeOptionValueImpl

public ContainerRuntimeOptionValueImpl(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface ContainerRuntimeOptionValue

equals

public boolean equals(java.lang.Object qname)
Overrides:
equals in class java.lang.Object

toString

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


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.