|
||||||||||
| 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.opencrx.kernel.model1.jdo2.Element
org.opencrx.kernel.model1.jdo2.Class
public class Class
Class Class
| Nested Class Summary | |
|---|---|
static class |
Class.Slice
Slice object hold the Class'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::Class |
| Fields inherited from class org.opencrx.kernel.model1.jdo2.Element |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
Class()
|
|
| Method Summary | ||
|---|---|---|
org.openmdx.base.cci2.Void |
deleteNamespace()
|
|
|
getContent()
Retrieves a set containing all the elements for the reference content. |
|
Element |
getContent(boolean qualifiedNameIsPersistent,
String qualifiedName)
Retrieves the value for the reference content for the
specified qualifier attribute value. |
|
|
getSupertype()
Retrieves the Collection of objects referenced by
supertype. |
|
|
getTypedElement()
Retrieves a set containing all the elements for the reference typedElement. |
|
TypedElement |
getTypedElement(boolean qualifiedNameIsPersistent,
String qualifiedName)
Retrieves the value for the reference typedElement for the
specified qualifier attribute value. |
|
short |
getVisibility()
Retrieves the value for the attribute visibility. |
|
boolean |
isAbstract()
Retrieves the value for the attribute isAbstract. |
|
boolean |
isSingleton()
Retrieves the value for the attribute isSingleton. |
|
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 |
setAbstract(boolean isAbstract)
Sets a new value for the attribute isAbstract. |
|
void |
setSingleton(boolean isSingleton)
Sets a new value for the attribute isSingleton. |
|
void |
setVisibility(short visibility)
Sets a new value for the attribute visibility. |
|
| 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.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 |
|---|
public static final List<String> CLASS
org::opencrx::kernel::model1::Class
| Constructor Detail |
|---|
public Class()
| Method Detail |
|---|
public short getVisibility()
visibility.
getVisibility in interface GeneralizableElementvisibility.public void setVisibility(short visibility)
visibility.
setVisibility in interface GeneralizableElementvisibility - The non-null new value for attribute visibility.public org.openmdx.base.cci2.Void deleteNamespace()
deleteNamespace in interface Namespacepublic boolean isAbstract()
isAbstract.
isAbstract in interface GeneralizableElementisAbstract.public void setAbstract(boolean isAbstract)
isAbstract.
setAbstract in interface GeneralizableElementisAbstract - The non-null new value for attribute isAbstract.public <T extends Element> Collection<T> getContent()
content.
getContent in interface Namespace
public Element getContent(boolean qualifiedNameIsPersistent,
String qualifiedName)
content for the
specified qualifier attribute value.
getContent in interface NamespacequalifiedNameIsPersistent - Defines whether value for the qualifier is persistent or notqualifiedName - The value for the qualifier attribute that qualifies this reference.
public <T extends GeneralizableElement> List<T> getSupertype()
Collection of objects referenced by
supertype.
getSupertype in interface GeneralizableElementCollection of referenced objects.public <T extends TypedElement> Collection<T> getTypedElement()
typedElement.
getTypedElement in interface Classifier
public TypedElement getTypedElement(boolean qualifiedNameIsPersistent,
String qualifiedName)
typedElement for the
specified qualifier attribute value.
getTypedElement in interface ClassifierqualifiedNameIsPersistent - Defines whether value for the qualifier is persistent or notqualifiedName - The value for the qualifier attribute that qualifies this reference.
public boolean isSingleton()
isSingleton.
isSingleton in interface ClassisSingleton.public void setSingleton(boolean isSingleton)
isSingleton.
setSingleton in interface ClassisSingleton - The non-null new value for attribute isSingleton.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 ElementClass.CLASS
public static Element.Identity newIdentity(org.openmdx.base.cci2.Segment.Identity segment,
boolean idIsPersistent,
String id)
public static Element.Identity openmdxjdoToIdentity(org.oasisopen.spi2.ObjectId objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||