public class TestMultiLevelSubpackageDMW extends DmwNamedObjectWrapper implements DmcNamedObjectIF
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 |
|---|---|
|
TestMultiLevelSubpackageDMW() |
|
TestMultiLevelSubpackageDMW(DmcTypeModifierMV mods) |
|
TestMultiLevelSubpackageDMW(TestMultiLevelSubpackageDMO obj) |
protected |
TestMultiLevelSubpackageDMW(TestMultiLevelSubpackageDMO 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.
|
TestMultiLevelSubpackageDMW |
cloneIt() |
void |
delMvString(Object value)
Deletes a mvString value.
|
void |
delMvString(String value)
Deletes a mvString value.
|
boolean |
equals(Object obj)
This method should check the type of the obj param and compare the name
of this object with the one passed as argument.
|
TestMultiLevelSubpackageDMO |
getDMO() |
TestMultiLevelSubpackageDMW |
getModificationRecorder() |
ArrayList<String> |
getMvStringCopy() |
boolean |
getMvStringHasValue() |
boolean |
getMvStringIsEmpty() |
StringIterableDMW |
getMvStringIterable() |
int |
getMvStringSize() |
DefinitionName |
getName() |
DefinitionName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
String |
getSvString() |
int |
hashCode() |
boolean |
mvStringContains(String value) |
void |
remMvString()
Removes the mvString attribute value.
|
void |
remName()
Removes the name attribute value.
|
void |
remSvString()
Removes the svString attribute value.
|
void |
setName(DefinitionName value)
Sets name to the specified value.
|
void |
setName(Object value)
Sets name to the specified value.
|
void |
setSvString(Object value)
Sets svString to the specified value.
|
void |
setSvString(String value)
Sets svString to the specified value.
|
addAux, applyModifier, 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 TestMultiLevelSubpackageDMW()
public TestMultiLevelSubpackageDMW(DmcTypeModifierMV mods)
public TestMultiLevelSubpackageDMW(TestMultiLevelSubpackageDMO obj)
protected TestMultiLevelSubpackageDMW(TestMultiLevelSubpackageDMO obj, ClassDefinition cd)
public TestMultiLevelSubpackageDMW getModificationRecorder()
public TestMultiLevelSubpackageDMW cloneIt()
public TestMultiLevelSubpackageDMO getDMO()
public DefinitionName getObjectName()
getObjectName in interface DmcNamedObjectIFpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFpublic boolean equals(Object obj)
DmcNamedObjectIFequals in interface DmcNamedObjectIFequals in class DmwWrapperobj - The comparison object.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()
public DefinitionName getName()
public void setName(Object value) throws DmcValueException
value - A value compatible with DmcTypeDefinitionNameDmcValueExceptionpublic void setName(DefinitionName value)
value - DefinitionNamepublic void remName()
public String getSvString()
public void setSvString(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setSvString(String value)
value - Stringpublic void remSvString()
Copyright © 2023. All rights reserved.