Interface MsFactoryPropertyBean

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

public interface MsFactoryPropertyBean extends Jsr309BaseBean
Ms Factory Property Bean.
Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the property value.
    void
    Sets the property value.

    Methods inherited from interface weblogic.descriptor.DescriptorBean

    addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener

    Methods inherited from interface oracle.sdp.jsr309.configuration.beans.Jsr309BaseBean

    getName, setName

    Methods inherited from interface weblogic.descriptor.SettableBean

    isSet, unSet
  • Method Details

    • getValue

      String getValue()
      Gets the property value.
      Returns:
      value
    • setValue

      void setValue(String value)
      Sets the property value.
      Parameters:
      value - property value