public class DmgConfigDMO extends DmcObject implements Serializable
Generated from the dmg 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 |
|---|---|
|
DmgConfigDMO() |
|
DmgConfigDMO(DmcTypeModifierMV mods) |
protected |
DmgConfigDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addConfigSuffix(Object value)
Adds another configSuffix value.
|
DmcAttribute<?> |
addConfigSuffix(String value)
Adds another configSuffix to the specified value.
|
DmcAttribute<?> |
addDescription(Object value)
Adds another description value.
|
DmcAttribute<?> |
addDescription(String value)
Adds another description to the specified value.
|
DmcAttribute<?> |
addGenerator(Generator value)
Adds another generator to the specified value.
|
DmcAttribute<?> |
addGenerator(Object value)
Adds another generator value.
|
boolean |
configSuffixContains(String value) |
DmcAttribute<?> |
delConfigSuffix(Object value)
Deletes a configSuffix value.
|
DmcAttribute<?> |
delConfigSuffix(String value)
Deletes a configSuffix from the specified value.
|
DmcAttribute<?> |
delDescription(Object value)
Deletes a description value.
|
DmcAttribute<?> |
delDescription(String value)
Deletes a description from the specified value.
|
DmcAttribute<?> |
delGenerator(Generator value)
Deletes a generator from the specified value.
|
DmcAttribute<?> |
delGenerator(Object value)
Deletes a generator value.
|
boolean |
descriptionContains(String value) |
boolean |
generatorContains(Generator value) |
Iterator<String> |
getConfigSuffix() |
int |
getConfigSuffixSize() |
Iterator<String> |
getDescription() |
int |
getDescriptionSize() |
String |
getGeneratedFileHeader() |
Iterator<Generator> |
getGenerator() |
int |
getGeneratorSize() |
String |
getGenPackage() |
DmgConfigDMO |
getModificationRecorder() |
DmgConfigDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
String |
getNthConfigSuffix(int i) |
String |
getNthDescription(int i) |
Generator |
getNthGenerator(int i) |
String |
getSchemaToLoad() |
DmgConfigDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
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.
|
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 DmgConfigDMO()
protected DmgConfigDMO(String oc)
public DmgConfigDMO(DmcTypeModifierMV mods)
public DmgConfigDMO getNew()
DmcObjectpublic DmgConfigDMO getSlice(DmcSliceInfo info)
DmcObjectpublic DmgConfigDMO getModificationRecorder()
public String getSchemaToLoad()
public void setSchemaToLoad(String value)
value - Stringpublic void setSchemaToLoad(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remSchemaToLoad()
public String getNthConfigSuffix(int i)
i - the indexpublic DmcAttribute<?> addConfigSuffix(String value)
value - Stringpublic boolean configSuffixContains(String value)
value - Stringpublic DmcAttribute<?> addConfigSuffix(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is not correctpublic int getConfigSuffixSize()
public DmcAttribute<?> delConfigSuffix(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delConfigSuffix(String value)
value - Stringpublic void remConfigSuffix()
public String getNthDescription(int i)
i - the indexpublic DmcAttribute<?> addDescription(String value)
value - Stringpublic boolean descriptionContains(String value)
value - Stringpublic DmcAttribute<?> addDescription(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is not correctpublic int getDescriptionSize()
public DmcAttribute<?> delDescription(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delDescription(String value)
value - Stringpublic void remDescription()
public String getGeneratedFileHeader()
public void setGeneratedFileHeader(String value)
value - Stringpublic void setGeneratedFileHeader(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remGeneratedFileHeader()
public Generator getNthGenerator(int i)
i - the indexpublic DmcAttribute<?> addGenerator(Generator value)
value - Generatorpublic boolean generatorContains(Generator value)
value - Generatorpublic DmcAttribute<?> addGenerator(Object value) throws DmcValueException
value - A value compatible with GeneratorDmcValueException - if value is not correctpublic int getGeneratorSize()
public DmcAttribute<?> delGenerator(Object value) throws DmcValueException
value - The Generator to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delGenerator(Generator value)
value - Generatorpublic void remGenerator()
public String getGenPackage()
public void setGenPackage(String value)
value - Stringpublic void setGenPackage(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remGenPackage()
Copyright © 2023. All rights reserved.