Modifier and Type | Field and Description |
---|---|
static RecipeSelectable |
Recipe.ALL_FIELDS
Selector for all available fields of Recipe.
|
Modifier and Type | Class and Description |
---|---|
class |
RecipeField<FieldT>
Template class to represent entity fields of the Entity
Recipe . |
Modifier and Type | Class and Description |
---|---|
class |
RecipeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Recipe to other entities. |
class |
RecipeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Recipe to other entities,
where the cardinality of the related entity is at most 1. |
Copyright © 2020 SAP SE. All rights reserved.