|
||||||||||
| 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 | ||
|---|---|---|
String |
getAggregation()
Retrieves the value for the attribute aggregation. |
|
String |
getMultiplicity()
Retrieves the value for the attribute multiplicity. |
|
List<String> |
getQualifierName()
Retrieves a list containing all the elements for the attribute qualifierName. |
|
|
getQualifierType()
Retrieves the Collection of objects referenced by
qualifierType. |
|
boolean |
isChangeable()
Retrieves the value for the attribute isChangeable. |
|
boolean |
isNavigable()
Retrieves the value for the attribute isNavigable. |
|
void |
setAggregation(String aggregation)
Sets a new value for the attribute aggregation. |
|
void |
setChangeable(boolean isChangeable)
Sets a new value for the attribute isChangeable. |
|
void |
setMultiplicity(String multiplicity)
Sets a new value for the attribute multiplicity. |
|
void |
setNavigable(boolean isNavigable)
Sets a new value for the attribute isNavigable. |
|
void |
setQualifierName(String... qualifierName)
Clears qualifierName and adds the given value(s). |
|
| Methods inherited from interface org.omg.model1.cci2.TypedElement |
|---|
getType, setType |
| Methods inherited from interface org.omg.model1.cci2.Element |
|---|
getAnnotation, getContainer, getName, getQualifiedName, getSegment, getStereotype, setAnnotation, setContainer, setStereotype |
| 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, getView |
| Method Detail |
|---|
String getAggregation()
aggregation.
aggregation.void setAggregation(String aggregation)
aggregation.
aggregation - The non-null new value for attribute aggregation.boolean isChangeable()
isChangeable.
isChangeable.void setChangeable(boolean isChangeable)
isChangeable.
isChangeable - The non-null new value for attribute isChangeable.boolean isNavigable()
isNavigable.
isNavigable.void setNavigable(boolean isNavigable)
isNavigable.
isNavigable - The non-null new value for attribute isNavigable.String getMultiplicity()
multiplicity.
multiplicity.void setMultiplicity(String multiplicity)
multiplicity.
multiplicity - The non-null new value for attribute multiplicity.List<String> getQualifierName()
qualifierName.
void setQualifierName(String... qualifierName)
qualifierName and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
qualifierName - value(s) to be added to qualifierName<T extends Classifier> List<T> getQualifierType()
Collection of objects referenced by
qualifierType.
Collection of referenced objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||