|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--UML.Semantic.Foundation.AuxiliaryElements.ViewElement
A view element is a textual or graphical presentation of one or more model elements.
In the metamodel a ViewElement is an
Element which presents a set of ModelElements
to a reader. It is the base for all metaclasses in the UML used
for presentation. All other metaclasses with this purpose are
either direct or indirect subclasses of ViewElement.
ViewElement is an abstract metaclass. The
subclasses of this class are proper to a graphic editor tool and
are not specified here.
| Constructor Summary | |
ViewElement()
|
|
| Method Summary | |
void |
add(Locator locator)
Adds a locator to the set of locators. |
boolean |
check()
Checks if well-formedness rules are respected in this model element. |
java.lang.String |
getElementType()
|
java.lang.String |
getHref()
Gets the element href. |
java.lang.String |
getId()
Gets the element identifier. |
java.lang.String |
getIdref()
Gets the element identifier reference. |
java.lang.String |
getLabel()
Gets the element label. |
java.util.Vector |
getLocator()
Gets the set of locators. |
java.lang.String |
getTitle()
Gets the element reference title. |
java.lang.String |
getUuid()
Gets the element unique identifier. |
java.lang.String |
getUuidref()
Gets the element unique identifier reference. |
void |
setElementType(java.lang.String type)
|
void |
setHref(java.lang.String href)
Sets the element href reference to given value. |
void |
setId(java.lang.String id)
Sets the element identifier to given value. |
void |
setIdref(java.lang.String idref)
Sets the element identifier reference to given value. |
void |
setLabel(java.lang.String label)
Sets the element label to given value. |
void |
setTitle(java.lang.String title)
Sets the element reference title to given value. |
void |
setUuid(java.lang.String uuid)
Sets the element unique identifier to given value. |
void |
setUuidref(java.lang.String uuidref)
Sets the element unique identifier reference to given value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ViewElement()
| Method Detail |
public void setId(java.lang.String id)
setId in interface ElementAttpublic void setLabel(java.lang.String label)
setLabel in interface ElementAttpublic void setUuid(java.lang.String uuid)
setUuid in interface ElementAttpublic void setHref(java.lang.String href)
setHref in interface LinkAttpublic void setTitle(java.lang.String title)
setTitle in interface LinkAttpublic void add(Locator locator)
public void setIdref(java.lang.String idref)
setIdref in interface LinkAttpublic void setUuidref(java.lang.String uuidref)
setUuidref in interface LinkAttpublic java.lang.String getId()
getId in interface ElementAttpublic java.lang.String getLabel()
getLabel in interface ElementAttpublic java.lang.String getUuid()
getUuid in interface ElementAttpublic java.lang.String getHref()
getHref in interface LinkAttpublic java.lang.String getTitle()
public java.util.Vector getLocator()
public java.lang.String getIdref()
getIdref in interface LinkAttpublic java.lang.String getUuidref()
getUuidref in interface LinkAttpublic void setElementType(java.lang.String type)
public java.lang.String getElementType()
public boolean check()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||