Class PredefinedValueInvocationTypesComputer

    • Constructor Detail

      • PredefinedValueInvocationTypesComputer

        public PredefinedValueInvocationTypesComputer()
    • Method Detail

      • getEnumManagerType

        public static Type getEnumManagerType​(String enumTypeName,
                                              org.eclipse.emf.common.util.URI enumTypeUri,
                                              org.eclipse.emf.ecore.EObject context)
        Gets enum manager type by enum type
        Parameters:
        enumTypeName - name of enum type, cannot be null
        enumTypeUri - URI of enum type, cannot be null
        context - actual context for resolving enum manager type, cannot be null
        Returns:
        enum manager type by enum type, never null but can be proxy if there is no enum manager type for enum type