UmlSequenceDiagramValue.class.php

Go to the documentation of this file.
00001 <?php
00013 class UmlSequenceDiagramValue
00014 {
00020     protected $strName;
00021 
00027     protected $strValue;
00028 
00037     public function setName( $strName )
00038     {
00039         $this->strName = $strName;
00040         return $this;
00041     }
00042 
00050     public function getName()
00051     {
00052         return $this->strName;
00053     }
00054 
00063     public function setValue( $strValue )
00064     {
00065         $this->strValue = $strValue;
00066         return $this;
00067     }
00068 
00076     public function getValue()
00077     {
00078         return $this->strValue;
00079     }
00080 }
00081 ?>

Generated on Sat Apr 7 14:19:10 2012 for CodeToDiagram by  doxygen 1.5.9