public class PrimitiveMVDMW 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 |
|---|---|
|
PrimitiveMVDMW() |
|
PrimitiveMVDMW(DmcTypeModifierMV mods) |
|
PrimitiveMVDMW(PrimitiveMVDMO obj) |
protected |
PrimitiveMVDMW(PrimitiveMVDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMvString(Object value)
Adds another mvString value.
|
void |
addMvString(String value)
Adds another mvString value.
|
PrimitiveMVDMW |
cloneIt() |
void |
delMvString(Object value)
Deletes a mvString value.
|
void |
delMvString(String value)
Deletes a mvString value.
|
PrimitiveMVDMO |
getDMO() |
PrimitiveMVDMW |
getModificationRecorder() |
ArrayList<String> |
getMvStringCopy() |
boolean |
getMvStringHasValue() |
boolean |
getMvStringIsEmpty() |
StringIterableDMW |
getMvStringIterable() |
int |
getMvStringSize() |
boolean |
mvStringContains(String value) |
void |
remMvString()
Removes the mvString 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 PrimitiveMVDMW()
public PrimitiveMVDMW(DmcTypeModifierMV mods)
public PrimitiveMVDMW(PrimitiveMVDMO obj)
protected PrimitiveMVDMW(PrimitiveMVDMO obj, ClassDefinition cd)
public PrimitiveMVDMW getModificationRecorder()
public PrimitiveMVDMW cloneIt()
public PrimitiveMVDMO getDMO()
public int getMvStringSize()
public boolean getMvStringIsEmpty()
public boolean getMvStringHasValue()
public StringIterableDMW getMvStringIterable()
public void addMvString(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is incorrectpublic void addMvString(String value)
value - A value compatible with Stringpublic boolean mvStringContains(String value)
value - A value compatible with Stringpublic ArrayList<String> getMvStringCopy()
public void delMvString(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delMvString(String value)
value - The String to be deleted from set of attribute values.public void remMvString()
Copyright © 2023. All rights reserved.