Interface MsFactoryPropertyBean
- All Superinterfaces:
weblogic.descriptor.DescriptorBean,Jsr309BaseBean,weblogic.descriptor.SettableBean
Ms Factory Property Bean.
- Author:
- Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
-
Method Summary
Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListenerMethods inherited from interface oracle.sdp.jsr309.configuration.beans.Jsr309BaseBean
getName, setNameMethods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
-
Method Details
-
getValue
String getValue()Gets the property value.- Returns:
- value
-
setValue
Sets the property value.- Parameters:
value- property value
-