public class ConcinnityModuleDMO extends ConcinnityDefinitionDMO implements DmcNamedObjectIF, Serializable
Generated from the dmconcinnity 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 |
|---|---|
|
ConcinnityModuleDMO() |
|
ConcinnityModuleDMO(DmcTypeModifierMV mods) |
protected |
ConcinnityModuleDMO(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<?> |
addDependsOnConcinnityModule(ConcinnityModuleDMO value)
Adds another dependsOnConcinnityModule to the specified value.
|
DmcAttribute<?> |
addDependsOnConcinnityModule(Object value)
Adds another dependsOnConcinnityModule value.
|
DmcAttribute<?> |
addDescription(Object value)
Adds another description value.
|
DmcAttribute<?> |
addDescription(String value)
Adds another description to the specified value.
|
DmcAttribute<?> |
addLoadSchemaClass(Object value)
Adds another loadSchemaClass value.
|
DmcAttribute<?> |
addLoadSchemaClass(SchemaAndReason value)
Adds another loadSchemaClass 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<?> |
delDependsOnConcinnityModule(Object value)
Deletes a dependsOnConcinnityModule value.
|
DmcAttribute<?> |
delDescription(Object value)
Deletes a description value.
|
DmcAttribute<?> |
delDescription(String value)
Deletes a description from the specified value.
|
DmcAttribute<?> |
delLoadSchemaClass(Object value)
Deletes a loadSchemaClass value.
|
DmcAttribute<?> |
delLoadSchemaClass(SchemaAndReason value)
Deletes a loadSchemaClass 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<ConcinnityModuleREF> |
getDependsOnConcinnityModule() |
Iterator<ConcinnityModuleREF> |
getDependsOnConcinnityModuleREFs() |
int |
getDependsOnConcinnityModuleSize() |
Iterator<String> |
getDescription()
The description attribute is used to provide descriptive\n documentation
for schema related definitions.
|
int |
getDescriptionSize() |
Iterator<SchemaAndReason> |
getLoadSchemaClass() |
int |
getLoadSchemaClassSize() |
ConcinnityModuleDMO |
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.
|
ConcinnityModuleDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
String |
getNthDefFiles(int i) |
String |
getNthDescription(int i) |
SchemaAndReason |
getNthLoadSchemaClass(int i) |
DefinitionName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
ConcinnityModuleDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
int |
hashCode() |
boolean |
loadSchemaClassContains(SchemaAndReason value) |
void |
remDefFiles()
Removes the defFiles attribute value.
|
void |
remDependsOnConcinnityModule()
Removes the dependsOnConcinnityModule attribute value.
|
void |
remDescription()
Removes the description attribute value.
|
void |
remLoadSchemaClass()
Removes the loadSchemaClass 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.
|
getDefinedInConcinnityModule, getDefinedInConcinnityModuleREF, getDotName, remDefinedInConcinnityModule, remDotName, setDefinedInConcinnityModule, setDefinedInConcinnityModule, 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 ConcinnityModuleDMO()
protected ConcinnityModuleDMO(String oc)
public ConcinnityModuleDMO(DmcTypeModifierMV mods)
public ConcinnityModuleDMO getNew()
DmcObjectgetNew in class ConcinnityDMOpublic ConcinnityModuleDMO getSlice(DmcSliceInfo info)
DmcObjectgetSlice in class ConcinnityDMOinfo - the slice infopublic ConcinnityModuleDMO getModificationRecorder()
public DefinitionName getObjectName()
getObjectName in interface DmcNamedObjectIFgetObjectName in class ConcinnityDefinitionDMOpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFgetObjectNameAttribute in class ConcinnityDefinitionDMOpublic boolean equals(Object obj)
DmcObjectequals in interface DmcNamedObjectIFequals in class ConcinnityDefinitionDMOobj - The comparison object.public int hashCode()
hashCode in class ConcinnityDefinitionDMOpublic Iterator<SchemaAndReason> getLoadSchemaClass()
public SchemaAndReason getNthLoadSchemaClass(int i)
i - the indexpublic DmcAttribute<?> addLoadSchemaClass(SchemaAndReason value)
value - SchemaAndReasonpublic boolean loadSchemaClassContains(SchemaAndReason value)
value - SchemaAndReasonpublic DmcAttribute<?> addLoadSchemaClass(Object value) throws DmcValueException
value - A value compatible with SchemaAndReasonDmcValueException - if value is not correctpublic int getLoadSchemaClassSize()
public DmcAttribute<?> delLoadSchemaClass(Object value) throws DmcValueException
value - The SchemaAndReason to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delLoadSchemaClass(SchemaAndReason value)
value - SchemaAndReasonpublic void remLoadSchemaClass()
public Iterator<String> getDescription()
ConcinnityDMOgetDescription in class ConcinnityDMOpublic 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 ConcinnityDMOvalue - 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<ConcinnityModuleREF> getDependsOnConcinnityModule()
public Iterator<ConcinnityModuleREF> getDependsOnConcinnityModuleREFs()
public DmcAttribute<?> addDependsOnConcinnityModule(ConcinnityModuleDMO value)
value - ConcinnityModulepublic DmcAttribute<?> addDependsOnConcinnityModule(Object value) throws DmcValueException
value - A value compatible with ConcinnityModuleDmcValueException - if value is not correctpublic int getDependsOnConcinnityModuleSize()
public DmcAttribute<?> delDependsOnConcinnityModule(Object value)
value - The ConcinnityModule to be deleted from set of attribute values.public void remDependsOnConcinnityModule()
public DefinitionName getName()
ConcinnityDMOgetName in class ConcinnityDefinitionDMOpublic void setName(DefinitionName value)
setName in class ConcinnityDefinitionDMOvalue - DefinitionNamepublic void setName(Object value) throws DmcValueException
setName in class ConcinnityDefinitionDMOvalue - A value compatible with DmcTypeDefinitionNameSVDmcValueException - if value is not correctpublic void remName()
remName in class ConcinnityDefinitionDMOCopyright © 2023. All rights reserved.