public class Operation extends Object implements Comparable<Operation>
| Modifier and Type | Class and Description |
|---|---|
static class |
Operation.Parameter |
static class |
Operation.Reply |
| Constructor and Description |
|---|
Operation(String name,
String description,
List<Operation.Parameter> parameters,
Deprecated deprecated,
Operation.Reply reply,
boolean readOnly,
boolean runtimeOnly) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Operation o) |
static Operation |
fromProperty(org.jboss.dmr.Property property) |
Deprecated |
getDeprecated() |
String |
getDescription() |
String |
getName() |
List<Operation.Parameter> |
getParameters() |
Operation.Reply |
getReply() |
boolean |
isReadOnly() |
boolean |
isRuntimeOnly() |
public Operation(String name, String description, List<Operation.Parameter> parameters, Deprecated deprecated, Operation.Reply reply, boolean readOnly, boolean runtimeOnly)
public String getName()
public String getDescription()
public List<Operation.Parameter> getParameters()
public Deprecated getDeprecated()
public Operation.Reply getReply()
public boolean isReadOnly()
public boolean isRuntimeOnly()
public static Operation fromProperty(org.jboss.dmr.Property property)
public int compareTo(Operation o)
compareTo in interface Comparable<Operation>Copyright © 2023 JBoss by Red Hat. All rights reserved.