public class SetNamespaceOperation extends Object implements TransactionOperation, Serializable
Constructor and Description |
---|
SetNamespaceOperation() |
SetNamespaceOperation(String prefix,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
void |
execute(RepositoryConnection con)
Executes this operation on the supplied connection.
|
String |
getName() |
String |
getPrefix() |
int |
hashCode() |
void |
setName(String name) |
void |
setPrefix(String prefix) |
public String getName()
public void setName(String name)
public String getPrefix()
public void setPrefix(String prefix)
public void execute(RepositoryConnection con) throws RepositoryException
TransactionOperation
execute
in interface TransactionOperation
con
- The connection the operation should be performed on.RepositoryException
- If such an exception is thrown by the connection while executing the operation.Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.