public class NamedObjTMDMO extends DmcObject implements Serializable
Generated from the dmt schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoFormatter.dumpDMO(DmoFormatter.java:134)
| Modifier and Type | Field and Description |
|---|---|
static String |
constructionClassName |
__objectClass, attributes| Modifier | Constructor and Description |
|---|---|
|
NamedObjTMDMO() |
|
NamedObjTMDMO(DmcTypeModifierMV mods) |
protected |
NamedObjTMDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addTmNamedObj(Object value)
Adds another tmNamedObj value.
|
DmcAttribute<?> |
addTmNamedObj(ObjWithRefsDMO value)
Adds another tmNamedObj value.
|
DmcAttribute<?> |
delTmNamedObj(Object value)
Deletes a tmNamedObj value.
|
DmcAttribute<?> |
delTmNamedObj(ObjWithRefsDMO value)
Deletes a tmNamedObj value.
|
NamedObjTMDMO |
getModificationRecorder() |
NamedObjTMDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
NamedObjTMDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
Iterator<ObjWithRefsREF> |
getTmNamedObj() |
ObjWithRefsREF |
getTmNamedObj(Object key) |
DefinitionName |
getTmNamedObjFirstKey() |
Iterator<ObjWithRefsREF> |
getTmNamedObjREFs() |
void |
remTmNamedObj()
Removes the tmNamedObj attribute value.
|
add, add, addAux, addAux, addBackref, allowsAttribute, applyModifier, clearReferenceInfo, cloneIt, del, del, delFromEmptyAttribute, deserializeIt, equals, get, get, get, getAdditionalAttributes, getAttributeInfo, getAttributeInfo, getAttributeIterator, getAttributeNames, getAttributes, getAttributeValidators, getBackref, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getContainer, getDataType, getFullClassName, getLastValue, getModifier, getObjectClass, getObjectValidators, getReferringObjects, getReferringObjectsViaAttribute, getStagingObject, hasAux, hasValue, isModrec, isReferenced, isStaging, modrec, nth, nthNullFromEmptyAttribute, numberOfAttributes, populateSlice, referenceCount, rem, rem, removeAux, removeBackref, resolveReferences, resolveReferences, resolveReferences, resolveReferencesExceptClass, resolveReferencesExceptClass, serializeIt, set, set, setContainer, setLastValue, setModifier, shallowCopy, staging, supportsBackrefTracking, toCompactJSON, toCompactJSON, toJSON, toJSON, toJSON, toOIF, toOIF, toOIFNoPadding, toPersistentOIF, toPersistentOIF, toString, youAreDeletedpublic static final String constructionClassName
public NamedObjTMDMO()
protected NamedObjTMDMO(String oc)
public NamedObjTMDMO(DmcTypeModifierMV mods)
public NamedObjTMDMO getNew()
DmcObjectpublic NamedObjTMDMO getSlice(DmcSliceInfo info)
DmcObjectpublic NamedObjTMDMO getModificationRecorder()
public Iterator<ObjWithRefsREF> getTmNamedObj()
public Iterator<ObjWithRefsREF> getTmNamedObjREFs()
public ObjWithRefsREF getTmNamedObj(Object key)
key - The key of the value you want.public DefinitionName getTmNamedObjFirstKey()
public DmcAttribute<?> addTmNamedObj(Object value) throws DmcValueException
value - A value compatible with ObjWithRefsDmcValueExceptionpublic DmcAttribute<?> addTmNamedObj(ObjWithRefsDMO value)
value - ObjWithRefspublic DmcAttribute<?> delTmNamedObj(Object value) throws DmcValueException
value - The ObjWithRefs to be deleted from set of attribute values.DmcValueExceptionpublic DmcAttribute<?> delTmNamedObj(ObjWithRefsDMO value)
value - The ObjWithRefs to be deleted from set of attribute values.public void remTmNamedObj()
Copyright © 2023. All rights reserved.