-
public final class EntityStepSelectionA step entity configuration option.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringvalueprivate final StringentityRoleprivate final StringentityType
-
Constructor Summary
Constructors Constructor Description EntityStepSelection(String value, String entityRole, String entityType)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final EntityStepSelectioncopy(String value, String entityRole, String entityType)final StringgetValue()The optional entity predefined value. final StringgetEntityRole()The role of the searched entity. final StringgetEntityType()The type of searched entity. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final EntityStepSelection copy(String value, String entityRole, String entityType)
-
getEntityRole
final String getEntityRole()
The role of the searched entity.
-
getEntityType
final String getEntityType()
The type of searched entity.
-
-
-
-