|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jpa3.AbstractObject
org.opencrx.kernel.model1.jpa3.Element
org.opencrx.kernel.model1.jpa3.AssociationEnd
public class AssociationEnd
Class AssociationEnd
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.w3c.jpa3.AbstractObject |
|---|
org.w3c.jpa3.AbstractObject.EmbeddedList<E>, org.w3c.jpa3.AbstractObject.EmbeddedSet<E>, org.w3c.jpa3.AbstractObject.Slice |
| Nested classes/interfaces inherited from interface org.opencrx.kernel.model1.cci2.Element |
|---|
Element.Identity |
| Field Summary | |
|---|---|
static List<String> |
CLASS
Define the model class org::opencrx::kernel::model1::AssociationEnd |
| Fields inherited from class org.opencrx.kernel.model1.jpa3.Element |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
AssociationEnd()
Constructor |
|
| 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. |
|
List<String> |
getQualifierType_Id()
|
|
|
getQualifierType()
Retrieves the Collection of objects referenced by qualifierType. |
|
String |
getType_Id()
|
|
Classifier |
getType()
Retrieves the value for the reference type. |
|
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. |
|
protected org.w3c.jpa3.AbstractObject.Slice |
newAssociationEnd$Slice(int index)
|
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
|
protected int |
openmdxjdoGetSize(int field)
|
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
|
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 |
setType_Id(String type)
|
|
void |
setType(Classifier type)
Sets a new value for the reference type. |
|
void |
setUpperBound(Integer upperBound)
Sets a new value for the attribute upperBound. |
|
| Methods inherited from class org.w3c.jpa3.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewMap, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
|---|
jdoClass, modelClasses, openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opencrx.kernel.model1.cci2.Element |
|---|
getAnnotation, getContainer, getElementOrder, getName, getQualifiedName, getSegment, getStereotype, setAnnotation, setContainer, setElementOrder, setName, setQualifiedName, setStereotype |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter |
|---|
exportItem, exportItemAdvanced |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.Creatable |
|---|
getCreatedAt, getCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.cci2.Modifiable |
|---|
getModifiedAt, getModifiedBy |
| Field Detail |
|---|
public static final List<String> CLASS
org::opencrx::kernel::model1::AssociationEnd
| Constructor Detail |
|---|
public AssociationEnd()
| Method Detail |
|---|
public final List<String> getQualifierName()
qualifierName.
getQualifierName in interface AssociationEndpublic 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);
}
setQualifierName in interface AssociationEndqualifierName - value(s) to be added to qualifierNamepublic short getAggregation()
aggregation.
Certain associations define aggregations - directed associations with additional semantics. When an AssociationEnd is defined as composite or shared, the instance at 'this' end of a Link is the composite or aggregate, and the instance at the 'other' end is the component or subordinate..
getAggregation in interface AssociationEndaggregation.public void setAggregation(short aggregation)
aggregation.
Certain associations define aggregations - directed associations with additional semantics. When an AssociationEnd is defined as composite or shared, the instance at 'this' end of a Link is the composite or aggregate, and the instance at the 'other' end is the component or subordinate..
setAggregation in interface AssociationEndaggregation - The non-null new value for attribute aggregation.public <T extends Classifier> List<T> getQualifierType()
Collection of objects referenced by qualifierType.
getQualifierType in interface AssociationEndCollection of referenced objects.public List<String> getQualifierType_Id()
public short getMultiplicity()
multiplicity.
getMultiplicity in interface AssociationEndmultiplicity.public void setMultiplicity(short multiplicity)
multiplicity.
setMultiplicity in interface AssociationEndmultiplicity - The non-null new value for attribute multiplicity.public boolean isChangeable()
isChangeable.
isChangeable in interface AssociationEndisChangeable.public void setChangeable(boolean isChangeable)
isChangeable.
setChangeable in interface AssociationEndisChangeable - The non-null new value for attribute isChangeable.public boolean isNavigable()
isNavigable.
isNavigable in interface AssociationEndisNavigable.public void setNavigable(boolean isNavigable)
isNavigable.
setNavigable in interface AssociationEndisNavigable - The non-null new value for attribute isNavigable.public final Integer getUpperBound()
upperBound.
getUpperBound in interface AssociationEndupperBound.public void setUpperBound(Integer upperBound)
upperBound.
setUpperBound in interface AssociationEndupperBound - The possibly null new value for attribute upperBound.public Classifier getType()
type.
getType in interface TypedElementnull value for this reference.public String getType_Id()
public void setType(Classifier type)
type.
setType in interface TypedElementtype - The non-null new value for this reference.public void setType_Id(String type)
protected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class Element
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class Elementprotected org.w3c.jpa3.AbstractObject.Slice newAssociationEnd$Slice(int index)
protected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class ElementAssociationEnd.CLASS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||