Modifier and Type | Required Element and Description |
---|---|
String |
name |
OperationType |
type
Operation type, function or action.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isComposable
A function element MAY specify a Boolean value for the IsComposable attribute.
|
Class<?> |
referenceType |
String |
returnType
The action/function MAY/MUST specify a return type using the edm:ReturnType element.
|
public abstract String name
public abstract OperationType type
public abstract Class<?> referenceType
public abstract String returnType
public abstract boolean isComposable
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.