Property
name
The name of this element.
var name: String { get set }
Discussion
The name should be a valid identifier and is typically unique within the containing element. For example:
-
Class names must be unique within their package
-
Attribute names must be unique within their class
-
Package names must be unique within their parent package