java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.expression.ExpressionOperator |
The Expression Operators domain.
Java class for ExpressionOperator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionOperator"> <complexContent> <extension base="{http://xmlns.oracle.com/svc}DataObject"> <sequence> <element name="Operator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="OperatorType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
operator | |||||||||||
operatorType |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the operator property.
| |||||||||||
Gets the value of the operatorType property.
| |||||||||||
Sets the value of the operator property.
| |||||||||||
Sets the value of the operatorType property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the operator property.
Gets the value of the operatorType property.
Sets the value of the operator property.
value | Allowed object is String |
---|
Sets the value of the operatorType property.
value | Allowed object is String |
---|