public class ChangeSchemaTypeCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
SimplifiedType |
_newType |
SimplifiedType |
_oldType |
NodePath |
_schemaPath |
Modifier and Type | Method and Description |
---|---|
void |
execute(Document document)
Called to execute the command against the given document.
|
void |
undo(Document document)
Called to undo the command (restore the document to a previous state).
|
isNullOrUndefined, type
public NodePath _schemaPath
public SimplifiedType _newType
public SimplifiedType _oldType
public void execute(Document document)
ICommand
Copyright © 2020 Red Hat. All rights reserved.