|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Element
Abstract class Element
| Nested Class Summary | |
|---|---|
static interface |
Element.Identity
Object Identity |
| Method Summary | |
|---|---|
String |
getAnnotation()
|
Namespace |
getContainer()
Retrieves the value for the reference container. |
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()
|
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 |
setSegment(Segment segment)
Sets a new value for the reference segment. |
void |
setSegment(Segment segment,
boolean qualifiedNameIsPersistent,
String qualifiedName)
Set the object's composite association org:omg:model1:SegmentContainsElement. |
void |
setStereotype(String... stereotype)
This method is equivalent to |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
String getAnnotation()
annotation.void setAnnotation(String annotation)
annotation.
annotation - The possibly null new value for attribute annotation.Namespace getContainer()
container.
null – value for this reference.void setContainer(Namespace container)
container.
container - The non-null new value for this reference.String getName()
name.
name.String getQualifiedName()
qualifiedName.
qualifiedName.Segment getSegment()
segment.
null value for this reference.Set<String> getStereotype()
void setStereotype(String... stereotype)
This method is equivalent to
set.clear(); set.addAll(Arrays.asList(stereotype));
stereotype - value(s) to be added to stereotypevoid setSegment(Segment segment)
segment.
segment - The non-null new value for this reference.
void setSegment(Segment segment,
boolean qualifiedNameIsPersistent,
String qualifiedName)
org:omg:model1:SegmentContainsElement.
segment - The non-null new value for this object's composite owner.qualifiedNameIsPersistent - Defines whether the qualifiedName is persistent.qualifiedName - The non-null new value for this object's qualifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||