|
||||||||||
| 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.EnumerationType
public class EnumerationType
Class EnumerationType
| 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::EnumerationType |
| Fields inherited from class org.opencrx.kernel.model1.jpa3.Element |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
EnumerationType()
Constructor |
|
| Method Summary | ||
|---|---|---|
Void |
deleteNamespace()
|
|
|
getContent()
Retrieves a set containing all the elements for the reference content. |
|
List<String> |
getLabel()
Retrieves a list containing all the elements for the attribute label. |
|
List<String> |
getSupertype_Id()
|
|
|
getSupertype()
Retrieves the Collection of objects referenced by supertype. |
|
|
getTypedElement()
Retrieves a set containing all the elements for the reference typedElement. |
|
short |
getVisibility()
Retrieves the value for the attribute visibility. |
|
boolean |
isAbstract()
Retrieves the value for the attribute isAbstract. |
|
protected org.w3c.jpa3.AbstractObject.Slice |
newEnumerationType$Slice(int index)
|
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
|
protected int |
openmdxjdoGetSize(int field)
|
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
|
void |
setAbstract(boolean isAbstract)
Sets a new value for the attribute isAbstract. |
|
void |
setVisibility(short visibility)
Sets a new value for the attribute visibility. |
|
| 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::EnumerationType
| Constructor Detail |
|---|
public EnumerationType()
| Method Detail |
|---|
public short getVisibility()
visibility.
In the future, this Attribute will be used to limit the ability of Elements outside of this GeneralizableElement?s container to depend on it. The rules of visibility of MOF Elements are not currently specified.
getVisibility in interface GeneralizableElementvisibility.public void setVisibility(short visibility)
visibility.
In the future, this Attribute will be used to limit the ability of Elements outside of this GeneralizableElement?s container to depend on it. The rules of visibility of MOF Elements are not currently specified.
setVisibility in interface GeneralizableElementvisibility - The non-null new value for attribute visibility.public boolean isAbstract()
isAbstract.
Indicates whether the GeneralizableElement is expected to have instances. When isAbstract is true, any instance that is represented or classified by this GeneralizableElement is additionally an instance of some specialization of this GeneralizableElement. No operation that supports creation of instances of this GeneralizableElement should be available.
isAbstract in interface GeneralizableElementisAbstract.public void setAbstract(boolean isAbstract)
isAbstract.
Indicates whether the GeneralizableElement is expected to have instances. When isAbstract is true, any instance that is represented or classified by this GeneralizableElement is additionally an instance of some specialization of this GeneralizableElement. No operation that supports creation of instances of this GeneralizableElement should be available.
setAbstract in interface GeneralizableElementisAbstract - The non-null new value for attribute isAbstract.public <T extends TypedElement> ClassifierClassifiesTypedElement.TypedElement<T> getTypedElement()
typedElement.
getTypedElement in interface Classifierpublic <T extends Element> NamespaceContainsElement.Content<T> getContent()
content.
getContent in interface Namespacepublic <T extends GeneralizableElement> List<T> getSupertype()
Collection of objects referenced by supertype.
getSupertype in interface GeneralizableElementCollection of referenced objects.public List<String> getSupertype_Id()
public Void deleteNamespace()
deleteNamespace in interface Namespacepublic final List<String> getLabel()
label.
getLabel in interface EnumerationTypeprotected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class Element
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class Elementprotected org.w3c.jpa3.AbstractObject.Slice newEnumerationType$Slice(int index)
protected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class ElementEnumerationType.CLASS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||