Interface Jsr309BaseBean

All Superinterfaces:
weblogic.descriptor.DescriptorBean, weblogic.descriptor.SettableBean
All Known Subinterfaces:
Jsr309ConfigurationBean, MsFactoryPropertyBean

public interface Jsr309BaseBean extends weblogic.descriptor.DescriptorBean
Jsr309BaseBean.
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the bean.
    void
    Sets the value of the Name attribute.

    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 Details

    • getName

      String getName()
      The name of the bean.
      Returns:
      name
    • setName

      void setName(String name)
      Sets the value of the Name attribute.
      Parameters:
      name - bean name
      See Also: