public class IntegerNamedObjectDMO extends DmcObject implements DmcNamedObjectIF, Serializable
Generated from the dmt schema at version 0.1
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 |
|---|---|
|
IntegerNamedObjectDMO() |
|
IntegerNamedObjectDMO(DmcTypeModifierMV mods) |
protected |
IntegerNamedObjectDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
IntegerName |
getIntegerName() |
IntegerNamedObjectDMO |
getModificationRecorder() |
IntegerNamedObjectDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
IntegerName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
IntegerNamedObjectDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
String |
getSvString() |
int |
hashCode() |
void |
remIntegerName()
Removes the integerName attribute value.
|
void |
remSvString()
Removes the svString attribute value.
|
void |
setIntegerName(IntegerName value)
Sets integerName to the specified value.
|
void |
setIntegerName(Object value)
Sets integerName to the specified value.
|
void |
setSvString(Object value)
Sets svString to the specified value.
|
void |
setSvString(String value)
Sets svString to the specified value.
|
add, 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 IntegerNamedObjectDMO()
protected IntegerNamedObjectDMO(String oc)
public IntegerNamedObjectDMO(DmcTypeModifierMV mods)
public IntegerNamedObjectDMO getNew()
DmcObjectpublic IntegerNamedObjectDMO getSlice(DmcSliceInfo info)
DmcObjectpublic IntegerNamedObjectDMO getModificationRecorder()
public IntegerName getObjectName()
getObjectName in interface DmcNamedObjectIFpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFpublic boolean equals(Object obj)
DmcObjectequals in interface DmcNamedObjectIFequals in class DmcObjectobj - The comparison object.public String getSvString()
public void setSvString(String value)
value - Stringpublic void setSvString(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remSvString()
public IntegerName getIntegerName()
public void setIntegerName(IntegerName value)
value - IntegerNamepublic void setIntegerName(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerNameSVDmcValueException - if value is not correctpublic void remIntegerName()
Copyright © 2023. All rights reserved.