public class PrimitiveHMDMO 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 |
|---|---|
|
PrimitiveHMDMO() |
|
PrimitiveHMDMO(DmcTypeModifierMV mods) |
protected |
PrimitiveHMDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addHmString(Object value)
Adds another hmString value.
|
DmcAttribute<?> |
addHmString(StringToString value)
Adds another hmString value.
|
DmcAttribute<?> |
delHmString(Object key)
Deletes a hmString value.
|
DmcAttribute<?> |
delHmString(String key)
Deletes a hmString value.
|
Iterator<StringToString> |
getHmString() |
StringToString |
getHmString(Object key) |
PrimitiveHMDMO |
getModificationRecorder() |
PrimitiveHMDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
PrimitiveHMDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
void |
remHmString()
Removes the hmString 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 PrimitiveHMDMO()
protected PrimitiveHMDMO(String oc)
public PrimitiveHMDMO(DmcTypeModifierMV mods)
public PrimitiveHMDMO getNew()
DmcObjectpublic PrimitiveHMDMO getSlice(DmcSliceInfo info)
DmcObjectpublic PrimitiveHMDMO getModificationRecorder()
public Iterator<StringToString> getHmString()
public StringToString getHmString(Object key)
key - The key of the value you want.public DmcAttribute<?> addHmString(Object value) throws DmcValueException
value - A value compatible with StringToStringDmcValueExceptionpublic DmcAttribute<?> addHmString(StringToString value)
value - StringToStringpublic DmcAttribute<?> delHmString(Object key)
key - The key of the StringToString to be deleted from the map of attribute values.public DmcAttribute<?> delHmString(String key)
key - the String key valuepublic void remHmString()
Copyright © 2023. All rights reserved.