Modifier and Type | Field and Description |
---|---|
static RecipeProcessParamValueLink<RecProcParamValClass> |
RecipeProcessParamValue.TO_REC_PROC_PARAM_VAL_CLASS
Use with available fluent helpers to apply the to_RecProcParamValClass navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
RecProcParamValClass |
RecProcParamValClass.RecProcParamValClassBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<RecProcParamValClass> |
RecipeProcessParamValue.fetchRecProcParamValClass()
Fetches the RecProcParamValClass entities (one to many) associated with this entity.
|
protected Class<RecProcParamValClass> |
RecProcParamValClassByKeyFluentHelper.getEntityClass() |
protected Class<RecProcParamValClass> |
RecProcParamValClassFluentHelper.getEntityClass() |
Optional<List<RecProcParamValClass>> |
RecipeProcessParamValue.getRecProcParamValClassIfPresent()
Retrieval of associated RecProcParamValClass entities (one to many).
|
List<RecProcParamValClass> |
RecipeProcessParamValue.getRecProcParamValClassOrFetch()
Retrieval of associated RecProcParamValClass entities (one to many).
|
Class<RecProcParamValClass> |
RecProcParamValClass.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RecipeProcessParamValue.addRecProcParamValClass(RecProcParamValClass... entity)
Adds elements to the list of associated RecProcParamValClass entities.
|
RecipeProcessParamValue.RecipeProcessParamValueBuilder |
RecipeProcessParamValue.RecipeProcessParamValueBuilder.recProcParamValClass(RecProcParamValClass... value) |
Modifier and Type | Method and Description |
---|---|
void |
RecipeProcessParamValue.setRecProcParamValClass(List<RecProcParamValClass> value)
Overwrites the list of associated RecProcParamValClass entities for the loaded navigation property
to_RecProcParamValClass.
|
Constructor and Description |
---|
RecipeProcessParamValue(UUID recipeProcessParamValUUID,
UUID recipeProcessUUID,
UUID recipeProcessElementUUID,
UUID recipeProcessParamUUID,
UUID recipeProcessEquipRqmtUUID,
String recipeProcessParamUnit,
String recipeProcessParamTgtVal,
String recipeProcessParamMinVal,
String recipeProcessParamMaxVal,
String recipeProcessParamSqncNmbr,
ZonedDateTime recipeLastChangeDateTime,
Recipe toRecipe,
RecipeProcessElement toRecipeProcessElement,
RecipeProcessEquipRqmt toRecipeProcessEquipRqmt,
RecipeProcessParam toRecipeProcessParam,
List<RecipeProcessParamValueTxt> toRecipeProcessParamValueTxt,
List<RecProcParamValCharc> toRecProcParamValCharc,
List<RecProcParamValClass> toRecProcParamValClass) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RecProcParamValClass> |
RecProcParamValClassOneToOneLink.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 RecProcParamValClassLink<ObjectT> |
RecProcParamValClassLink.translateLinkType(EntityLink<RecProcParamValClassLink<ObjectT>,RecProcParamValClass,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.