Uses of Enum
com.regnosys.rosetta.rosetta.expression.Necessity
Packages that use Necessity
Package
Description
-
Uses of Necessity in com.regnosys.rosetta.rosetta.expression
Fields in com.regnosys.rosetta.rosetta.expression with type parameters of type NecessityModifier and TypeFieldDescriptionNecessity.VALUESA public read-only list of all the 'Necessity' enumerators.Methods in com.regnosys.rosetta.rosetta.expression that return NecessityModifier and TypeMethodDescriptionstatic NecessityNecessity.get(int value) Returns the 'Necessity' literal with the specified integer value.static NecessityReturns the 'Necessity' literal with the specified literal value.static NecessityReturns the 'Necessity' literal with the specified name.ChoiceOperation.getNecessity()Returns the value of the 'Necessity' attribute.static NecessityReturns the enum constant of this type with the specified name.static Necessity[]Necessity.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 NecessityModifier and TypeMethodDescriptionvoidChoiceOperation.setNecessity(Necessity value) Sets the value of the 'Necessity' attribute. -
Uses of Necessity in com.regnosys.rosetta.rosetta.expression.impl
Fields in com.regnosys.rosetta.rosetta.expression.impl declared as NecessityModifier and TypeFieldDescriptionprotected NecessityChoiceOperationImpl.necessityThe cached value of the 'Necessity' attribute.protected static final NecessityChoiceOperationImpl.NECESSITY_EDEFAULTThe default value of the 'Necessity' attribute.Methods in com.regnosys.rosetta.rosetta.expression.impl that return NecessityModifier and TypeMethodDescriptionExpressionFactoryImpl.createNecessityFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChoiceOperationImpl.getNecessity()Methods in com.regnosys.rosetta.rosetta.expression.impl with parameters of type Necessity