|
||||||||||
| 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.opencrx.kernel.model1.cci2.Element |
|---|
Element.Identity |
| Method Summary | ||
|---|---|---|
short |
getAggregation()
Retrieves the value for the attribute aggregation. |
|
short |
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. |
|
Integer |
getUpperBound()
Retrieves the possibly null value for the optional attribute upperBound. |
|
boolean |
isChangeable()
Retrieves the value for the attribute isChangeable. |
|
boolean |
isNavigable()
Retrieves the value for the attribute isNavigable. |
|
void |
setAggregation(short aggregation)
Sets a new value for the attribute aggregation. |
|
void |
setChangeable(boolean isChangeable)
Sets a new value for the attribute isChangeable. |
|
void |
setMultiplicity(short 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). |
|
void |
setUpperBound(Integer upperBound)
Sets a new value for the attribute upperBound. |
|
| Methods inherited from interface org.opencrx.kernel.model1.cci2.TypedElement |
|---|
getType, setType |
| Methods inherited from interface org.opencrx.kernel.model1.cci2.Element |
|---|
getAnnotation, getContainer, getElementOrder, getName, getQualifiedName, getSegment, getStereotype, setAnnotation, setContainer, setElementOrder, setName, setStereotype |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| 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 |
|---|
short getAggregation()
aggregation.
aggregation.void setAggregation(short 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.short getMultiplicity()
multiplicity.
multiplicity.void setMultiplicity(short 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.Integer getUpperBound()
upperBound.
upperBound.void setUpperBound(Integer upperBound)
upperBound.
upperBound - The possibly null new value for attribute upperBound.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||