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