org.opencrx.kernel.model1.jdo2
Class Reference

java.lang.Object
  extended by org.oasisopen.jdo2.Identifiable
      extended by org.w3c.jdo2.AbstractObject
          extended by org.opencrx.kernel.model1.jdo2.Element
              extended by org.opencrx.kernel.model1.jdo2.Reference
All Implemented Interfaces:
Serializable, AlertSender, Auditee, Cloneable, Importer, Indexed, SecureObject, XmlExporter, CrxObject, Element, Feature, Reference, StructuralFeature, TypedElement, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, org.openmdx.compatibility.view1.cci2.ViewCapable

public class Reference
extends Element
implements Reference

Class Reference

See Also:
Serialized Form

Nested Class Summary
static class Reference.Slice
          Slice object hold the Reference's multivalued attributes
 
Nested classes/interfaces inherited from class org.opencrx.kernel.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.opencrx.kernel.model1.cci2.Element
Element.Identity
 
Field Summary
static List<String> CLASS
          Define the model class org::opencrx::kernel::model1::Reference
 
Fields inherited from class org.opencrx.kernel.model1.jdo2.Element
BASE_CLASS
 
Constructor Summary
Reference()
           
 
Method Summary
 AssociationEnd getExposedEnd()
          Retrieves the value for the reference exposedEnd.
 short getMultiplicity()
          Retrieves the value for the attribute multiplicity.
 AssociationEnd getReferencedEnd()
          Retrieves the value for the reference referencedEnd.
 short getScope()
          Retrieves the value for the attribute scope.
 Classifier getType()
          Retrieves the value for the reference type.
 Integer getUpperBound()
          Retrieves the possibly null value for the optional attribute upperBound.
 short getVisibility()
          Retrieves the value for the attribute visibility.
 boolean isChangeable()
          Retrieves the value for the attribute isChangeable.
static Element.Identity newIdentity(org.openmdx.base.cci2.Segment.Identity segment, boolean idIsPersistent, String id)
           
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(org.oasisopen.spi2.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(short multiplicity)
          Sets a new value for the attribute multiplicity.
 void setReferencedEnd(AssociationEnd referencedEnd)
          Sets a new value for the reference referencedEnd.
 void setScope(short scope)
          Sets a new value for the attribute scope.
 void setType(Classifier type)
          Sets a new value for the reference type.
 void setUpperBound(Integer upperBound)
          Sets a new value for the attribute upperBound.
 void setVisibility(short visibility)
          Sets a new value for the attribute visibility.
 
Methods inherited from class org.opencrx.kernel.model1.jdo2.Element
addAdditionalExternalLink, addAttachedDocument, addMedia, addNote, addOwningGroup, addPropertySet, addRating, addToSegment, addToSegment, checkPermissions, clone_, exportXml, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getAdditionalExternalLink, getAdditionalExternalLink, getAnnotation, getAttachedDocument, getAttachedDocument, getAudit, getAudit, getCategory, getContainer, getCreatedAt, getCreatedBy, getDisabledReason, getElementOrder, getExternalLink, getIdentity, getIndexEntry, getIndexEntry, getMedia, getMedia, getModifiedAt, getModifiedBy, getName, getNote, getNote, getOwner, getOwningGroup, getOwningUser, getPropertySet, getPropertySet, getPropertySetEntry, getPropertySetEntry, getQualifiedName, getRating, getRating, getSegment, getStereotype, getUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, getView, getView, importItem, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, openmdxjdoGetObjectId, openmdxjdoGetObjectsByParent, openmdxjdoGetSlices, removeAllOwningGroup, removeOwningGroup, sendAlert, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setAnnotation, setCategory, setContainer, setDisabled, setDisabledReason, setElementOrder, setExternalLink, setName, setOwningUser, setOwningUser, setStereotype, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4, updateIndex
 
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.opencrx.kernel.model1.cci2.Element
getAnnotation, getContainer, getElementOrder, getName, getQualifiedName, getSegment, getStereotype, setAnnotation, setContainer, setElementOrder, setName, setStereotype
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.CrxObject
addAdditionalExternalLink, addAttachedDocument, addMedia, addNote, addPropertySet, addRating, getAdditionalExternalLink, getAdditionalExternalLink, getAttachedDocument, getAttachedDocument, getCategory, getDisabledReason, getExternalLink, getMedia, getMedia, getNote, getNote, getPropertySet, getPropertySet, getPropertySetEntry, getPropertySetEntry, getRating, getRating, getUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, setCategory, setDisabled, setDisabledReason, setExternalLink, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4
 
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
 

Field Detail

CLASS

public static final List<String> CLASS
Define the model class org::opencrx::kernel::model1::Reference

Constructor Detail

Reference

public Reference()
Method Detail

getVisibility

public short getVisibility()
Retrieves the value for the attribute visibility.

Specified by:
getVisibility in interface Feature
Returns:
The non-null value for attribute visibility.

setVisibility

public void setVisibility(short visibility)
Sets a new value for the attribute visibility.

Specified by:
setVisibility in interface Feature
Parameters:
visibility - The non-null new value for attribute visibility.

getMultiplicity

public short getMultiplicity()
Retrieves the value for the attribute multiplicity.

Specified by:
getMultiplicity in interface StructuralFeature
Returns:
The non-null value for attribute multiplicity.

setMultiplicity

public void setMultiplicity(short multiplicity)
Sets a new value for the attribute multiplicity.

Specified by:
setMultiplicity in interface StructuralFeature
Parameters:
multiplicity - The non-null new value for attribute multiplicity.

getType

public Classifier getType()
Retrieves the value for the reference type.

Specified by:
getType in interface TypedElement
Returns:
The non-null value for this reference.

setType

public void setType(Classifier type)
Sets a new value for the reference type.

Specified by:
setType in interface TypedElement
Parameters:
type - The non-null new value for this reference.

getReferencedEnd

public AssociationEnd getReferencedEnd()
Retrieves the value for the reference referencedEnd.

Specified by:
getReferencedEnd in interface Reference
Returns:
The non-null value for this reference.

setReferencedEnd

public void setReferencedEnd(AssociationEnd referencedEnd)
Sets a new value for the reference referencedEnd.

Specified by:
setReferencedEnd in interface Reference
Parameters:
referencedEnd - The non-null new value for this reference.

getScope

public short getScope()
Retrieves the value for the attribute scope.

Specified by:
getScope in interface Feature
Returns:
The non-null value for attribute scope.

setScope

public void setScope(short scope)
Sets a new value for the attribute scope.

Specified by:
setScope in interface Feature
Parameters:
scope - The non-null new value for attribute scope.

isChangeable

public boolean isChangeable()
Retrieves the value for the attribute isChangeable.

Specified by:
isChangeable in interface StructuralFeature
Returns:
The non-null value for attribute isChangeable.

setChangeable

public void setChangeable(boolean isChangeable)
Sets a new value for the attribute isChangeable.

Specified by:
setChangeable in interface StructuralFeature
Parameters:
isChangeable - The non-null new value for attribute isChangeable.

getExposedEnd

public AssociationEnd getExposedEnd()
Retrieves the value for the reference exposedEnd.

Specified by:
getExposedEnd in interface Reference
Returns:
The non-null value for this reference.

setExposedEnd

public void setExposedEnd(AssociationEnd exposedEnd)
Sets a new value for the reference exposedEnd.

Specified by:
setExposedEnd in interface Reference
Parameters:
exposedEnd - The non-null new value for this reference.

getUpperBound

public final Integer getUpperBound()
Retrieves the possibly null value for the optional attribute upperBound.

Specified by:
getUpperBound in interface StructuralFeature
Returns:
The possibly null value for attribute upperBound.

setUpperBound

public void setUpperBound(Integer upperBound)
Sets a new value for the attribute upperBound.

Specified by:
setUpperBound in interface StructuralFeature
Parameters:
upperBound - The possibly null new value for attribute upperBound.

openmdxjdoGetSize

protected int openmdxjdoGetSize(int field)
Overrides:
openmdxjdoGetSize in class Element

openmdxjdoSetSize

protected void openmdxjdoSetSize(int field,
                                 int size)
Overrides:
openmdxjdoSetSize in class Element

newSlice

protected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
Overrides:
newSlice in class Element

openmdxjdoGetClass

protected List<String> openmdxjdoGetClass()
Retrieve the model class

Overrides:
openmdxjdoGetClass in class Element
Returns:
the model class
See Also:
Reference.CLASS

newIdentity

public static Element.Identity newIdentity(org.openmdx.base.cci2.Segment.Identity segment,
                                           boolean idIsPersistent,
                                           String id)

openmdxjdoToIdentity

public static Element.Identity openmdxjdoToIdentity(org.oasisopen.spi2.ObjectId objectId)


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.