Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.diagnostics.descriptor
Interface WLDFPropertyBean

All Superinterfaces:
WLDFBean, WLDFConfigurationPropertyBean

public interface WLDFPropertyBean
extends WLDFConfigurationPropertyBean

Represents a simple unencrypted configuration property.

Since:
12.2.1.0.0

Method Summary
abstract  String getValue()
           Specifies the value of the property.
abstract  void setValue(String value)
          Sets the value of the value attribute.

 

Methods inherited from interface weblogic.diagnostics.descriptor.WLDFBean
getId, getName

 

Method Detail

getValue

String getValue()

Specifies the value of the property.

Returns:
property value

setValue

void setValue(String value)

Sets the value of the value attribute.

Parameters:
value -

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09