|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jdo2.AbstractObject
org.omg.model1.jdo2.Element
org.omg.model1.jdo2.Reference
public class Reference
Class Reference
| Nested Class Summary | |
|---|---|
static class |
Reference.Slice
Slice object hold the Reference's multivalued
attributes |
| Nested classes/interfaces inherited from class org.omg.model1.jdo2.Element |
|---|
Element.Identity |
| Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject |
|---|
org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E> |
| Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element |
|---|
Element.Identity |
| Field Summary | |
|---|---|
static List<String> |
CLASS
Define the model class org::omg::model1::Reference |
| Fields inherited from class org.omg.model1.jdo2.Element |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
Reference()
|
|
| Method Summary | |
|---|---|
AssociationEnd |
getExposedEnd()
Retrieves the value for the reference exposedEnd. |
String |
getMultiplicity()
Retrieves the value for the attribute multiplicity. |
AssociationEnd |
getReferencedEnd()
Retrieves the value for the reference referencedEnd. |
String |
getScope()
Retrieves the value for the attribute scope. |
Classifier |
getType()
Retrieves the value for the reference type. |
String |
getVisibility()
Retrieves the value for the attribute visibility. |
boolean |
isChangeable()
Retrieves the value for the attribute isChangeable. |
boolean |
isReferencedEndIsNavigable()
Retrieves the value for the attribute referencedEndIsNavigable. |
static Element.Identity |
newIdentity(Segment.Identity segment,
boolean qualifiedNameIsPersistent,
String qualifiedName)
|
protected org.w3c.jdo2.AbstractObject.Slice |
newSlice(int index)
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
protected int |
openmdxjdoGetSize(int field)
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
static Element.Identity |
openmdxjdoToIdentity(ObjectId objectId)
|
void |
setChangeable(boolean isChangeable)
Sets a new value for the attribute isChangeable. |
void |
setExposedEnd(AssociationEnd exposedEnd)
Sets a new value for the reference exposedEnd. |
void |
setMultiplicity(String multiplicity)
Sets a new value for the attribute multiplicity. |
void |
setReferencedEnd(AssociationEnd referencedEnd)
Sets a new value for the reference referencedEnd. |
void |
setScope(String scope)
Sets a new value for the attribute scope. |
void |
setType(Classifier type)
Sets a new value for the reference type. |
void |
setVisibility(String visibility)
Sets a new value for the attribute visibility. |
| Methods inherited from class org.omg.model1.jdo2.Element |
|---|
addToSegment, addToSegment, getAnnotation, getContainer, getCreatedAt, getCreatedBy, getIdentity, getModifiedAt, getModifiedBy, getName, getQualifiedName, getSegment, getStereotype, getView, getView, openmdxjdoGetObjectId, openmdxjdoGetObjectsByParent, openmdxjdoGetSlices, setAnnotation, setContainer, setStereotype |
| Methods inherited from class org.w3c.jdo2.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
|---|
openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet, openmdxjdoNewObjectId, openmdxjdoNewObjectId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Field Detail |
|---|
public static final List<String> CLASS
org::omg::model1::Reference
| Constructor Detail |
|---|
public Reference()
| Method Detail |
|---|
public String getScope()
scope.
getScope in interface Featurescope.public void setScope(String scope)
scope.
setScope in interface Featurescope - The non-null new value for attribute scope.public boolean isChangeable()
isChangeable.
isChangeable in interface StructuralFeatureisChangeable.public void setChangeable(boolean isChangeable)
isChangeable.
setChangeable in interface StructuralFeatureisChangeable - The non-null new value for attribute isChangeable.public String getVisibility()
visibility.
getVisibility in interface Featurevisibility.public void setVisibility(String visibility)
visibility.
setVisibility in interface Featurevisibility - The non-null new value for attribute visibility.public boolean isReferencedEndIsNavigable()
referencedEndIsNavigable.
isReferencedEndIsNavigable in interface ReferencereferencedEndIsNavigable.public String getMultiplicity()
multiplicity.
getMultiplicity in interface StructuralFeaturemultiplicity.public void setMultiplicity(String multiplicity)
multiplicity.
setMultiplicity in interface StructuralFeaturemultiplicity - The non-null new value for attribute multiplicity.public Classifier getType()
type.
getType in interface TypedElementnull value for this reference.public void setType(Classifier type)
type.
setType in interface TypedElementtype - The non-null new value for this reference.public AssociationEnd getExposedEnd()
exposedEnd.
getExposedEnd in interface Referencenull value for this reference.public void setExposedEnd(AssociationEnd exposedEnd)
exposedEnd.
setExposedEnd in interface ReferenceexposedEnd - The non-null new value for this reference.public AssociationEnd getReferencedEnd()
referencedEnd.
getReferencedEnd in interface Referencenull value for this reference.public void setReferencedEnd(AssociationEnd referencedEnd)
referencedEnd.
setReferencedEnd in interface ReferencereferencedEnd - The non-null new value for this reference.protected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class Element
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class Elementprotected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
newSlice in class Elementprotected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class ElementReference.CLASS
public static Element.Identity newIdentity(Segment.Identity segment,
boolean qualifiedNameIsPersistent,
String qualifiedName)
public static Element.Identity openmdxjdoToIdentity(ObjectId objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||