public class TextualArtifactDMO extends TdlDefinitionDMO implements DmcNamedObjectIF, Serializable
Generated from the dmtdl 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 |
|---|---|
|
TextualArtifactDMO() |
|
TextualArtifactDMO(DmcTypeModifierMV mods) |
protected |
TextualArtifactDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addContains(Contains value)
Adds another contains to the specified value.
|
DmcAttribute<?> |
addContains(Object value)
Adds another contains value.
|
boolean |
containsContains(Contains value) |
DmcAttribute<?> |
delContains(Contains value)
Deletes a contains from the specified value.
|
DmcAttribute<?> |
delContains(Object value)
Deletes a contains 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<Contains> |
getContains() |
int |
getContainsSize() |
TextualArtifactDMO |
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.
|
TextualArtifactDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
Contains |
getNthContains(int i) |
DefinitionName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
TextualArtifactDMO |
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 |
remContains()
Removes the contains 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.
|
addDescription, addDescription, delDescription, delDescription, descriptionContains, getDefinedInTdlModule, getDefinedInTdlModuleREF, getDescription, getDescriptionSize, getDotName, getNthDescription, remDefinedInTdlModule, remDescription, remDotName, setDefinedInTdlModule, setDefinedInTdlModule, 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 TextualArtifactDMO()
protected TextualArtifactDMO(String oc)
public TextualArtifactDMO(DmcTypeModifierMV mods)
public TextualArtifactDMO getNew()
DmcObjectgetNew in class DSDefinitionDMOpublic TextualArtifactDMO getSlice(DmcSliceInfo info)
DmcObjectgetSlice in class DSDefinitionDMOinfo - the slice infopublic TextualArtifactDMO getModificationRecorder()
public DefinitionName getObjectName()
getObjectName in interface DmcNamedObjectIFgetObjectName in class TdlDefinitionDMOpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFgetObjectNameAttribute in class TdlDefinitionDMOpublic boolean equals(Object obj)
DmcObjectequals in interface DmcNamedObjectIFequals in class TdlDefinitionDMOobj - The comparison object.public int hashCode()
hashCode in class TdlDefinitionDMOpublic DefinitionName getName()
DSDefinitionDMOgetName in class TdlDefinitionDMOpublic void setName(DefinitionName value)
setName in class TdlDefinitionDMOvalue - DefinitionNamepublic void setName(Object value) throws DmcValueException
setName in class TdlDefinitionDMOvalue - A value compatible with DmcTypeDefinitionNameSVDmcValueException - if value is not correctpublic void remName()
remName in class TdlDefinitionDMOpublic Contains getNthContains(int i)
i - the indexpublic DmcAttribute<?> addContains(Contains value)
value - Containspublic boolean containsContains(Contains value)
value - Containspublic DmcAttribute<?> addContains(Object value) throws DmcValueException
value - A value compatible with ContainsDmcValueException - if value is not correctpublic int getContainsSize()
public DmcAttribute<?> delContains(Object value) throws DmcValueException
value - The Contains to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delContains(Contains value)
value - Containspublic void remContains()
Copyright © 2023. All rights reserved.