Modifier and Type | Field and Description |
---|---|
protected EntitySetPath |
entitySetPath |
protected boolean |
isBound |
protected String |
name |
protected List<Parameter> |
parameters |
protected ReturnType |
returnType |
Constructor and Description |
---|
Operation() |
Modifier and Type | Method and Description |
---|---|
EntitySetPath |
getEntitySetPath() |
String |
getName() |
List<Parameter> |
getParameters() |
ReturnType |
getReturnType() |
boolean |
isBound() |
Operation |
setBound(boolean isBound) |
Operation |
setEntitySetPath(EntitySetPath entitySetPath) |
Operation |
setName(String name) |
Operation |
setParameters(List<Parameter> parameters) |
Operation |
setReturnType(ReturnType returnType) |
protected String name
protected boolean isBound
protected EntitySetPath entitySetPath
protected ReturnType returnType
public String getName()
public boolean isBound()
public Operation setBound(boolean isBound)
public EntitySetPath getEntitySetPath()
public Operation setEntitySetPath(EntitySetPath entitySetPath)
public ReturnType getReturnType()
public Operation setReturnType(ReturnType returnType)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.