public class UpdateSpec
extends java.lang.Object
ModifyStatement
.
Used internally for transformation of X DevAPI parameters into X Protocol ones.Constructor and Description |
---|
UpdateSpec(UpdateType updateType,
java.lang.String source)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getSource()
Get X Protocol ColumnIdentifier.
|
java.lang.Object |
getUpdateType()
Get X Protocol update type.
|
java.lang.Object |
getValue()
Get X Protocol value expression.
|
UpdateSpec |
setValue(java.lang.Object value)
Set value to be set by this update operation.
|
public UpdateSpec(UpdateType updateType, java.lang.String source)
updateType
- update operation typesource
- document path expressionpublic java.lang.Object getUpdateType()
public java.lang.Object getSource()
public UpdateSpec setValue(java.lang.Object value)
value
- value expressionpublic java.lang.Object getValue()