public abstract class PayloadSortInfoDMW extends DmuDefinition implements DmcDefinitionIF, DmcNamedObjectIF
Generated from the dmu 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 |
|---|---|
|
PayloadSortInfoDMW() |
|
PayloadSortInfoDMW(DmcTypeModifierMV mods) |
|
PayloadSortInfoDMW(PayloadSortInfoDMO obj) |
protected |
PayloadSortInfoDMW(PayloadSortInfoDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPathAndKeys(Object value)
Adds another pathAndKeys value.
|
void |
addPathAndKeys(PathAndKey value)
Adds another pathAndKeys value.
|
PayloadSortInfo |
cloneIt() |
void |
delPathAndKeys(Object value)
Deletes a pathAndKeys value.
|
void |
delPathAndKeys(PathAndKey value)
Deletes a pathAndKeys 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.
|
PayloadSortInfoDMO |
getDMO() |
PayloadSortInfo |
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() |
ArrayList<PathAndKey> |
getPathAndKeysCopy() |
boolean |
getPathAndKeysHasValue() |
boolean |
getPathAndKeysIsEmpty() |
PathAndKeyIterableDMW |
getPathAndKeysIterable() |
int |
getPathAndKeysSize() |
int |
hashCode() |
boolean |
pathAndKeysContains(PathAndKey value) |
void |
remName()
Removes the name attribute value.
|
void |
remPathAndKeys()
Removes the pathAndKeys attribute value.
|
void |
setName(DefinitionName value)
Sets name to the specified value.
|
void |
setName(Object value)
Sets name to the specified value.
|
initializegetDefinedInDmuModule, remDefinedInDmuModule, setDefinedInDmuModule, setDefinedInDmuModuleequals, getFullDotNameaddComment, addDescription, addExample, addNvp, addOptimize, addQuestion, addSkip, addTags, getComment, getCommentSize, getDefinedIn, getDescription, getDescriptionSize, getDescriptionWithNewlines, getDmoFromModule, getDotName, getExample, getExampleSize, getFile, getHint, getLineNumber, getNvp, getNvpSize, getObsolete, getOptimize, getOptimizeSize, getQuestion, getQuestionSize, getRelationship, getSearchable, getSkip, getSkipSize, getSortName, getTags, getTagsSize, getVersion, getWhy, setDefinedIn, setDmcObject, setDmoFromModule, setDotName, 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 PayloadSortInfoDMW()
public PayloadSortInfoDMW(DmcTypeModifierMV mods)
public PayloadSortInfoDMW(PayloadSortInfoDMO obj)
protected PayloadSortInfoDMW(PayloadSortInfoDMO obj, ClassDefinition cd)
public PayloadSortInfo getModificationRecorder()
getModificationRecorder in class DmuDefinitionDMWpublic PayloadSortInfo cloneIt()
public PayloadSortInfoDMO getDMO()
getDMO in class DmuDefinitionDMWpublic DefinitionName getObjectName()
getObjectName in interface DmcNamedObjectIFgetObjectName in class DmuDefinitionDMWpublic int hashCode()
hashCode in class DmuDefinitionDMWpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFgetObjectNameAttribute in class DmuDefinitionDMWpublic boolean equals(Object obj)
DmcNamedObjectIFequals in interface DmcNamedObjectIFequals in class DmuDefinitionDMWobj - The comparison object.public DefinitionName getName()
DSDefinitionDMWgetName in interface DmcDefinitionIFgetName in class DmuDefinitionDMWpublic void setName(Object value) throws DmcValueException
setName in class DmuDefinitionDMWvalue - A value compatible with DmcTypeDefinitionNameDmcValueException - if the value is incorrectpublic void setName(DefinitionName value)
setName in class DmuDefinitionDMWvalue - DefinitionNamepublic void remName()
remName in class DmuDefinitionDMWpublic int getPathAndKeysSize()
public boolean getPathAndKeysIsEmpty()
public boolean getPathAndKeysHasValue()
public PathAndKeyIterableDMW getPathAndKeysIterable()
public void addPathAndKeys(Object value) throws DmcValueException
value - A value compatible with PathAndKeyDmcValueException - if value is incorrectpublic void addPathAndKeys(PathAndKey value)
value - A value compatible with PathAndKeypublic boolean pathAndKeysContains(PathAndKey value)
value - A value compatible with PathAndKeypublic ArrayList<PathAndKey> getPathAndKeysCopy()
public void delPathAndKeys(Object value) throws DmcValueException
value - The PathAndKey to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delPathAndKeys(PathAndKey value)
value - The PathAndKey to be deleted from set of attribute values.public void remPathAndKeys()
public String getNameOfModuleWhereThisCameFrom()
getNameOfModuleWhereThisCameFrom in class DSDefinitionCopyright © 2023. All rights reserved.