public abstract class ConceptDMW extends ConcinnityDefinition implements DmcDefinitionIF, DmcNamedObjectIF
\n How you use this mechanism is bounded only by your imagination.
Generated from the dmconcinnity 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 |
|---|---|
|
ConceptDMW() |
|
ConceptDMW(ConceptDMO obj) |
protected |
ConceptDMW(ConceptDMO obj,
ClassDefinition cd) |
|
ConceptDMW(DmcTypeModifierMV mods) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addIsLike(Concept value)
Adds another isLike value.
|
DmcAttribute<?> |
addIsRelatedTo(Concept value)
Adds another isRelatedTo value.
|
Concept |
cloneIt() |
void |
delIsLike(Concept value)
Deletes a isLike value.
|
void |
delIsRelatedTo(Concept value)
Deletes a isRelatedTo 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.
|
ConceptDMO |
getDMO() |
String |
getHint()
A short description of something that can be dumped as one line summary of
something.\n For longer explanations, use the description attribute.
|
Concept |
getIs() |
ArrayList<Concept> |
getIsLikeCopy() |
boolean |
getIsLikeHasValue() |
boolean |
getIsLikeIsEmpty() |
ConceptIterableDMW |
getIsLikeIterable() |
int |
getIsLikeSize() |
ArrayList<Concept> |
getIsRelatedToCopy() |
boolean |
getIsRelatedToHasValue() |
boolean |
getIsRelatedToIsEmpty() |
ConceptIterableDMW |
getIsRelatedToIterable() |
int |
getIsRelatedToSize() |
Concept |
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() |
Concept |
getRepresents() |
int |
hashCode() |
void |
remHint()
Removes the hint attribute value.
|
void |
remIs()
Removes the is attribute value.
|
void |
remIsLike()
Removes the isLike attribute value.
|
void |
remIsRelatedTo()
Removes the isRelatedTo attribute value.
|
void |
remName()
Removes the name attribute value.
|
void |
remRepresents()
Removes the represents attribute value.
|
void |
setHint(Object value)
Sets hint to the specified value.
|
void |
setHint(String value)
Sets hint to the specified value.
|
void |
setIs(Concept value)
Sets the is to the specified value.
|
void |
setIs(Object value)
Sets the is to the specified value.
|
void |
setName(DefinitionName value)
Sets name to the specified value.
|
void |
setName(Object value)
Sets name to the specified value.
|
void |
setRepresents(Concept value)
Sets the represents to the specified value.
|
void |
setRepresents(Object value)
Sets the represents to the specified value.
|
initializegetDefinedInConcinnityModule, getDotName, remDefinedInConcinnityModule, remDotName, setDefinedInConcinnityModule, setDefinedInConcinnityModule, setDotName, setDotNamesetDmcObjectequals, getFullDotNameaddComment, addDescription, addExample, addNvp, addOptimize, addQuestion, addSkip, addTags, getComment, getCommentSize, getDefinedIn, getDescription, getDescriptionSize, getDescriptionWithNewlines, getDmoFromModule, getExample, getExampleSize, getFile, getLineNumber, getNvp, getNvpSize, getObsolete, getOptimize, getOptimizeSize, getQuestion, getQuestionSize, getRelationship, getSearchable, getSkip, getSkipSize, getSortName, getTags, getTagsSize, getVersion, getWhy, setDefinedIn, setDmoFromModule, setFile, 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 ConceptDMW()
public ConceptDMW(DmcTypeModifierMV mods)
public ConceptDMW(ConceptDMO obj)
protected ConceptDMW(ConceptDMO obj, ClassDefinition cd)
public Concept getModificationRecorder()
getModificationRecorder in class ConcinnityDefinitionDMWpublic Concept cloneIt()
public ConceptDMO getDMO()
getDMO in class ConcinnityDefinitionDMWpublic DefinitionName getObjectName()
getObjectName in interface DmcNamedObjectIFgetObjectName in class ConcinnityDefinitionDMWpublic int hashCode()
hashCode in class ConcinnityDefinitionDMWpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFgetObjectNameAttribute in class ConcinnityDefinitionDMWpublic boolean equals(Object obj)
DmcNamedObjectIFequals in interface DmcNamedObjectIFequals in class ConcinnityDefinitionDMWobj - The comparison object.public String getHint()
DSDefinitionDMWgetHint in class DSDefinitionDMWpublic void setHint(Object value) throws DmcValueException
setHint in class DSDefinitionDMWvalue - A value compatible with DmcTypeStringDmcValueException - if the value is incorrectpublic void setHint(String value)
value - Stringpublic void remHint()
public Concept getIs()
public void setIs(Concept value)
value - A value compatible with ConceptREFpublic void setIs(Object value) throws DmcValueException
value - A value compatible with ConceptREFDmcValueException - is the value is incorrectpublic void remIs()
public int getIsLikeSize()
public boolean getIsLikeIsEmpty()
public boolean getIsLikeHasValue()
public ConceptIterableDMW getIsLikeIterable()
public DmcAttribute<?> addIsLike(Concept value)
value - A value compatible with Conceptpublic void delIsLike(Concept value)
value - The Concept to be deleted from set of attribute values.public ArrayList<Concept> getIsLikeCopy()
public void remIsLike()
public int getIsRelatedToSize()
public boolean getIsRelatedToIsEmpty()
public boolean getIsRelatedToHasValue()
public ConceptIterableDMW getIsRelatedToIterable()
public DmcAttribute<?> addIsRelatedTo(Concept value)
value - A value compatible with Conceptpublic void delIsRelatedTo(Concept value)
value - The Concept to be deleted from set of attribute values.public ArrayList<Concept> getIsRelatedToCopy()
public void remIsRelatedTo()
public DefinitionName getName()
ConcinnityDMWgetName in interface DmcDefinitionIFgetName in class ConcinnityDefinitionDMWpublic void setName(Object value) throws DmcValueException
setName in class ConcinnityDefinitionDMWvalue - A value compatible with DmcTypeDefinitionNameDmcValueException - if the value is incorrectpublic void setName(DefinitionName value)
setName in class ConcinnityDefinitionDMWvalue - DefinitionNamepublic void remName()
remName in class ConcinnityDefinitionDMWpublic Concept getRepresents()
public void setRepresents(Concept value)
value - A value compatible with ConceptREFpublic void setRepresents(Object value) throws DmcValueException
value - A value compatible with ConceptREFDmcValueException - is the value is incorrectpublic void remRepresents()
public String getNameOfModuleWhereThisCameFrom()
getNameOfModuleWhereThisCameFrom in class DSDefinitionCopyright © 2023. All rights reserved.