|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.mxquery.model.updatePrimitives.ReplaceValue
public class ReplaceValue
Field Summary |
---|
Fields inherited from interface ch.ethz.mxquery.model.updatePrimitives.UpdatePrimitive |
---|
DELETE, INSERT_AFTER, INSERT_ATTRIBUTES, INSERT_BEFORE, INSERT_INTO, INSERT_INTO_AS_FIRST, INSERT_INTO_AS_LAST, PUT, RENAME, REPLACE_NODE, REPLACE_NODE_CONTENT, REPLACE_VALUE |
Constructor Summary | |
---|---|
ReplaceValue(Identifier targetId,
java.lang.String stringValue)
|
Method Summary | |
---|---|
void |
applyUpdate()
|
UpdateableStore |
getStore()
|
Identifier |
getTargetId()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplaceValue(Identifier targetId, java.lang.String stringValue)
Method Detail |
---|
public void applyUpdate() throws MXQueryException
applyUpdate
in interface UpdatePrimitive
MXQueryException
public Identifier getTargetId()
getTargetId
in interface UpdatePrimitive
public int getType()
getType
in interface UpdatePrimitive
public UpdateableStore getStore()
getStore
in interface UpdatePrimitive
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |