public class NamedObjHMDMO 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 |
|---|---|
|
NamedObjHMDMO() |
|
NamedObjHMDMO(DmcTypeModifierMV mods) |
protected |
NamedObjHMDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addHmNamedObj(Object value)
Adds another hmNamedObj value.
|
DmcAttribute<?> |
addHmNamedObj(ObjWithRefsDMO value)
Adds another hmNamedObj value.
|
DmcAttribute<?> |
delHmNamedObj(Object value)
Deletes a hmNamedObj value.
|
DmcAttribute<?> |
delHmNamedObj(ObjWithRefsDMO value)
Deletes a hmNamedObj value.
|
Iterator<ObjWithRefsREF> |
getHmNamedObj() |
ObjWithRefsREF |
getHmNamedObj(Object key) |
Iterator<ObjWithRefsREF> |
getHmNamedObjREFs() |
NamedObjHMDMO |
getModificationRecorder() |
NamedObjHMDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
NamedObjHMDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
void |
remHmNamedObj()
Removes the hmNamedObj 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 NamedObjHMDMO()
protected NamedObjHMDMO(String oc)
public NamedObjHMDMO(DmcTypeModifierMV mods)
public NamedObjHMDMO getNew()
DmcObjectpublic NamedObjHMDMO getSlice(DmcSliceInfo info)
DmcObjectpublic NamedObjHMDMO getModificationRecorder()
public Iterator<ObjWithRefsREF> getHmNamedObj()
public Iterator<ObjWithRefsREF> getHmNamedObjREFs()
public ObjWithRefsREF getHmNamedObj(Object key)
key - The key of the value you want.public DmcAttribute<?> addHmNamedObj(Object value) throws DmcValueException
value - A value compatible with ObjWithRefsDmcValueExceptionpublic DmcAttribute<?> addHmNamedObj(ObjWithRefsDMO value)
value - ObjWithRefspublic DmcAttribute<?> delHmNamedObj(Object value) throws DmcValueException
value - The ObjWithRefs to be deleted from set of attribute values.DmcValueExceptionpublic DmcAttribute<?> delHmNamedObj(ObjWithRefsDMO value)
value - The ObjWithRefs to be deleted from set of attribute values.public void remHmNamedObj()
Copyright © 2023. All rights reserved.