public class ModuleCDMO extends CConceptBaseDMO implements DmcNamedObjectIF, Serializable
Generated from the dsdC schema at version unknown
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 |
|---|---|
|
ModuleCDMO() |
|
ModuleCDMO(DmcTypeModifierMV mods) |
protected |
ModuleCDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addDefFiles(Object value)
Adds another defFiles value.
|
DmcAttribute<?> |
addDefFiles(String value)
Adds another defFiles to the specified value.
|
DmcAttribute<?> |
addDependsOnModuleA(ModuleADMO value)
Adds another dependsOnModuleA to the specified value.
|
DmcAttribute<?> |
addDependsOnModuleA(Object value)
Adds another dependsOnModuleA value.
|
DmcAttribute<?> |
addDependsOnModuleB(ModuleBDMO value)
Adds another dependsOnModuleB to the specified value.
|
DmcAttribute<?> |
addDependsOnModuleB(Object value)
Adds another dependsOnModuleB value.
|
DmcAttribute<?> |
addDependsOnModuleC(ModuleCDMO value)
Adds another dependsOnModuleC to the specified value.
|
DmcAttribute<?> |
addDependsOnModuleC(Object value)
Adds another dependsOnModuleC value.
|
DmcAttribute<?> |
addDescription(Object value)
Adds another description value.
|
DmcAttribute<?> |
addDescription(String value)
Adds another description to the specified value.
|
boolean |
defFilesContains(String value) |
DmcAttribute<?> |
delDefFiles(Object value)
Deletes a defFiles value.
|
DmcAttribute<?> |
delDefFiles(String value)
Deletes a defFiles from the specified value.
|
DmcAttribute<?> |
delDependsOnModuleA(Object value)
Deletes a dependsOnModuleA value.
|
DmcAttribute<?> |
delDependsOnModuleB(Object value)
Deletes a dependsOnModuleB value.
|
DmcAttribute<?> |
delDependsOnModuleC(Object value)
Deletes a dependsOnModuleC value.
|
DmcAttribute<?> |
delDescription(Object value)
Deletes a description value.
|
DmcAttribute<?> |
delDescription(String value)
Deletes a description from the specified value.
|
boolean |
descriptionContains(String value) |
boolean |
equals(Object obj)
This method performs an attribute by attribute comparison of this
object with the specified object and returns true if they are equal.
|
Iterator<String> |
getDefFiles() |
int |
getDefFilesSize() |
Iterator<ModuleAREF> |
getDependsOnModuleA() |
Iterator<ModuleAREF> |
getDependsOnModuleAREFs() |
int |
getDependsOnModuleASize() |
Iterator<ModuleBREF> |
getDependsOnModuleB() |
Iterator<ModuleBREF> |
getDependsOnModuleBREFs() |
int |
getDependsOnModuleBSize() |
Iterator<ModuleCREF> |
getDependsOnModuleC() |
Iterator<ModuleCREF> |
getDependsOnModuleCREFs() |
int |
getDependsOnModuleCSize() |
Iterator<String> |
getDescription()
The description attribute is used to provide descriptive\n documentation
for schema related definitions.
|
int |
getDescriptionSize() |
ModuleCDMO |
getModificationRecorder() |
DefinitionName |
getName()
The name attribute is used to store a single string token that represents
a unique name\n for an object with the set of definitions of which it is a
part.
|
ModuleCDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
String |
getNthDefFiles(int i) |
String |
getNthDescription(int i) |
DefinitionName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
ModuleCDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
int |
hashCode() |
void |
remDefFiles()
Removes the defFiles attribute value.
|
void |
remDependsOnModuleA()
Removes the dependsOnModuleA attribute value.
|
void |
remDependsOnModuleB()
Removes the dependsOnModuleB attribute value.
|
void |
remDependsOnModuleC()
Removes the dependsOnModuleC attribute value.
|
void |
remDescription()
Removes the description attribute value.
|
void |
remName()
Removes the name attribute value.
|
void |
setName(DefinitionName value)
Sets name to the specified value.
|
void |
setName(Object value)
Sets name to the specified value.
|
getDefinedInModuleC, getDefinedInModuleCREF, getDotName, remDefinedInModuleC, remDotName, setDefinedInModuleC, setDefinedInModuleC, setDotName, setDotNameaddComment, addExample, addNvp, addOptimize, addQuestion, addSkip, addTags, getComment, getDefinedIn, getDescriptionWithNewlines, getDmoFromModule, getExample, getFile, getHint, getIdToAttrInfo, getLineNumber, getNvp, getObsolete, getOptimize, getQuestion, getRelationship, getSearchable, getSkip, getSortName, getStringToAttrInfo, getTags, getVersion, getWhy, setDefinedIn, setDmoFromModule, setFile, setHint, setLineNumber, setObsolete, setRelationship, setSearchable, setSortName, setVersion, setWhyadd, add, addAux, addAux, addBackref, allowsAttribute, applyModifier, clearReferenceInfo, cloneIt, del, del, delFromEmptyAttribute, deserializeIt, 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 ModuleCDMO()
protected ModuleCDMO(String oc)
public ModuleCDMO(DmcTypeModifierMV mods)
public ModuleCDMO getNew()
DmcObjectgetNew in class DSDefinitionDMOpublic ModuleCDMO getSlice(DmcSliceInfo info)
DmcObjectgetSlice in class DSDefinitionDMOinfo - the slice infopublic ModuleCDMO getModificationRecorder()
public DefinitionName getObjectName()
getObjectName in interface DmcNamedObjectIFgetObjectName in class CConceptBaseDMOpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFgetObjectNameAttribute in class CConceptBaseDMOpublic boolean equals(Object obj)
DmcObjectequals in interface DmcNamedObjectIFequals in class CConceptBaseDMOobj - The comparison object.public int hashCode()
hashCode in class CConceptBaseDMOpublic Iterator<String> getDescription()
DSDefinitionDMOgetDescription in class DSDefinitionDMOpublic 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
addDescription in class DSDefinitionDMOvalue - 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 getNthDefFiles(int i)
i - the indexpublic DmcAttribute<?> addDefFiles(String value)
value - Stringpublic boolean defFilesContains(String value)
value - Stringpublic DmcAttribute<?> addDefFiles(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is not correctpublic int getDefFilesSize()
public DmcAttribute<?> delDefFiles(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delDefFiles(String value)
value - Stringpublic void remDefFiles()
public Iterator<ModuleCREF> getDependsOnModuleC()
public Iterator<ModuleCREF> getDependsOnModuleCREFs()
public DmcAttribute<?> addDependsOnModuleC(ModuleCDMO value)
value - ModuleCpublic DmcAttribute<?> addDependsOnModuleC(Object value) throws DmcValueException
value - A value compatible with ModuleCDmcValueException - if value is not correctpublic int getDependsOnModuleCSize()
public DmcAttribute<?> delDependsOnModuleC(Object value)
value - The ModuleC to be deleted from set of attribute values.public void remDependsOnModuleC()
public Iterator<ModuleBREF> getDependsOnModuleB()
public Iterator<ModuleBREF> getDependsOnModuleBREFs()
public DmcAttribute<?> addDependsOnModuleB(ModuleBDMO value)
value - ModuleBpublic DmcAttribute<?> addDependsOnModuleB(Object value) throws DmcValueException
value - A value compatible with ModuleBDmcValueException - if value is not correctpublic int getDependsOnModuleBSize()
public DmcAttribute<?> delDependsOnModuleB(Object value)
value - The ModuleB to be deleted from set of attribute values.public void remDependsOnModuleB()
public Iterator<ModuleAREF> getDependsOnModuleA()
public Iterator<ModuleAREF> getDependsOnModuleAREFs()
public DmcAttribute<?> addDependsOnModuleA(ModuleADMO value)
value - ModuleApublic DmcAttribute<?> addDependsOnModuleA(Object value) throws DmcValueException
value - A value compatible with ModuleADmcValueException - if value is not correctpublic int getDependsOnModuleASize()
public DmcAttribute<?> delDependsOnModuleA(Object value)
value - The ModuleA to be deleted from set of attribute values.public void remDependsOnModuleA()
public DefinitionName getName()
DSDefinitionDMOgetName in class CConceptBaseDMOpublic void setName(DefinitionName value)
setName in class CConceptBaseDMOvalue - DefinitionNamepublic void setName(Object value) throws DmcValueException
setName in class CConceptBaseDMOvalue - A value compatible with DmcTypeDefinitionNameSVDmcValueException - if value is not correctpublic void remName()
remName in class CConceptBaseDMOCopyright © 2023. All rights reserved.