public class UUIDNamedObjectDMO 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 |
|---|---|
|
UUIDNamedObjectDMO() |
|
UUIDNamedObjectDMO(DmcTypeModifierMV mods) |
protected |
UUIDNamedObjectDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addMvBoolean(Boolean value)
Adds another mvBoolean to the specified value.
|
DmcAttribute<?> |
addMvBoolean(Object value)
Adds another mvBoolean value.
|
DmcAttribute<?> |
addMvDate(Date value)
Adds another mvDate to the specified value.
|
DmcAttribute<?> |
addMvDate(Object value)
Adds another mvDate value.
|
DmcAttribute<?> |
addMvDouble(Double value)
Adds another mvDouble to the specified value.
|
DmcAttribute<?> |
addMvDouble(Object value)
Adds another mvDouble value.
|
DmcAttribute<?> |
addMvString(Object value)
Adds another mvString value.
|
DmcAttribute<?> |
addMvString(String value)
Adds another mvString to the specified value.
|
DmcAttribute<?> |
delMvBoolean(Boolean value)
Deletes a mvBoolean from the specified value.
|
DmcAttribute<?> |
delMvBoolean(Object value)
Deletes a mvBoolean value.
|
DmcAttribute<?> |
delMvDate(Date value)
Deletes a mvDate from the specified value.
|
DmcAttribute<?> |
delMvDate(Object value)
Deletes a mvDate value.
|
DmcAttribute<?> |
delMvDouble(Double value)
Deletes a mvDouble from the specified value.
|
DmcAttribute<?> |
delMvDouble(Object value)
Deletes a mvDouble value.
|
DmcAttribute<?> |
delMvString(Object value)
Deletes a mvString value.
|
DmcAttribute<?> |
delMvString(String value)
Deletes a mvString from the specified 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.
|
UUIDNamedObjectDMO |
getModificationRecorder() |
Iterator<Boolean> |
getMvBoolean() |
int |
getMvBooleanSize() |
Iterator<Date> |
getMvDate() |
int |
getMvDateSize() |
Iterator<Double> |
getMvDouble() |
int |
getMvDoubleSize() |
Iterator<String> |
getMvString() |
int |
getMvStringSize() |
UUIDNamedObjectDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
Boolean |
getNthMvBoolean(int i) |
Date |
getNthMvDate(int i) |
Double |
getNthMvDouble(int i) |
String |
getNthMvString(int i) |
UUIDName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
UUIDNamedObjectDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
Date |
getSvDate() |
Double |
getSvDouble() |
String |
getSvString() |
UUIDName |
getUuidName() |
int |
hashCode() |
Boolean |
isSvBoolean() |
boolean |
mvBooleanContains(Boolean value) |
boolean |
mvDateContains(Date value) |
boolean |
mvDoubleContains(Double value) |
boolean |
mvStringContains(String value) |
void |
remMvBoolean()
Removes the mvBoolean attribute value.
|
void |
remMvDate()
Removes the mvDate attribute value.
|
void |
remMvDouble()
Removes the mvDouble attribute value.
|
void |
remMvString()
Removes the mvString attribute value.
|
void |
remSvBoolean()
Removes the svBoolean attribute value.
|
void |
remSvDate()
Removes the svDate attribute value.
|
void |
remSvDouble()
Removes the svDouble attribute value.
|
void |
remSvString()
Removes the svString attribute value.
|
void |
remUuidName()
Removes the uuidName attribute value.
|
void |
setSvBoolean(Boolean value)
Sets svBoolean to the specified value.
|
void |
setSvBoolean(Object value)
Sets svBoolean to the specified value.
|
void |
setSvDate(Date value)
Sets svDate to the specified value.
|
void |
setSvDate(Object value)
Sets svDate to the specified value.
|
void |
setSvDouble(Double value)
Sets svDouble to the specified value.
|
void |
setSvDouble(Object value)
Sets svDouble to the specified value.
|
void |
setSvString(Object value)
Sets svString to the specified value.
|
void |
setSvString(String value)
Sets svString to the specified value.
|
void |
setUuidName(Object value)
Sets uuidName to the specified value.
|
void |
setUuidName(UUIDName value)
Sets uuidName 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 UUIDNamedObjectDMO()
protected UUIDNamedObjectDMO(String oc)
public UUIDNamedObjectDMO(DmcTypeModifierMV mods)
public UUIDNamedObjectDMO getNew()
DmcObjectpublic UUIDNamedObjectDMO getSlice(DmcSliceInfo info)
DmcObjectpublic UUIDNamedObjectDMO getModificationRecorder()
public UUIDName 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 Boolean isSvBoolean()
public void setSvBoolean(Boolean value)
value - Booleanpublic void setSvBoolean(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanSVDmcValueException - if value is not correctpublic void remSvBoolean()
public Boolean getNthMvBoolean(int i)
i - the indexpublic DmcAttribute<?> addMvBoolean(Boolean value)
value - Booleanpublic boolean mvBooleanContains(Boolean value)
value - Booleanpublic DmcAttribute<?> addMvBoolean(Object value) throws DmcValueException
value - A value compatible with BooleanDmcValueException - if value is not correctpublic int getMvBooleanSize()
public DmcAttribute<?> delMvBoolean(Object value) throws DmcValueException
value - The Boolean to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delMvBoolean(Boolean value)
value - Booleanpublic void remMvBoolean()
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 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 Date getSvDate()
public void setSvDate(Date value)
value - Datepublic void setSvDate(Object value) throws DmcValueException
value - A value compatible with DmcTypeDateSVDmcValueException - if value is not correctpublic void remSvDate()
public Date getNthMvDate(int i)
i - the indexpublic DmcAttribute<?> addMvDate(Date value)
value - Datepublic boolean mvDateContains(Date value)
value - Datepublic DmcAttribute<?> addMvDate(Object value) throws DmcValueException
value - A value compatible with DateDmcValueException - if value is not correctpublic int getMvDateSize()
public DmcAttribute<?> delMvDate(Object value) throws DmcValueException
value - The Date to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delMvDate(Date value)
value - Datepublic void remMvDate()
public Double getSvDouble()
public void setSvDouble(Double value)
value - Doublepublic void setSvDouble(Object value) throws DmcValueException
value - A value compatible with DmcTypeDoubleSVDmcValueException - if value is not correctpublic void remSvDouble()
public Double getNthMvDouble(int i)
i - the indexpublic DmcAttribute<?> addMvDouble(Double value)
value - Doublepublic boolean mvDoubleContains(Double value)
value - Doublepublic DmcAttribute<?> addMvDouble(Object value) throws DmcValueException
value - A value compatible with DoubleDmcValueException - if value is not correctpublic int getMvDoubleSize()
public DmcAttribute<?> delMvDouble(Object value) throws DmcValueException
value - The Double to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delMvDouble(Double value)
value - Doublepublic void remMvDouble()
public UUIDName getUuidName()
public void setUuidName(UUIDName value)
value - UUIDNamepublic void setUuidName(Object value) throws DmcValueException
value - A value compatible with DmcTypeUUIDNameSVDmcValueException - if value is not correctpublic void remUuidName()
Copyright © 2023. All rights reserved.