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() |
GenericsInfo |
getGenericsInfo() |
OperationType |
getOperationType() |
boolean |
hasArguments() |
void |
setArguments(List<Argument> arguments) |
void |
setClassName(String className) |
void |
setContainingType(Reference containingType) |
void |
setGenericsInfo(GenericsInfo genericsInfo) |
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 GenericsInfo getGenericsInfo()
public void setGenericsInfo(GenericsInfo genericsInfo)
Copyright © 2018–2020. All rights reserved.