public final class Operation extends Field
| Constructor and Description |
|---|
Operation() |
Operation(String className,
String methodName,
String propertyName,
String name,
String description,
Reference reference,
OperationType operationType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgument(Argument argument) |
List<Argument> |
getArguments() |
String |
getClassName() |
Reference |
getContainingType() |
OperationType |
getOperationType() |
boolean |
hasArguments() |
boolean |
isAsync() |
void |
setArguments(List<Argument> arguments) |
void |
setAsync(boolean async) |
void |
setClassName(String className) |
void |
setContainingType(Reference containingType) |
void |
setOperationType(OperationType operationType) |
getArray, getDefaultValue, getDescription, getMappingInfo, getMethodName, getName, getPropertyName, getReference, getTransformInfo, hasArray, hasDefaultValue, hasMappingInfo, hasTransformInfo, isNotNull, setArray, setDefaultValue, setDescription, setMappingInfo, setMethodName, setName, setNotNull, setPropertyName, setReference, setTransformInfopublic void setClassName(String className)
public String getClassName()
public void addArgument(Argument argument)
public boolean hasArguments()
public void setOperationType(OperationType operationType)
public OperationType getOperationType()
public Reference getContainingType()
public void setContainingType(Reference containingType)
public boolean isAsync()
public void setAsync(boolean async)
Copyright © 2018–2020. All rights reserved.