de.matthias_burbach.uml
Class DefaultVariable

java.lang.Object
  extended byde.matthias_burbach.uml.DefaultVariable
All Implemented Interfaces:
Variable

public class DefaultVariable
extends java.lang.Object
implements Variable

Author:
Matthias Burbach

Field Summary
private  java.lang.String name
           
private  java.util.Vector values
           
 
Constructor Summary
DefaultVariable()
           
 
Method Summary
 java.lang.String getName()
           
 java.util.Vector getValues()
           
 void setName(java.lang.String name)
           
 void setValues(java.util.Vector values)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private java.lang.String name

values

private java.util.Vector values
Constructor Detail

DefaultVariable

public DefaultVariable()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Variable
Returns:
the name

setName

public void setName(java.lang.String name)
Specified by:
setName in interface Variable
Parameters:
name - the name

getValues

public java.util.Vector getValues()
Specified by:
getValues in interface Variable
Returns:
the values

setValues

public void setValues(java.util.Vector values)
Specified by:
setValues in interface Variable
Parameters:
values - the values

toString

public java.lang.String toString()