uci.uml.Foundation.Core
Interface Element

All Known Subinterfaces:
GeneralizableElement, IAssociation, MMPackage, ModelElement, Namespace, Request
All Known Implementing Classes:
ElementImpl

public abstract interface Element
extends Serializable


Field Summary
static long serialVersionUID
           
 
Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 Vector getCharacteristic()
           
 String getId()
           
 Name getName()
           
 Vector getTaggedValue()
           
 void setCharacteristic(Vector x)
           
 void setName(Name n)
           
 void setTaggedValue(Vector x)
           
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Method Detail

getCharacteristic

public Vector getCharacteristic()

setCharacteristic

public void setCharacteristic(Vector x)
                       throws PropertyVetoException

getName

public Name getName()

setName

public void setName(Name n)
             throws PropertyVetoException

getId

public String getId()

getTaggedValue

public Vector getTaggedValue()

setTaggedValue

public void setTaggedValue(Vector x)
                    throws PropertyVetoException