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 TestPackModelTestPackUtils.createTestPack(String dataSetName, TransformType transformType, 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)