Interface ParamBean

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

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

    Modifier and Type
    Method
    Description
     
     
    void
     
    void
     

    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()
      Returns:
    • setName

      void setName(String name)
    • getValue

      String getValue()
    • setValue

      void setValue(String value)