Skip navigation links
oracle.binding.meta
Interface OperationReturnDefinition
- All Superinterfaces:
- AttributeDefinition, Definition, NamedDefinition, ParameterDefinition, VariableDefinition
- All Known Implementing Classes:
- MethodReturnDef
-
public interface OperationReturnDefinition
- extends ParameterDefinition
Marker interface for defining return types, as returned in the getReturnType method in OperationDefinition. Operation return types may be unstructured, scalar types or structured types that represent accessors to complex business object graphs. Operation return types that are structured should also implement AccessorDefinition and isAccessor to return true.. Instances of this interface should return TYPE_OPERATIONRETURN, which is defined in oracle.binding.meta.Definition, when its getType() method is called.
Fields inherited from interface oracle.binding.meta.Definition |
TYPE_ACCESSOR, TYPE_ATTRIBUTE, TYPE_CRITERIA, TYPE_CRITERIA_ITEM, TYPE_CRITERIA_OPERATOR, TYPE_CRITERIA_ROW, TYPE_DATACONTROL, TYPE_DEFINITION, TYPE_DEFINITIONCONTEXT, TYPE_NAMED, TYPE_OPERATION, TYPE_OPERATIONRETURN, TYPE_PARAMETER, TYPE_STRUCTURE, TYPE_VARIABLE |
Skip navigation links
Copyright © 1997, 2011, Oracle. All rights reserved.