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

Part Number E27170-02

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
 String getDescription()
          Gets the "description" element
 String getName()
          Gets the "name" element
 String getOperation()
          The type of operation for this assignment.
 String getXpath()
          Gets the "xpath" element
 void setDescription(String description)
          Sets the "description" element
 void setName(String name)
          Sets the "name" element
 void setOperation(String operation)
          Sets the "operation" element
 void setOrigin(String planBasedDBean)
          Sets the "planBasedDBean" boolean element
 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

Default Value:
weblogic.j2ee.descriptor.wl.VariableAssignmentBean.ADD

setOperation

void setOperation(String operation)
Sets the "operation" element

Parameters:
operation -

Copyright 1996, 2013, 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.1.2)

Part Number E27170-02