|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssociationEnd
Class AssociationEnd
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element |
|---|
Element.Identity |
| Method Summary | ||
|---|---|---|
void |
addQualifierType(Element newValue)
|
|
void |
addQualifierType(int index,
Element newValue)
|
|
Namespace |
getContainer()
Retrieves the value for the reference container. |
|
String |
getQualifierName(int index)
|
|
Segment |
getSegment()
Retrieves the value for the reference segment. |
|
Classifier |
getType()
Retrieves the value for the reference type. |
|
|
getView(ViewQuery query)
Retrieves the value for the reference view for the
specified query. |
|
void |
removeContainer()
Removes the value for the optional reference container. |
|
void |
removeQualifierType(int index)
|
|
void |
setContainer(Namespace container)
Sets a new value for the reference container. |
|
void |
setQualifierName(List<String> qualifierName)
This method is equivalent to |
|
void |
setType(Classifier type)
Sets a new value for the reference type. |
|
| Methods inherited from interface org.omg.model1.cci2.AssociationEnd |
|---|
getAggregation, getMultiplicity, getQualifierName, getQualifierType, isChangeable, isNavigable, setAggregation, setChangeable, setMultiplicity, setNavigable, setQualifierName |
| Methods inherited from interface org.omg.model1.jmi1.Element |
|---|
getStereotype, setSegment, setSegment, setStereotype |
| Methods inherited from interface org.omg.model1.cci2.Element |
|---|
getAnnotation, getName, getQualifiedName, setAnnotation, setStereotype |
| Methods inherited from interface org.openmdx.base.jmi1.BasicObject |
|---|
getCreatedBy, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getModifiedAt |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
String getQualifierName(int index)
void setQualifierName(List<String> qualifierName)
This method is equivalent to
list.clear(); list.addAll(qualifierName);
qualifierName - collection to be copied.
void addQualifierType(int index,
Element newValue)
index - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addQualifierType(Element newValue)
newValue - The element to be appended.void removeQualifierType(int index)
Namespace getContainer()
container.
getContainer in interface Elementnull – value for this reference.void setContainer(Namespace container)
container.
setContainer in interface Elementcontainer - The non-null new value for this reference.void removeContainer()
container.
Segment getSegment()
segment.
getSegment in interface Elementnull value for this reference.Classifier getType()
type.
getType in interface TypedElementnull value for this reference.void setType(Classifier type)
type.
setType in interface TypedElementtype - The non-null new value for this reference.<T extends View> List<T> getView(ViewQuery query)
view for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||