Public Member Functions | |
| setName ($strName) | |
| getName () | |
| setValue ($strValue) | |
| getValue () | |
Protected Attributes | |
| $strName | |
| $strValue | |
Definition at line 13 of file UmlSequenceDiagramValue.class.php.
| getName | ( | ) |
set the name of the attribute value
UmlSequenceDiagramValue->strName
Definition at line 50 of file UmlSequenceDiagramValue.class.php.
Referenced by UmlSequenceDiagramPrinterToHtml::getValue().
| getValue | ( | ) |
set the value of the attribute
UmlSequenceDiagramValue->strValue
Definition at line 76 of file UmlSequenceDiagramValue.class.php.
Referenced by UmlSequenceDiagramPrinterToHtml::getValue().
| setName | ( | $ | strName | ) |
Set the name of the attribute value
UmlSequenceDiagramValue->strName
| string | $strName |
Definition at line 37 of file UmlSequenceDiagramValue.class.php.
References $strName.
00038 { 00039 $this->strName = $strName; 00040 return $this; 00041 }
| setValue | ( | $ | strValue | ) |
Set the value of the attribute
UmlSequenceDiagramValue->strValue
| string | $strValue |
Definition at line 63 of file UmlSequenceDiagramValue.class.php.
References $strValue.
00064 { 00065 $this->strValue = $strValue; 00066 return $this; 00067 }
$strName [protected] |
Name of the attribute
string
Definition at line 20 of file UmlSequenceDiagramValue.class.php.
Referenced by setName().
$strValue [protected] |
Value of the attribute
string
Definition at line 27 of file UmlSequenceDiagramValue.class.php.
Referenced by setValue().
1.5.9