Uses of Enum
com.regnosys.rosetta.rosetta.expression.ExistsModifier
Packages that use ExistsModifier
Package
Description
-
Uses of ExistsModifier in com.regnosys.rosetta.generator.java.expression
Methods in com.regnosys.rosetta.generator.java.expression with parameters of type ExistsModifierModifier and TypeMethodDescriptionExpressionGenerator.exists(JavaStatementBuilder arg, ExistsModifier modifier, JavaScope scope) -
Uses of ExistsModifier in com.regnosys.rosetta.rosetta.expression
Fields in com.regnosys.rosetta.rosetta.expression with type parameters of type ExistsModifierModifier and TypeFieldDescriptionstatic final List<ExistsModifier>ExistsModifier.VALUESA public read-only list of all the 'Exists Modifier' enumerators.Methods in com.regnosys.rosetta.rosetta.expression that return ExistsModifierModifier and TypeMethodDescriptionstatic ExistsModifierExistsModifier.get(int value) Returns the 'Exists Modifier' literal with the specified integer value.static ExistsModifierReturns the 'Exists Modifier' literal with the specified literal value.static ExistsModifierReturns the 'Exists Modifier' literal with the specified name.RosettaExistsExpression.getModifier()Returns the value of the 'Modifier' attribute.static ExistsModifierReturns the enum constant of this type with the specified name.static ExistsModifier[]ExistsModifier.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.regnosys.rosetta.rosetta.expression with parameters of type ExistsModifierModifier and TypeMethodDescriptionvoidRosettaExistsExpression.setModifier(ExistsModifier value) Sets the value of the 'Modifier' attribute. -
Uses of ExistsModifier in com.regnosys.rosetta.rosetta.expression.impl
Fields in com.regnosys.rosetta.rosetta.expression.impl declared as ExistsModifierModifier and TypeFieldDescriptionprotected ExistsModifierRosettaExistsExpressionImpl.modifierThe cached value of the 'Modifier' attribute.protected static final ExistsModifierRosettaExistsExpressionImpl.MODIFIER_EDEFAULTThe default value of the 'Modifier' attribute.Methods in com.regnosys.rosetta.rosetta.expression.impl that return ExistsModifierModifier and TypeMethodDescriptionExpressionFactoryImpl.createExistsModifierFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) RosettaExistsExpressionImpl.getModifier()Methods in com.regnosys.rosetta.rosetta.expression.impl with parameters of type ExistsModifierModifier and TypeMethodDescriptionvoidRosettaExistsExpressionImpl.setModifier(ExistsModifier newModifier)