public class PrimitiveHSDMO 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 |
|---|---|
|
PrimitiveHSDMO() |
|
PrimitiveHSDMO(DmcTypeModifierMV mods) |
protected |
PrimitiveHSDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addHsString(Object value)
Adds another hsString value.
|
DmcAttribute<?> |
addHsString(String value)
Adds another hsString to the specified value.
|
DmcAttribute<?> |
delHsString(Object value)
Deletes a hsString value.
|
DmcAttribute<?> |
delHsString(String value)
Deletes a hsString from the specified value.
|
Iterator<String> |
getHsString() |
int |
getHsStringSize() |
PrimitiveHSDMO |
getModificationRecorder() |
PrimitiveHSDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
String |
getNthHsString(int i) |
PrimitiveHSDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
boolean |
hsStringContains(String value) |
void |
remHsString()
Removes the hsString 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 PrimitiveHSDMO()
protected PrimitiveHSDMO(String oc)
public PrimitiveHSDMO(DmcTypeModifierMV mods)
public PrimitiveHSDMO getNew()
DmcObjectpublic PrimitiveHSDMO getSlice(DmcSliceInfo info)
DmcObjectpublic PrimitiveHSDMO getModificationRecorder()
public String getNthHsString(int i)
i - the indexpublic DmcAttribute<?> addHsString(String value)
value - Stringpublic boolean hsStringContains(String value)
value - Stringpublic DmcAttribute<?> addHsString(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is not correctpublic int getHsStringSize()
public DmcAttribute<?> delHsString(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delHsString(String value)
value - Stringpublic void remHsString()
Copyright © 2023. All rights reserved.