public interface Element extends CrxObject
Element
Element classifies the elementary, atomic constructs of models. Element is the root Class within the MOF Model.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Element.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotation()
Retrieves the possibly null value for the optional attribute
annotation. |
Namespace |
getContainer()
Retrieves the value for the reference
container. |
Integer |
getElementOrder()
Retrieves the possibly null value for the optional attribute
elementOrder. |
String |
getName()
Retrieves the value for the attribute
name. |
String |
getQualifiedName()
Retrieves the value for the attribute
qualifiedName. |
Segment |
getSegment()
Retrieves the value for the reference
segment. |
Set<String> |
getStereotype()
Retrieves a set containing all the elements for the attribute
stereotype. |
void |
setAnnotation(String annotation)
Sets a new value for the attribute
annotation. |
void |
setContainer(Namespace container)
Sets a new value for the reference
container. |
void |
setElementOrder(Integer elementOrder)
Sets a new value for the attribute
elementOrder. |
void |
setName(String name)
Sets a new value for the attribute
name. |
void |
setQualifiedName(String qualifiedName)
Sets a new value for the attribute
qualifiedName. |
void |
setStereotype(String... stereotype)
Clears
stereotype and adds the given value(s). |
disableCrxObject, enableCrxObject, getAdditionalExternalLink, getAssignedTimer, getAttachedDocument, getCategory, getDisabledReason, getDocumentFolderAssignment, getExternalLink, getInvolvedObject, getMedia, getNote, getPropertySet, getPropertySetEntry, getRating, getUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, setCategory, setDisabled, setDisabledReason, setExternalLink, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4sendAlertexportItemimportItemgetIndexEntry, updateIndexaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUsergetLocalizedFieldString getAnnotation()
annotation.
Provides an informal description of the Element.
annotation.void setAnnotation(String annotation)
annotation.
Provides an informal description of the Element.
annotation - The possibly null new value for attribute annotation.Namespace getContainer()
container.null – value for this reference.void setContainer(Namespace container)
container.container - The new – possibly null – value for this reference.Integer getElementOrder()
elementOrder.elementOrder.void setElementOrder(Integer elementOrder)
elementOrder.elementOrder - The possibly null new value for attribute elementOrder.String getName()
name.
Provides a meta-modeler supplied name that uniquely identifies the Element in the context of the ModelElement?s containing Namespace. When choosing an Element?s name, the meta-modeler should consider the rules for translating names into identifiers in the relevant mappings.
name.void setName(String name)
name.
Provides a meta-modeler supplied name that uniquely identifies the Element in the context of the ModelElement?s containing Namespace. When choosing an Element?s name, the meta-modeler should consider the rules for translating names into identifiers in the relevant mappings.
name - The non-null new value for attribute name.String getQualifiedName()
qualifiedName.
Provides a unique name for the Element within the context of its outermost containing Package. The qualifiedName is a list of NameType values consisting of
the names of the Element, its container, its container?s container and so on until a non-contained element is reached. The first member of the list is the name
of the non-contained element.
The 'qualifiedName' of an Element is of the form
qualifiedName.void setQualifiedName(String qualifiedName)
qualifiedName.
Provides a unique name for the Element within the context of its outermost containing Package. The qualifiedName is a list of NameType values consisting of
the names of the Element, its container, its container?s container and so on until a non-contained element is reached. The first member of the list is the name
of the non-contained element.
The 'qualifiedName' of an Element is of the form
qualifiedName - The non-null new value for attribute qualifiedName.Segment getSegment()
segment.null value for this reference.Set<String> getStereotype()
stereotype.void setStereotype(String... stereotype)
stereotype and adds the given value(s).
This method is equivalent to
set.clear();
for(java.lang.String e : attributeName){
set.add(e);
}
stereotype - value(s) to be added to stereotypeThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.