Uses of Enum
com.regnosys.rosetta.types.RFunctionOrigin
Packages that use RFunctionOrigin
-
Uses of RFunctionOrigin in com.regnosys.rosetta.types
Methods in com.regnosys.rosetta.types that return RFunctionOriginModifier and TypeMethodDescriptionRFunction.getOrigin()static RFunctionOriginReturns the enum constant of this type with the specified name.static RFunctionOrigin[]RFunctionOrigin.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.regnosys.rosetta.types with parameters of type RFunctionOriginModifierConstructorDescriptionRFunction(ModelReportId reportId, String definition, List<RAttribute> inputs, RAttribute output, RFunctionOrigin origin, List<Condition> preConditions, List<Condition> postConditions, List<RShortcut> shortcuts, List<ROperation> operations, List<AnnotationRef> annotations) RFunction(ModelSymbolId symbolId, String definition, List<RAttribute> inputs, RAttribute output, RFunctionOrigin origin, List<Condition> preConditions, List<Condition> postConditions, List<RShortcut> shortcuts, List<ROperation> operations, List<AnnotationRef> annotations)