Documentation Language: Swift

Method

getEClass(_:)

Retrieves a class by its name.

func getEClass(_ name: String) -> EClass?

Parameters

name

The name of the class to find.

Return Value

The matching class, or nil if not found.

Discussion

Convenience method that searches only for EClass classifiers.