Uses of Enum
com.regnosys.rosetta.common.transform.TransformType
Packages that use TransformType
-
Uses of TransformType in com.regnosys.rosetta.common.transform
Methods in com.regnosys.rosetta.common.transform that return TransformTypeModifier and TypeMethodDescriptionPipelineModel.Transform.getType()static TransformTypeReturns the enum constant of this type with the specified name.static TransformType[]TransformType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.regnosys.rosetta.common.transform with parameters of type TransformTypeModifier and TypeMethodDescriptionstatic PipelineModelTestPackUtils.createPipeline(TransformType transformType, String functionQualifiedName, String displayName, String inputType, String outputType, String upstreamPipelineId, PipelineModel.Serialisation inputSerialisation, PipelineModel.Serialisation outputSerialisation, String modelId) static StringTestPackUtils.createPipelineId(TransformType transformType, String modelId, String functionQualifiedName) static TestPackModelTestPackUtils.createTestPack(String testPackName, TransformType transformType, String modelId, String formattedFunctionName, List<TestPackModel.SampleModel> sampleModels) Constructors in com.regnosys.rosetta.common.transform with parameters of type TransformTypeModifierConstructorDescriptionTransform(TransformType type, String function, String inputType, String outputType)