| Modifier and Type | Required Element and Description | 
|---|---|
| String | name | 
| OperationType | typeOperation type, function or action. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | isComposableA function element MAY specify a Boolean value for the IsComposable attribute. | 
| Class<?> | referenceType | 
| String | returnTypeThe 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–2023 The Apache Software Foundation. All rights reserved.