UmlSequenceDiagramValue Class Reference

List of all members.

Public Member Functions

 setName ($strName)
 getName ()
 setValue ($strValue)
 getValue ()

Protected Attributes

 $strName
 $strValue


Detailed Description

Object with the values send into the message
Author:
Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>

Definition at line 13 of file UmlSequenceDiagramValue.class.php.


Member Function Documentation

getName (  ) 

set the name of the attribute value

See also:
UmlSequenceDiagramValue::setName( string )

UmlSequenceDiagramValue->strName

Returns:
string

Definition at line 50 of file UmlSequenceDiagramValue.class.php.

Referenced by UmlSequenceDiagramPrinterToHtml::getValue().

00051     {
00052         return $this->strName;
00053     }

getValue (  ) 

set the value of the attribute

See also:
UmlSequenceDiagramValue::setValue( string )

UmlSequenceDiagramValue->strValue

Returns:
string

Definition at line 76 of file UmlSequenceDiagramValue.class.php.

Referenced by UmlSequenceDiagramPrinterToHtml::getValue().

00077     {
00078         return $this->strValue;
00079     }

setName ( strName  ) 

Set the name of the attribute value

See also:
UmlSequenceDiagramValue::getName()

UmlSequenceDiagramValue->strName

Parameters:
string $strName
Returns:
UmlSequenceDiagramValue me

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

See also:
UmlSequenceDiagramValue::getValue()

UmlSequenceDiagramValue->strValue

Parameters:
string $strValue
Returns:
UmlSequenceDiagramValue me

Definition at line 63 of file UmlSequenceDiagramValue.class.php.

References $strValue.

00064     {
00065         $this->strValue = $strValue;
00066         return $this;
00067     }


Member Data Documentation

$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().


The documentation for this class was generated from the following file:

Generated on Thu Feb 3 03:55:04 2011 for CodeToDiagram by  doxygen 1.5.9