net.sourceforge.toscanaj.model.manyvaluedcontext
Interface WritableManyValuedAttribute

All Superinterfaces:
ManyValuedAttribute
All Known Implementing Classes:
ManyValuedAttributeImplementation

public interface WritableManyValuedAttribute
extends ManyValuedAttribute


Method Summary
 void setName(java.lang.String name)
           
 void setType(Datatype type)
           
 
Methods inherited from interface net.sourceforge.toscanaj.model.manyvaluedcontext.ManyValuedAttribute
getName, getType
 

Method Detail

setName

public void setName(java.lang.String name)

setType

public void setType(Datatype type)


The ToscanaJ project