Modifier and Type | Field and Description |
---|---|
static String |
MetaclassName |
Modifier and Type | Method and Description |
---|---|
void |
addDefinedExternDocumentType(IExternDocumentType element)
Add a ObExternDocumentType to the 'DefinedExternDocumentType' association.
|
void |
addDefinedNoteType(INoteType element)
Add a ObNoteType to the 'DefinedNoteType' association.
|
void |
addDefinedTagType(ITagType element)
Add a ObTagType to the 'DefinedTagType' association.
|
int |
cardDefinedExternDocumentType()
Returns the number elements in the DefinedExternDocumentType association.
|
int |
cardDefinedExternDocumentType(Class<? extends IExternDocumentType> filteredClass)
Returns the number elements in the DefinedExternDocumentType association filtered with the given metaclass.
|
int |
cardDefinedNoteType()
Returns the number elements in the DefinedNoteType association.
|
int |
cardDefinedNoteType(Class<? extends INoteType> filteredClass)
Returns the number elements in the DefinedNoteType association filtered with the given metaclass.
|
int |
cardDefinedTagType()
Returns the number elements in the DefinedTagType association.
|
int |
cardDefinedTagType(Class<? extends ITagType> filteredClass)
Returns the number elements in the DefinedTagType association filtered with the given metaclass.
|
ObList<IExternDocumentType> |
getDefinedExternDocumentType()
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
|
<T extends IExternDocumentType> |
getDefinedExternDocumentType(Class<T> filteredClass)
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
|
ObList<INoteType> |
getDefinedNoteType()
Get the list of ObNoteType to the DefinedNoteType association.
|
<T extends INoteType> |
getDefinedNoteType(Class<T> filteredClass)
Get the list of ObNoteType to the DefinedNoteType association.
|
ObList<ITagType> |
getDefinedTagType()
Get the list of ObTagType to the DefinedTagType association.
|
<T extends ITagType> |
getDefinedTagType(Class<T> filteredClass)
Get the list of ObTagType to the DefinedTagType association.
|
IProfile |
getOwnerProfile()
Get the OwnerProfile association.
|
IClass |
getReferenced()
Get the Referenced association.
|
String |
getReferencedClassName()
Getter for the ReferencedClassName meta class attribute.
|
void |
removeDefinedExternDocumentType(IExternDocumentType element)
Remove an ObExternDocumentType from the 'DefinedExternDocumentType' association.
|
void |
removeDefinedNoteType(INoteType element)
Remove an ObNoteType from the 'DefinedNoteType' association.
|
void |
removeDefinedTagType(ITagType element)
Remove an ObTagType from the 'DefinedTagType' association.
|
void |
setOwnerProfile(IProfile element)
Setter for the 'OwnerProfile' [0..1] association.
|
void |
setReferenced(IClass element)
Setter for the 'Referenced' [0..1] association.
|
void |
setReferencedClassName(String value)
Setter for the 'ReferencedClassName' meta class attribute
|
accept, addcausing, cardcausing, cardcausing, compareTo, delete, equals, getcausing, getcausing, getCompositionOwner, getElementStatus, getHid, getIdentifier, getLid, getMetaclassId, getMetaclassName, getmodifDate, getName, getSessionId, hashCode, isValid, removecausing, setmodifDate, toString
static final String MetaclassName
String getReferencedClassName()
void setReferencedClassName(String value)
value
- the new 'ReferencedClassName' value.IProfile getOwnerProfile()
void setOwnerProfile(IProfile element)
element
- The element to set.void addDefinedTagType(ITagType element)
element
- The ObTagType to add.int cardDefinedTagType()
int cardDefinedTagType(Class<? extends ITagType> filteredClass)
filteredClass
- The filter to apply.ObList<ITagType> getDefinedTagType()
<T extends ITagType> ObList<T> getDefinedTagType(Class<T> filteredClass)
This list is filtered using the given filteredClass
argument.
The returned list elements can therefore be directly safely casted.
T
- The applied filter.filteredClass
- The filter to apply.void removeDefinedTagType(ITagType element)
element
- The ObTagType to remove.void addDefinedNoteType(INoteType element)
element
- The ObNoteType to add.int cardDefinedNoteType()
int cardDefinedNoteType(Class<? extends INoteType> filteredClass)
filteredClass
- The filter to apply.ObList<INoteType> getDefinedNoteType()
<T extends INoteType> ObList<T> getDefinedNoteType(Class<T> filteredClass)
This list is filtered using the given filteredClass
argument.
The returned list elements can therefore be directly safely casted.
T
- The applied filter.filteredClass
- The filter to apply.void removeDefinedNoteType(INoteType element)
element
- The ObNoteType to remove.IClass getReferenced()
void setReferenced(IClass element)
element
- The element to set.void addDefinedExternDocumentType(IExternDocumentType element)
element
- The ObExternDocumentType to add.int cardDefinedExternDocumentType()
int cardDefinedExternDocumentType(Class<? extends IExternDocumentType> filteredClass)
filteredClass
- The filter to apply.ObList<IExternDocumentType> getDefinedExternDocumentType()
<T extends IExternDocumentType> ObList<T> getDefinedExternDocumentType(Class<T> filteredClass)
This list is filtered using the given filteredClass
argument.
The returned list elements can therefore be directly safely casted.
T
- The applied filter.filteredClass
- The filter to apply.void removeDefinedExternDocumentType(IExternDocumentType element)
element
- The ObExternDocumentType to remove.