public class TestBasicNamedObjectExtendedDMO 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 |
|---|---|
|
TestBasicNamedObjectExtendedDMO() |
|
TestBasicNamedObjectExtendedDMO(DmcTypeModifierMV mods) |
protected |
TestBasicNamedObjectExtendedDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addMvString(Object value)
Adds another mvString value.
|
DmcAttribute<?> |
addMvString(String value)
Adds another mvString to the specified value.
|
DmcAttribute<?> |
addMvTestBasicNamedObjectFixed(Object value)
Adds another mvTestBasicNamedObjectFixed value.
|
DmcAttribute<?> |
addMvTestBasicNamedObjectFixed(TestBasicNamedObjectFixedDMO value)
Adds another mvTestBasicNamedObjectFixed to the specified value.
|
DmcAttribute<?> |
delMvString(Object value)
Deletes a mvString value.
|
DmcAttribute<?> |
delMvString(String value)
Deletes a mvString from the specified value.
|
DmcAttribute<?> |
delMvTestBasicNamedObjectFixed(Object value)
Deletes a mvTestBasicNamedObjectFixed 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.
|
TestBasicNamedObjectExtendedDMO |
getModificationRecorder() |
Iterator<String> |
getMvString() |
int |
getMvStringSize() |
Iterator<TestBasicNamedObjectFixedREF> |
getMvTestBasicNamedObjectFixed() |
Iterator<TestBasicNamedObjectFixedREF> |
getMvTestBasicNamedObjectFixedREFs() |
int |
getMvTestBasicNamedObjectFixedSize() |
DefinitionName |
getName() |
TestBasicNamedObjectExtendedDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
String |
getNthMvString(int i) |
DefinitionName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
TestBasicNamedObjectExtendedDMO |
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() |
boolean |
mvStringContains(String value) |
void |
remMvString()
Removes the mvString attribute value.
|
void |
remMvTestBasicNamedObjectFixed()
Removes the mvTestBasicNamedObjectFixed attribute value.
|
void |
remName()
Removes the name attribute value.
|
void |
remSvString()
Removes the svString attribute value.
|
void |
setName(DefinitionName value)
Sets name to the specified value.
|
void |
setName(Object value)
Sets name 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 TestBasicNamedObjectExtendedDMO()
protected TestBasicNamedObjectExtendedDMO(String oc)
public TestBasicNamedObjectExtendedDMO(DmcTypeModifierMV mods)
public TestBasicNamedObjectExtendedDMO getNew()
DmcObjectpublic TestBasicNamedObjectExtendedDMO getSlice(DmcSliceInfo info)
DmcObjectpublic TestBasicNamedObjectExtendedDMO getModificationRecorder()
public DefinitionName 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 getNthMvString(int i)
i - the indexpublic DmcAttribute<?> addMvString(String value)
value - Stringpublic boolean mvStringContains(String value)
value - Stringpublic DmcAttribute<?> addMvString(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is not correctpublic int getMvStringSize()
public DmcAttribute<?> delMvString(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delMvString(String value)
value - Stringpublic void remMvString()
public Iterator<TestBasicNamedObjectFixedREF> getMvTestBasicNamedObjectFixed()
public Iterator<TestBasicNamedObjectFixedREF> getMvTestBasicNamedObjectFixedREFs()
public DmcAttribute<?> addMvTestBasicNamedObjectFixed(TestBasicNamedObjectFixedDMO value)
value - TestBasicNamedObjectFixedpublic DmcAttribute<?> addMvTestBasicNamedObjectFixed(Object value) throws DmcValueException
value - A value compatible with TestBasicNamedObjectFixedDmcValueException - if value is not correctpublic int getMvTestBasicNamedObjectFixedSize()
public DmcAttribute<?> delMvTestBasicNamedObjectFixed(Object value)
value - The TestBasicNamedObjectFixed to be deleted from set of attribute values.public void remMvTestBasicNamedObjectFixed()
public DefinitionName getName()
public void setName(DefinitionName value)
value - DefinitionNamepublic void setName(Object value) throws DmcValueException
value - A value compatible with DmcTypeDefinitionNameSVDmcValueException - if value is not correctpublic void remName()
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()
Copyright © 2023. All rights reserved.