public class AddParameterExampleCommand_30 extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
boolean |
_exampleAdded |
String |
_newExampleDescription |
String |
_newExampleName |
String |
_newExampleSummary |
Object |
_newExampleValue |
NodePath |
_parentPath |
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 _parentPath
public Object _newExampleValue
public String _newExampleName
public String _newExampleSummary
public String _newExampleDescription
public boolean _exampleAdded
public void execute(Document document)
ICommand
Copyright © 2021 Red Hat. All rights reserved.