Relation attribute (<unidirectional association>) |
Declaration :
Declaration :
- Uml : + value : string
- C++ : public: QCString value
- Java : public String value
Declaration :
- Uml : + SlotAttribute() :
- C++ : public: SlotAttribute() : attribute(0)
because of QValueList use
Declaration :
- Uml : + SlotAttribute(inout a : UmlAttribute, inout v : string) :
- C++ : public: SlotAttribute(UmlAttribute * a, QCString v) : attribute(a), value(v)
- Java : public SlotAttribute(UmlAttribute a, String v)