public class PrimitiveHSDMW extends DmwWrapper
Generated from the dmt schema at version 0.1
This code was auto-generated by the dmggenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dmg.generators.BaseDMWGenerator.dumpWrapper(BaseDMWGenerator.java:488)
core| Modifier | Constructor and Description |
|---|---|
|
PrimitiveHSDMW() |
|
PrimitiveHSDMW(DmcTypeModifierMV mods) |
|
PrimitiveHSDMW(PrimitiveHSDMO obj) |
protected |
PrimitiveHSDMW(PrimitiveHSDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHsString(Object value)
Adds another hsString value.
|
void |
addHsString(String value)
Adds another hsString value.
|
PrimitiveHSDMW |
cloneIt() |
void |
delHsString(Object value)
Deletes a hsString value.
|
void |
delHsString(String value)
Deletes a hsString value.
|
PrimitiveHSDMO |
getDMO() |
HashSet<String> |
getHsStringCopy() |
boolean |
getHsStringHasValue() |
boolean |
getHsStringIsEmpty() |
StringIterableDMW |
getHsStringIterable() |
int |
getHsStringSize() |
PrimitiveHSDMW |
getModificationRecorder() |
boolean |
hsStringContains(String value) |
void |
remHsString()
Removes the hsString attribute value.
|
addAux, applyModifier, equals, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierpublic PrimitiveHSDMW()
public PrimitiveHSDMW(DmcTypeModifierMV mods)
public PrimitiveHSDMW(PrimitiveHSDMO obj)
protected PrimitiveHSDMW(PrimitiveHSDMO obj, ClassDefinition cd)
public PrimitiveHSDMW getModificationRecorder()
public PrimitiveHSDMW cloneIt()
public PrimitiveHSDMO getDMO()
public int getHsStringSize()
public boolean getHsStringIsEmpty()
public boolean getHsStringHasValue()
public StringIterableDMW getHsStringIterable()
public void addHsString(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is incorrectpublic void addHsString(String value)
value - A value compatible with Stringpublic boolean hsStringContains(String value)
value - A value compatible with Stringpublic HashSet<String> getHsStringCopy()
public void delHsString(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delHsString(String value)
value - The String to be deleted from set of attribute values.public void remHsString()
Copyright © 2023. All rights reserved.