A Property defines a data member of a Class.
For method members, see Method.
Create a Property with type (Type) and name (String), optional QualifierSet and default value
Check for qualifiers
# check for existance element.qualifier? -> true or false # check value element.description -> String or nil
Makes a Property recognizable in the set of Class features.
[Validate]