Modifier and Type | Field and Description |
---|---|
static RecipeProcessParamLink<RecipeProcessParamText> |
RecipeProcessParam.TO_RECIPE_PROCESS_PARAM_DESC
Use with available fluent helpers to apply the to_RecipeProcessParamDesc navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeProcessParamText |
RecipeProcessParamText.RecipeProcessParamTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<RecipeProcessParamText> |
RecipeProcessParam.fetchRecipeProcessParamDesc()
Fetches the RecipeProcessParamText entities (one to many) associated with this entity.
|
protected Class<RecipeProcessParamText> |
RecipeProcessParamTextByKeyFluentHelper.getEntityClass() |
protected Class<RecipeProcessParamText> |
RecipeProcessParamTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<RecipeProcessParamText>> |
RecipeProcessParam.getRecipeProcessParamDescIfPresent()
Retrieval of associated RecipeProcessParamText entities (one to many).
|
List<RecipeProcessParamText> |
RecipeProcessParam.getRecipeProcessParamDescOrFetch()
Retrieval of associated RecipeProcessParamText entities (one to many).
|
Class<RecipeProcessParamText> |
RecipeProcessParamText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RecipeProcessParam.addRecipeProcessParamDesc(RecipeProcessParamText... entity)
Adds elements to the list of associated RecipeProcessParamText entities.
|
RecipeProcessParam.RecipeProcessParamBuilder |
RecipeProcessParam.RecipeProcessParamBuilder.recipeProcessParamDesc(RecipeProcessParamText... value)
Navigation property to_RecipeProcessParamDesc for RecipeProcessParam to multiple
RecipeProcessParamText.
|
Modifier and Type | Method and Description |
---|---|
void |
RecipeProcessParam.setRecipeProcessParamDesc(List<RecipeProcessParamText> value)
Overwrites the list of associated RecipeProcessParamText entities for the loaded navigation property
to_RecipeProcessParamDesc.
|
Constructor and Description |
---|
RecipeProcessParam(UUID recipeProcessParamUUID,
String recipeProcessParam,
String recipeProcessParamUnit,
Boolean recipeProcessParamUnitIsFxd,
String recipeProcessParamTgtVal,
Boolean recipeProcessParamTgtValIsFxd,
String recipeProcessParamMinVal,
Boolean recipeProcessParamMinValIsFxd,
String recipeProcessParamMaxVal,
Boolean recipeProcessParamMaxValIsFxd,
String recipeProcessParamDecPlaces,
String recipeProcessParamGroup,
String recipeProcessParamClass,
Boolean recipeProcessParamIsObsolete,
Boolean recipeProcessParamIsDeleted,
List<RecipeProcessParamText> toRecipeProcessParamDesc) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RecipeProcessParamText> |
RecipeProcessParamTextOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected RecipeProcessParamTextLink<ObjectT> |
RecipeProcessParamTextLink.translateLinkType(EntityLink<RecipeProcessParamTextLink<ObjectT>,RecipeProcessParamText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.