Class RefParameter
java.lang.Object
org.qubership.atp.dataset.service.jpa.model.dsllazyload.referencedcontext.RefParameter
Used for referenced DSL parameter representation.
-
Constructor Summary
ConstructorsConstructorDescriptionRefParameter(UUID parentDataSetId, ParameterContext parameter, boolean isOverLap, ParameterPositionContext positionContext, DataSetParameterProvider parameterProvider) Default constructor.RefParameter(UUID parentDataSetId, ParameterContext parameter, boolean isOverLap, ParameterPositionContext positionContext, DataSetParameterProvider parameterProvider, FileData fileInfo) Used for file parameters. -
Method Summary
-
Constructor Details
-
RefParameter
public RefParameter(UUID parentDataSetId, ParameterContext parameter, boolean isOverLap, ParameterPositionContext positionContext, DataSetParameterProvider parameterProvider) Default constructor. -
RefParameter
public RefParameter(UUID parentDataSetId, ParameterContext parameter, boolean isOverLap, ParameterPositionContext positionContext, DataSetParameterProvider parameterProvider, FileData fileInfo) Used for file parameters.
-
-
Method Details
-
getValue
Parse and get value.
-