org.cumt.model
Class Stereotype
java.lang.Object
org.cumt.model.IdentifiedObject
org.cumt.model.Stereotype
- All Implemented Interfaces:
- java.io.Serializable
public class Stereotype
- extends IdentifiedObject
Represents a stereotype
- Author:
- Carlos Descalzi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Stereotype
public Stereotype()
Stereotype
public Stereotype(java.lang.String name,
java.lang.Class<? extends ModelObject> targetType)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getTargetType
public java.lang.Class<? extends ModelObject> getTargetType()
setTargetType
public void setTargetType(java.lang.Class<? extends ModelObject> targetType)
Copyright © 2006 null. All Rights Reserved.