Uses of Enum
com.regnosys.rosetta.types.ROperationType
Packages that use ROperationType
-
Uses of ROperationType in com.regnosys.rosetta.types
Methods in com.regnosys.rosetta.types that return ROperationTypeModifier and TypeMethodDescriptionROperation.getROperationType()static ROperationTypeReturns the enum constant of this type with the specified name.static ROperationType[]ROperationType.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 ROperationTypeModifierConstructorDescriptionROperation(ROperationType rOperationType, RAssignedRoot pathHead, List<RAttribute> pathTail, RosettaExpression expression)