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.j2ee.descriptor.wl
Interface VariableAssignmentBean


public interface VariableAssignmentBean

An XML variable-assignmentType(@http://www.bea.com/ns/weblogic/90). This is a complex type.


Field Summary
static String ADD
          For array properties the values in the VariableBean are added to the array.
static String NOTPLANBASED
          For variable-assignments that override beans from external descriptors
static String PLANBASED
          For plan based beans, the value is set to planbased
static String REMOVE
          For array properties the values in the VariableBean are remove from the array
static String REPLACE
          For array properties the values are set by the VariableBean values

 

Method Summary
abstract  String getDescription()
          Gets the "description" element
abstract  String getName()
          Gets the "name" element
abstract  String getOperation()
          The type of operation for this assignment.
abstract  String getXpath()
          Gets the "xpath" element
abstract  void setDescription(String description)
          Sets the "description" element
abstract  void setName(String name)
          Sets the "name" element
abstract  void setOperation(String operation)
          Sets the "operation" element
abstract  void setOrigin(String planBasedDBean)
          Sets the "planBasedDBean" boolean element
abstract  void setXpath(String xpath)
          Sets the "xpath" element

 

Field Detail

ADD

static final String ADD
For array properties the values in the VariableBean are added to the array. This is the default operation.
See Also:
Constant Field Values

REMOVE

static final String REMOVE
For array properties the values in the VariableBean are remove from the array
See Also:
Constant Field Values

REPLACE

static final String REPLACE
For array properties the values are set by the VariableBean values
See Also:
Constant Field Values

PLANBASED

static final String PLANBASED
For plan based beans, the value is set to planbased
See Also:
Constant Field Values

NOTPLANBASED

static final String NOTPLANBASED
For variable-assignments that override beans from external descriptors
See Also:
Constant Field Values

Method Detail

getDescription

String getDescription()
Gets the "description" element

setDescription

void setDescription(String description)
Sets the "description" element
Parameters:
description -

getName

String getName()
Gets the "name" element

setName

void setName(String name)
Sets the "name" element
Parameters:
name -

getXpath

String getXpath()
Gets the "xpath" element

setXpath

void setXpath(String xpath)
Sets the "xpath" element
Parameters:
xpath -

setOrigin

void setOrigin(String planBasedDBean)
Sets the "planBasedDBean" boolean element
Parameters:
planBasedDBean -

getOperation

String getOperation()
The type of operation for this assignment. Only applies to array properties. The default is VariableAssignmentBean.ADD

setOperation

void setOperation(String operation)
Sets the "operation" element
Parameters:
operation -

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