IDL source Global indexinterface MofAttributeClass : StructuralFeatureClass
readonly attribute MofAttributeUList all_of_kind_mof_attribute;
readonly attribute MofAttributeUList all_of_type_mof_attribute;
MofAttribute create_mof_attribute(in NameType name, in AnnotationType annotation, in ScopeKind scope, in VisibilityKind visibility, in boolean is_changeable, in boolean is_derived) raises(Reflective::SemanticError);