| Operation artifactDescription | 
return the default description
Declaration :
- Uml : static, + artifactDescription() : string
- C++ : public: static QCString artifactDescription()
- Java : public static String artifactDescription()
| Operation set_ArtifactDescription | 
set the default description
 On error : return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : static, + set_ArtifactDescription(in v : string) : bool
- C++ : public: static bool set_ArtifactDescription(QCString v)
- Java : public static void set_ArtifactDescription(String v)
| Operation classDescription | 
return the default description
Declaration :
- Uml : static, + classDescription() : string
- C++ : public: static QCString classDescription()
- Java : public static String classDescription()
| Operation set_ClassDescription | 
set the default description
 On error : return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : static, + set_ClassDescription(in v : string) : bool
- C++ : public: static bool set_ClassDescription(QCString v)
- Java : public static void set_ClassDescription(String v)
| Operation operationDescription | 
return the default description
Declaration :
- Uml : static, + operationDescription() : string
- C++ : public: static QCString operationDescription()
- Java : public static String operationDescription()
| Operation set_OperationDescription | 
set the default description
 On error : return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : static, + set_OperationDescription(in v : string) : bool
- C++ : public: static bool set_OperationDescription(QCString v)
- Java : public static void set_OperationDescription(String v)
| Operation attributeDescription | 
return the default description
Declaration :
- Uml : static, + attributeDescription() : string
- C++ : public: static QCString attributeDescription()
- Java : public static String attributeDescription()
| Operation set_AttributeDescription | 
set the default description
 On error : return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : static, + set_AttributeDescription(in v : string) : bool
- C++ : public: static bool set_AttributeDescription(QCString v)
- Java : public static void set_AttributeDescription(String v)
| Operation relationDescription | 
return the default description
Declaration :
- Uml : static, + relationDescription() : string
- C++ : public: static QCString relationDescription()
- Java : public static String relationDescription()
| Operation set_RelationDescription | 
set the default description
 On error : return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : static, + set_RelationDescription(in v : string) : bool
- C++ : public: static bool set_RelationDescription(QCString v)
- Java : public static void set_RelationDescription(String v)
return the language from which the getter's name rule must be followed at Uml level
Declaration :
set the language from which the getter's name rule must be followed at Uml level
 On error : return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : static, + set_UmlGetName(in v : aLanguage) : bool
- C++ : public: static bool set_UmlGetName(aLanguage v)
- Java : public static void set_UmlGetName(aLanguage v)
return the language from which the setter's name rule must be followed at Uml level
Declaration :
set the language from which the setter's name rule must be followed at Uml level
 On error : return FALSE in C++, produce a RuntimeException in Java
Declaration :
- Uml : static, + set_UmlSetName(in v : aLanguage) : bool
- C++ : public: static bool set_UmlSetName(aLanguage v)
- Java : public static void set_UmlSetName(aLanguage v)
never called !
Declaration :
- Uml : # UmlSettings() : 
- C++ : protected: UmlSettings() 
- Java : protected UmlSettings()
Declaration :
- Uml : static, # _defined : bool
- C++ : protected: static bool _defined
- Java : protected static boolean _defined
| Relation _uml_get_name (<directional composition>) | 
Declaration :
| Relation _uml_set_name (<directional composition>) | 
Declaration :
| Attribute _artifact_default_description | 
Declaration :
- Uml : static, # _artifact_default_description : string
- C++ : protected: static QCString _artifact_default_description
- Java : protected static String _artifact_default_description
| Attribute _class_default_description | 
Declaration :
- Uml : static, # _class_default_description : string
- C++ : protected: static QCString _class_default_description
- Java : protected static String _class_default_description
| Attribute _operation_default_description | 
Declaration :
- Uml : static, # _operation_default_description : string
- C++ : protected: static QCString _operation_default_description
- Java : protected static String _operation_default_description
| Attribute _attribute_default_description | 
Declaration :
- Uml : static, # _attribute_default_description : string
- C++ : protected: static QCString _attribute_default_description
- Java : protected static String _attribute_default_description
| Attribute _relation_default_description | 
Declaration :
- Uml : static, # _relation_default_description : string
- C++ : protected: static QCString _relation_default_description
- Java : protected static String _relation_default_description
Declaration :
- Uml : static, # _map_builtins : UmlBuiltin
- C++ : protected: static QDict<UmlBuiltin> _map_builtins
- Java : protected static Hashtable _map_builtins
| Relation _builtins (<unidirectional association>) | 
Declaration :
| Attribute _map_relation_attribute_stereotypes | 
Declaration :
- Uml : static, # _map_relation_attribute_stereotypes : UmlStereotype
- C++ : protected: static QDict<UmlStereotype> _map_relation_attribute_stereotypes
- Java : protected static Hashtable _map_relation_attribute_stereotypes
| Relation _relation_attribute_stereotypes (<unidirectional association>) | 
Declaration :
- Uml : static, # _relation_attribute_stereotypes : UmlStereotype
- C++ : protected: static UmlStereotype * _relation_attribute_stereotypes
- Java : protected static UmlStereotype[] _relation_attribute_stereotypes
| Attribute _map_class_stereotypes | 
Declaration :
- Uml : static, # _map_class_stereotypes : UmlStereotype
- C++ : protected: static QDict<UmlStereotype> _map_class_stereotypes
- Java : protected static Hashtable _map_class_stereotypes
| Relation _class_stereotypes (<unidirectional association>) | 
Declaration :
internal, do NOT use it
Declaration :
- Uml : static, # read_() : void
- C++ : protected: static void read_()
- Java : protected static void read_()
| Operation read_if_needed_ | 
internal, do NOT use it
Declaration :
- Uml : static, # read_if_needed_() : void
- C++ : protected: static void read_if_needed_()
- Java : protected static void read_if_needed_()
| Operation multiplicity_column | 
internal, do NOT use it
Declaration :
- Uml : static, # multiplicity_column(in mult : string) : unsigned
- C++ : protected: static unsigned multiplicity_column(const QCString & mult)
- Java : protected static int multiplicity_column(String mult)
internal, do NOT use it
Declaration :
- Uml : static, # uml_type(in t : string, inout f : string) : string
- C++ : protected: static QCString uml_type(const QCString & t, QCString UmlBuiltin::* f)
| Operation uml_rel_attr_stereotype | 
internal, do NOT use it
Declaration :
- Uml : static, # uml_rel_attr_stereotype(in t : string, inout f : string) : string
- C++ : protected: static QCString uml_rel_attr_stereotype(const QCString & t, QCString UmlStereotype::* f)
| Operation uml_class_stereotype | 
internal, do NOT use it
Declaration :
- Uml : static, # uml_class_stereotype(in t : string, inout f : string) : string
- C++ : protected: static QCString uml_class_stereotype(const QCString & t, QCString UmlStereotype::* f)
internal, do NOT use it
Declaration :
- Uml : static, # add_type(in s : string) : UmlBuiltin
- C++ : protected: static UmlBuiltin * add_type(const QCString & s)
- Java : protected static UmlBuiltin add_type(String s)
| Operation add_rel_attr_stereotype | 
internal, do NOT use it
Declaration :
- Uml : static, # add_rel_attr_stereotype(in s : string) : UmlStereotype
- C++ : protected: static UmlStereotype * add_rel_attr_stereotype(const QCString & s)
- Java : protected static UmlStereotype add_rel_attr_stereotype(String s)
| Operation add_class_stereotype | 
internal, do NOT use it
Declaration :
- Uml : static, # add_class_stereotype(in s : string) : UmlStereotype
- C++ : protected: static UmlStereotype * add_class_stereotype(const QCString & s)
- Java : protected static UmlStereotype add_class_stereotype(String s)