Uses of Enum
com.regnosys.rosetta.rosetta.ExternalValueOperator
Packages that use ExternalValueOperator
-
Uses of ExternalValueOperator in com.regnosys.rosetta.rosetta
Fields in com.regnosys.rosetta.rosetta with type parameters of type ExternalValueOperatorModifier and TypeFieldDescriptionstatic final List<ExternalValueOperator>ExternalValueOperator.VALUESA public read-only list of all the 'External Value Operator' enumerators.Methods in com.regnosys.rosetta.rosetta that return ExternalValueOperatorModifier and TypeMethodDescriptionstatic ExternalValueOperatorExternalValueOperator.get(int value) Returns the 'External Value Operator' literal with the specified integer value.static ExternalValueOperatorReturns the 'External Value Operator' literal with the specified literal value.static ExternalValueOperatorReturns the 'External Value Operator' literal with the specified name.RosettaExternalEnumValue.getOperator()Returns the value of the 'Operator' attribute.RosettaExternalRegularAttribute.getOperator()Returns the value of the 'Operator' attribute.static ExternalValueOperatorReturns the enum constant of this type with the specified name.static ExternalValueOperator[]ExternalValueOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.regnosys.rosetta.rosetta with parameters of type ExternalValueOperatorModifier and TypeMethodDescriptionvoidRosettaExternalEnumValue.setOperator(ExternalValueOperator value) Sets the value of the 'Operator' attribute.voidRosettaExternalRegularAttribute.setOperator(ExternalValueOperator value) Sets the value of the 'Operator' attribute. -
Uses of ExternalValueOperator in com.regnosys.rosetta.rosetta.impl
Fields in com.regnosys.rosetta.rosetta.impl declared as ExternalValueOperatorModifier and TypeFieldDescriptionprotected ExternalValueOperatorRosettaExternalEnumValueImpl.operatorThe cached value of the 'Operator' attribute.protected ExternalValueOperatorRosettaExternalRegularAttributeImpl.operatorThe cached value of the 'Operator' attribute.protected static final ExternalValueOperatorRosettaExternalEnumValueImpl.OPERATOR_EDEFAULTThe default value of the 'Operator' attribute.protected static final ExternalValueOperatorRosettaExternalRegularAttributeImpl.OPERATOR_EDEFAULTThe default value of the 'Operator' attribute.Methods in com.regnosys.rosetta.rosetta.impl that return ExternalValueOperatorModifier and TypeMethodDescriptionRosettaFactoryImpl.createExternalValueOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) RosettaExternalEnumValueImpl.getOperator()RosettaExternalRegularAttributeImpl.getOperator()Methods in com.regnosys.rosetta.rosetta.impl with parameters of type ExternalValueOperatorModifier and TypeMethodDescriptionvoidRosettaExternalEnumValueImpl.setOperator(ExternalValueOperator newOperator) voidRosettaExternalRegularAttributeImpl.setOperator(ExternalValueOperator newOperator)