de.matthias_burbach.uml
Class DefaultVariable
java.lang.Object
de.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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
private java.lang.String name
values
private java.util.Vector values
DefaultVariable
public DefaultVariable()
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()