A Method defines a function member of a Class.
For data members, see Property.
Create a Method with return type (Type) and name (String), optional Qualifiers and parameters (Property)
Makes a Method recognizable in the set of Class features.
Check for qualifiers
# check for existance method.qualifier? -> true or false # check value method.description -> String or nil
parameters accessor
returns a string representation in MOF syntax format
[Validate]