XMI
Interface LinkAtt

All Known Subinterfaces:
Element
All Known Implementing Classes:
ElementReference, Message, ModelElement, Partition, Presentation, TaggedValue, ViewElement

public interface LinkAtt

LinkAtt is a public interface used to provide those link attributes which are common to any XMI element.


Method Summary
 java.lang.String getHref()
          Gets the element href.
 java.lang.String getIdref()
          Gets the element identifier reference.
 java.lang.String getUuidref()
          Gets the element unique identifier reference.
 void setHref(java.lang.String href)
          Sets the element href reference to given value.
 void setIdref(java.lang.String idref)
          Sets the element identifier reference to given value.
 void setTitle(java.lang.String title)
          Sets the element reference title to given value.
 void setUuidref(java.lang.String uuidref)
          Sets the element unique identifier reference to given value.
 

Method Detail

setHref

public void setHref(java.lang.String href)
Sets the element href reference to given value.


setTitle

public void setTitle(java.lang.String title)
Sets the element reference title to given value.


setIdref

public void setIdref(java.lang.String idref)
Sets the element identifier reference to given value.


setUuidref

public void setUuidref(java.lang.String uuidref)
Sets the element unique identifier reference to given value.


getHref

public java.lang.String getHref()
Gets the element href.

Returns:
The href string.

getIdref

public java.lang.String getIdref()
Gets the element identifier reference.

Returns:
The identifier reference string.

getUuidref

public java.lang.String getUuidref()
Gets the element unique identifier reference.

Returns:
The unique identifier reference string.