Method
eIsSet(_:)
Checks whether a feature has been explicitly set by name.
func eIsSet(_ featureName: String) -> Bool
Parameters
featureName-
The name of the structural feature to check.
Return Value
true if the feature has been set, false otherwise.