Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.diameter.management.descriptor.beans
Interface ParamBean

All Superinterfaces:
weblogic.descriptor.DescriptorBean, DiameterDescriptorBean, weblogic.descriptor.SettableBean

public interface ParamBean
extends DiameterDescriptorBean

Method Summary
 java.lang.String getValue()
           
 boolean isValueSet()
           
 void setValue(java.lang.String value)
           

 

Methods inherited from interface com.bea.wcp.diameter.management.descriptor.beans.DiameterDescriptorBean
getName, setName

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet

 

Method Detail

getValue

java.lang.String getValue()

setValue

void setValue(java.lang.String value)

isValueSet

boolean isValueSet()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.