public abstract class TestAbstractExtendedDMO extends DmcObject implements 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 |
|---|---|
|
TestAbstractExtendedDMO() |
protected |
TestAbstractExtendedDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addClientCountFilters(Object value)
Adds another clientCountFilters value.
|
DmcAttribute<?> |
addHsStringName(Object value)
Adds another hsStringName value.
|
DmcAttribute<?> |
addHsStringName(StringName value)
Adds another hsStringName to the specified value.
|
DmcAttribute<?> |
addIntToStringMAP(IntegerToString value)
Adds another intToStringMAP value.
|
DmcAttribute<?> |
addIntToStringMAP(Object value)
Adds another intToStringMAP value.
|
DmcAttribute<?> |
addSomeRelationMVI(Object value)
Adds another someRelationMVI value.
|
DmcAttribute<?> |
delClientCountFilters(Object value)
Deletes a clientCountFilters value.
|
DmcAttribute<?> |
delHsStringName(Object value)
Deletes a hsStringName value.
|
DmcAttribute<?> |
delHsStringName(StringName value)
Deletes a hsStringName from the specified value.
|
DmcAttribute<?> |
delIntToStringMAP(Integer key)
Deletes a intToStringMAP value.
|
DmcAttribute<?> |
delIntToStringMAP(Object key)
Deletes a intToStringMAP value.
|
DmcAttribute<?> |
delSomeRelationMVI(Object value)
Deletes a someRelationMVI value.
|
int |
getClientCountFiltersSize() |
Iterator<StringName> |
getHsStringName() |
int |
getHsStringNameSize() |
Iterator<IntegerToString> |
getIntToStringMAP() |
IntegerToString |
getIntToStringMAP(Object key) |
Integer |
getIntToStringMAPFirstKey() |
ClientCountFilterDMO |
getNthClientCountFilters(int i) |
StringName |
getNthHsStringName(int i) |
SomeRelation |
getNthSomeRelationMVI(int i) |
SomeRelation |
getNthSomeRelationMVIREF(int i) |
int |
getSomeRelationMVISize() |
SomeRelation |
getSomeRelationSV() |
SomeRelation |
getSomeRelationSVREF() |
String |
getSvString() |
boolean |
hsStringNameContains(StringName value) |
void |
remClientCountFilters()
Removes the clientCountFilters attribute value.
|
void |
remHsStringName()
Removes the hsStringName attribute value.
|
void |
remIntToStringMAP()
Removes the intToStringMAP attribute value.
|
void |
remSomeRelationMVI()
Removes the someRelationMVI attribute value.
|
void |
remSomeRelationSV()
Removes the someRelationSV attribute value.
|
void |
remSvString()
Removes the svString attribute value.
|
DmcAttribute<?> |
setNthClientCountFilters(int index,
ClientCountFilterDMO value)
Sets the clientCountFilters value at the specified index.
|
DmcAttribute<?> |
setNthSomeRelationMVI(int index,
SomeRelation value)
Sets the someRelationMVI value at the specified index.
|
void |
setSomeRelationSV(Object value)
Sets someRelationSV to the specified value.
|
void |
setSomeRelationSV(SomeRelation value)
Sets someRelationSV 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, equals, get, get, get, getAdditionalAttributes, getAttributeInfo, getAttributeInfo, getAttributeIterator, getAttributeNames, getAttributes, getAttributeValidators, getBackref, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getContainer, getDataType, getFullClassName, getLastValue, getModifier, getNew, getObjectClass, getObjectValidators, getReferringObjects, getReferringObjectsViaAttribute, getSlice, 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 TestAbstractExtendedDMO()
protected TestAbstractExtendedDMO(String oc)
public SomeRelation getSomeRelationSV()
public SomeRelation getSomeRelationSVREF()
public void setSomeRelationSV(SomeRelation value)
value - SomeRelationpublic void setSomeRelationSV(Object value) throws DmcValueException
value - A value compatible with DmcTypeSomeRelationSVDmcValueException - if value is not correctpublic void remSomeRelationSV()
public SomeRelation getNthSomeRelationMVI(int i)
public SomeRelation getNthSomeRelationMVIREF(int i)
public DmcAttribute<?> setNthSomeRelationMVI(int index, SomeRelation value)
value - SomeRelationpublic DmcAttribute<?> addSomeRelationMVI(Object value) throws DmcValueException
value - A value compatible with SomeRelationDmcValueException - if value is not correctpublic int getSomeRelationMVISize()
public DmcAttribute<?> delSomeRelationMVI(Object value)
value - The SomeRelation to be deleted from set of attribute values.public void remSomeRelationMVI()
public Iterator<IntegerToString> getIntToStringMAP()
public IntegerToString getIntToStringMAP(Object key)
key - The key of the value you want.public Integer getIntToStringMAPFirstKey()
public DmcAttribute<?> addIntToStringMAP(Object value) throws DmcValueException
value - A value compatible with IntegerToStringDmcValueExceptionpublic DmcAttribute<?> addIntToStringMAP(IntegerToString value)
value - IntegerToStringpublic DmcAttribute<?> delIntToStringMAP(Object key)
key - The key of the IntegerToString to be deleted from the map of attribute values.public DmcAttribute<?> delIntToStringMAP(Integer key)
key - the Integer key valuepublic void remIntToStringMAP()
public Iterator<StringName> getHsStringName()
public StringName getNthHsStringName(int i)
i - the indexpublic DmcAttribute<?> addHsStringName(StringName value)
value - StringNamepublic boolean hsStringNameContains(StringName value)
value - StringNamepublic DmcAttribute<?> addHsStringName(Object value) throws DmcValueException
value - A value compatible with StringNameDmcValueException - if value is not correctpublic int getHsStringNameSize()
public DmcAttribute<?> delHsStringName(Object value) throws DmcValueException
value - The StringName to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delHsStringName(StringName value)
value - StringNamepublic void remHsStringName()
public ClientCountFilterDMO getNthClientCountFilters(int i)
public DmcAttribute<?> setNthClientCountFilters(int index, ClientCountFilterDMO value)
value - ClientCountFilterpublic DmcAttribute<?> addClientCountFilters(Object value) throws DmcValueException
value - A value compatible with ClientCountFilterDmcValueException - if value is not correctpublic int getClientCountFiltersSize()
public DmcAttribute<?> delClientCountFilters(Object value)
value - The ClientCountFilter to be deleted from set of attribute values.public void remClientCountFilters()
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.