de.matthias_burbach.uml
Interface Class

All Known Implementing Classes:
DefaultClass

public interface Class

Author:
Matthias Burbach

Method Summary
 java.util.Vector getAttributes()
           
 java.util.Vector getMethods()
           
 java.lang.String getName()
           
 java.lang.String getStereotype()
           
 void setAttributes(java.util.Vector attributes)
           
 void setMethods(java.util.Vector methods)
           
 void setName(java.lang.String name)
           
 void setStereotype(java.lang.String stereotype)
           
 

Method Detail

getStereotype

public java.lang.String getStereotype()
Returns:
the stereotype

setStereotype

public void setStereotype(java.lang.String stereotype)
Parameters:
stereotype - the stereotype

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name

getAttributes

public java.util.Vector getAttributes()
Returns:
the attributes

setAttributes

public void setAttributes(java.util.Vector attributes)

getMethods

public java.util.Vector getMethods()
Returns:
the methods

setMethods

public void setMethods(java.util.Vector methods)
Parameters:
methods - the methods