Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


oracle.sdp.jsr309.configuration.beans
Interface MsFactoryPropertyBean

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

public interface MsFactoryPropertyBean
extends Jsr309BaseBean

Ms Factory Property Bean.


Method Summary
 java.lang.String getPropertyName()
          Get Property Name.
 java.lang.String getValue()
          Get the property value.
 void setPropertyName(java.lang.String propertyName)
          Set property name.
 void setValue(java.lang.String value)
          Set the property value.

 

Methods inherited from interface oracle.sdp.jsr309.configuration.beans.Jsr309BaseBean
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

getPropertyName

java.lang.String getPropertyName()
Get Property Name.
Returns:
property name

setPropertyName

void setPropertyName(java.lang.String propertyName)
Set property name.
Parameters:
propertyName - Property Name

getValue

java.lang.String getValue()
Get the property value.
Returns:
value

setValue

void setValue(java.lang.String value)
Set the property value.
Parameters:
value - property value

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.