public class DmgConfigDMW extends DmwWrapper
Generated from the dmg 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 |
|---|---|
|
DmgConfigDMW() |
|
DmgConfigDMW(DmcTypeModifierMV mods) |
|
DmgConfigDMW(DmgConfigDMO obj) |
protected |
DmgConfigDMW(DmgConfigDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigSuffix(Object value)
Adds another configSuffix value.
|
void |
addConfigSuffix(String value)
Adds another configSuffix value.
|
void |
addDescription(Object value)
Adds another description value.
|
void |
addDescription(String value)
Adds another description value.
|
void |
addGenerator(Generator value)
Adds another generator value.
|
void |
addGenerator(Object value)
Adds another generator value.
|
DmgConfigDMW |
cloneIt() |
boolean |
configSuffixContains(String value) |
void |
delConfigSuffix(Object value)
Deletes a configSuffix value.
|
void |
delConfigSuffix(String value)
Deletes a configSuffix value.
|
void |
delDescription(Object value)
Deletes a description value.
|
void |
delDescription(String value)
Deletes a description value.
|
void |
delGenerator(Generator value)
Deletes a generator value.
|
void |
delGenerator(Object value)
Deletes a generator value.
|
boolean |
descriptionContains(String value) |
boolean |
generatorContains(Generator value) |
ArrayList<String> |
getConfigSuffixCopy() |
boolean |
getConfigSuffixHasValue() |
boolean |
getConfigSuffixIsEmpty() |
StringIterableDMW |
getConfigSuffixIterable() |
int |
getConfigSuffixSize() |
ArrayList<String> |
getDescriptionCopy() |
boolean |
getDescriptionHasValue() |
boolean |
getDescriptionIsEmpty() |
StringIterableDMW |
getDescriptionIterable() |
int |
getDescriptionSize() |
DmgConfigDMO |
getDMO() |
String |
getGeneratedFileHeader() |
ArrayList<Generator> |
getGeneratorCopy() |
boolean |
getGeneratorHasValue() |
boolean |
getGeneratorIsEmpty() |
GeneratorIterableDMW |
getGeneratorIterable() |
int |
getGeneratorSize() |
String |
getGenPackage() |
DmgConfigDMW |
getModificationRecorder() |
String |
getSchemaToLoad() |
void |
remConfigSuffix()
Removes the configSuffix attribute value.
|
void |
remDescription()
Removes the description attribute value.
|
void |
remGeneratedFileHeader()
Removes the generatedFileHeader attribute value.
|
void |
remGenerator()
Removes the generator attribute value.
|
void |
remGenPackage()
Removes the genPackage attribute value.
|
void |
remSchemaToLoad()
Removes the schemaToLoad attribute value.
|
void |
setGeneratedFileHeader(Object value)
Sets generatedFileHeader to the specified value.
|
void |
setGeneratedFileHeader(String value)
Sets generatedFileHeader to the specified value.
|
void |
setGenPackage(Object value)
Sets genPackage to the specified value.
|
void |
setGenPackage(String value)
Sets genPackage to the specified value.
|
void |
setSchemaToLoad(Object value)
Sets schemaToLoad to the specified value.
|
void |
setSchemaToLoad(String value)
Sets schemaToLoad to the specified 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 DmgConfigDMW()
public DmgConfigDMW(DmcTypeModifierMV mods)
public DmgConfigDMW(DmgConfigDMO obj)
protected DmgConfigDMW(DmgConfigDMO obj, ClassDefinition cd)
public DmgConfigDMW getModificationRecorder()
public DmgConfigDMW cloneIt()
public DmgConfigDMO getDMO()
public int getConfigSuffixSize()
public boolean getConfigSuffixIsEmpty()
public boolean getConfigSuffixHasValue()
public StringIterableDMW getConfigSuffixIterable()
public void addConfigSuffix(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is incorrectpublic void addConfigSuffix(String value)
value - A value compatible with Stringpublic boolean configSuffixContains(String value)
value - A value compatible with Stringpublic ArrayList<String> getConfigSuffixCopy()
public void delConfigSuffix(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delConfigSuffix(String value)
value - The String to be deleted from set of attribute values.public void remConfigSuffix()
public int getDescriptionSize()
public boolean getDescriptionIsEmpty()
public boolean getDescriptionHasValue()
public StringIterableDMW getDescriptionIterable()
public void addDescription(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is incorrectpublic void addDescription(String value)
value - A value compatible with Stringpublic boolean descriptionContains(String value)
value - A value compatible with Stringpublic ArrayList<String> getDescriptionCopy()
public void delDescription(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delDescription(String value)
value - The String to be deleted from set of attribute values.public void remDescription()
public String getGenPackage()
public void setGenPackage(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setGenPackage(String value)
value - Stringpublic void remGenPackage()
public String getGeneratedFileHeader()
public void setGeneratedFileHeader(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setGeneratedFileHeader(String value)
value - Stringpublic void remGeneratedFileHeader()
public int getGeneratorSize()
public boolean getGeneratorIsEmpty()
public boolean getGeneratorHasValue()
public GeneratorIterableDMW getGeneratorIterable()
public void addGenerator(Object value) throws DmcValueException
value - A value compatible with GeneratorDmcValueException - if value is incorrectpublic void addGenerator(Generator value)
value - A value compatible with Generatorpublic boolean generatorContains(Generator value)
value - A value compatible with Generatorpublic ArrayList<Generator> getGeneratorCopy()
public void delGenerator(Object value) throws DmcValueException
value - The Generator to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delGenerator(Generator value)
value - The Generator to be deleted from set of attribute values.public void remGenerator()
public String getSchemaToLoad()
public void setSchemaToLoad(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setSchemaToLoad(String value)
value - Stringpublic void remSchemaToLoad()
Copyright © 2023. All rights reserved.