public abstract class ModuleBDMW extends BConceptBase implements DmcDefinitionIF, DmcNamedObjectIF, ModuleBScopedInterface
Generated from the dsdB schema at version unknown
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 |
|---|---|
|
ModuleBDMW() |
|
ModuleBDMW(DmcTypeModifierMV mods) |
|
ModuleBDMW(ModuleBDMO obj) |
protected |
ModuleBDMW(ModuleBDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBConceptX(BConceptX def) |
void |
addDefFiles(Object value)
Adds another defFiles value.
|
void |
addDefFiles(String value)
Adds another defFiles value.
|
DmcAttribute<?> |
addDependsOnModuleA(ModuleA value)
Adds another dependsOnModuleA value.
|
DmcAttribute<?> |
addDependsOnModuleB(ModuleB value)
Adds another dependsOnModuleB value.
|
void |
addDescription(Object value)
Adds another description value.
|
void |
addDescription(String value)
Adds another description value.
|
ModuleB |
cloneIt() |
boolean |
defFilesContains(String value) |
void |
delDefFiles(Object value)
Deletes a defFiles value.
|
void |
delDefFiles(String value)
Deletes a defFiles value.
|
void |
delDependsOnModuleA(ModuleA value)
Deletes a dependsOnModuleA value.
|
void |
delDependsOnModuleB(ModuleB value)
Deletes a dependsOnModuleB value.
|
void |
delDescription(Object value)
Deletes a description value.
|
void |
delDescription(String value)
Deletes a description value.
|
void |
deleteBConceptX(BConceptX def) |
boolean |
descriptionContains(String 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.
|
Iterator<BConceptBase> |
getAllBConceptBase() |
Iterator<BConceptX> |
getAllBConceptX() |
BConceptBase |
getBConceptBase(DotName name) |
int |
getBConceptBaseCount() |
BConceptX |
getBConceptX(DotName name) |
int |
getBConceptXCount() |
BConceptX |
getBConceptXDefinition(String name) |
int |
getBConceptXDefinitionCountByName(String name) |
Iterator<BConceptX> |
getBConceptXDefinitionsByName(String name) |
ArrayList<String> |
getDefFilesCopy() |
boolean |
getDefFilesHasValue() |
boolean |
getDefFilesIsEmpty() |
StringIterableDMW |
getDefFilesIterable() |
int |
getDefFilesSize() |
ArrayList<ModuleA> |
getDependsOnModuleACopy() |
boolean |
getDependsOnModuleAHasValue() |
boolean |
getDependsOnModuleAIsEmpty() |
ModuleAIterableDMW |
getDependsOnModuleAIterable() |
int |
getDependsOnModuleASize() |
ArrayList<ModuleB> |
getDependsOnModuleBCopy() |
boolean |
getDependsOnModuleBHasValue() |
boolean |
getDependsOnModuleBIsEmpty() |
ModuleBIterableDMW |
getDependsOnModuleBIterable() |
int |
getDependsOnModuleBSize() |
ArrayList<String> |
getDescriptionCopy() |
boolean |
getDescriptionHasValue() |
boolean |
getDescriptionIsEmpty() |
StringIterableDMW |
getDescriptionIterable() |
int |
getDescriptionSize() |
ModuleBDMO |
getDMO() |
ModuleB |
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.
|
String |
getNameOfModuleWhereThisCameFrom()
This method indicates the name of the module from which this definition was loaded.
|
DefinitionName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
int |
hashCode() |
void |
remDefFiles()
Removes the defFiles attribute value.
|
void |
remDependsOnModuleA()
Removes the dependsOnModuleA attribute value.
|
void |
remDependsOnModuleB()
Removes the dependsOnModuleB 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.
|
initializegetDefinedInModuleB, getDotName, remDefinedInModuleB, remDotName, setDefinedInModuleB, setDefinedInModuleB, setDotName, setDotNameequals, getFullDotNameaddComment, addExample, addNvp, addOptimize, addQuestion, addSkip, addTags, getComment, getCommentSize, getDefinedIn, getDescription, getDescriptionWithNewlines, getDmoFromModule, getExample, getExampleSize, getFile, getHint, getLineNumber, getNvp, getNvpSize, getObsolete, getOptimize, getOptimizeSize, getQuestion, getQuestionSize, getRelationship, getSearchable, getSkip, getSkipSize, getSortName, getTags, getTagsSize, getVersion, getWhy, setDefinedIn, setDmcObject, setDmoFromModule, setFile, setHint, setLineNumber, setObsolete, setRelationship, setSearchable, setSortName, setVersion, setWhyaddAux, applyModifier, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefinedIn, getDotName, toOIFpublic ModuleBDMW()
public ModuleBDMW(DmcTypeModifierMV mods)
public ModuleBDMW(ModuleBDMO obj)
protected ModuleBDMW(ModuleBDMO obj, ClassDefinition cd)
public ModuleB getModificationRecorder()
getModificationRecorder in class BConceptBaseDMWpublic ModuleB cloneIt()
public ModuleBDMO getDMO()
getDMO in class BConceptBaseDMWpublic DefinitionName getObjectName()
getObjectName in interface DmcNamedObjectIFgetObjectName in class BConceptBaseDMWpublic int hashCode()
hashCode in class BConceptBaseDMWpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFgetObjectNameAttribute in class BConceptBaseDMWpublic boolean equals(Object obj)
DmcNamedObjectIFequals in interface DmcNamedObjectIFequals in class BConceptBaseDMWobj - The comparison object.public int getDefFilesSize()
public boolean getDefFilesIsEmpty()
public boolean getDefFilesHasValue()
public StringIterableDMW getDefFilesIterable()
public void addDefFiles(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is incorrectpublic void addDefFiles(String value)
value - A value compatible with Stringpublic boolean defFilesContains(String value)
value - A value compatible with Stringpublic ArrayList<String> getDefFilesCopy()
public void delDefFiles(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delDefFiles(String value)
value - The String to be deleted from set of attribute values.public void remDefFiles()
public int getDependsOnModuleASize()
public boolean getDependsOnModuleAIsEmpty()
public boolean getDependsOnModuleAHasValue()
public ModuleAIterableDMW getDependsOnModuleAIterable()
public DmcAttribute<?> addDependsOnModuleA(ModuleA value)
value - A value compatible with ModuleApublic void delDependsOnModuleA(ModuleA value)
value - The ModuleA to be deleted from set of attribute values.public ArrayList<ModuleA> getDependsOnModuleACopy()
public void remDependsOnModuleA()
public int getDependsOnModuleBSize()
public boolean getDependsOnModuleBIsEmpty()
public boolean getDependsOnModuleBHasValue()
public ModuleBIterableDMW getDependsOnModuleBIterable()
public DmcAttribute<?> addDependsOnModuleB(ModuleB value)
value - A value compatible with ModuleBpublic void delDependsOnModuleB(ModuleB value)
value - The ModuleB to be deleted from set of attribute values.public ArrayList<ModuleB> getDependsOnModuleBCopy()
public void remDependsOnModuleB()
public int getDescriptionSize()
getDescriptionSize in class DSDefinitionDMWpublic boolean getDescriptionIsEmpty()
public boolean getDescriptionHasValue()
public StringIterableDMW getDescriptionIterable()
public void addDescription(Object value) throws DmcValueException
addDescription in class DSDefinitionDMWvalue - 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 DefinitionName getName()
DSDefinitionDMWgetName in interface DmcDefinitionIFgetName in class BConceptBaseDMWpublic void setName(Object value) throws DmcValueException
setName in class BConceptBaseDMWvalue - A value compatible with DmcTypeDefinitionNameDmcValueException - if the value is incorrectpublic void setName(DefinitionName value)
setName in class BConceptBaseDMWvalue - DefinitionNamepublic void remName()
remName in class BConceptBaseDMWpublic int getBConceptBaseCount()
getBConceptBaseCount in interface ModuleBScopedInterfacepublic BConceptBase getBConceptBase(DotName name)
getBConceptBase in interface ModuleBScopedInterfacepublic Iterator<BConceptBase> getAllBConceptBase()
getAllBConceptBase in interface ModuleBScopedInterfacepublic void addBConceptX(BConceptX def)
addBConceptX in interface ModuleBScopedInterfacepublic void deleteBConceptX(BConceptX def)
deleteBConceptX in interface ModuleBScopedInterfacepublic int getBConceptXCount()
getBConceptXCount in interface ModuleBScopedInterfacepublic BConceptX getBConceptX(DotName name)
getBConceptX in interface ModuleBScopedInterfacepublic Iterator<BConceptX> getAllBConceptX()
getAllBConceptX in interface ModuleBScopedInterfacepublic BConceptX getBConceptXDefinition(String name) throws DmcNameClashException, DmcValueException
getBConceptXDefinition in interface ModuleBScopedInterfaceDmcNameClashExceptionDmcValueExceptionpublic Iterator<BConceptX> getBConceptXDefinitionsByName(String name) throws DmcValueException
getBConceptXDefinitionsByName in interface ModuleBScopedInterfaceDmcValueExceptionpublic int getBConceptXDefinitionCountByName(String name) throws DmcValueException
getBConceptXDefinitionCountByName in interface ModuleBScopedInterfaceDmcValueExceptionpublic String getNameOfModuleWhereThisCameFrom()
getNameOfModuleWhereThisCameFrom in class DSDefinitionCopyright © 2023. All rights reserved.