public class DeleteRequestDMO extends RequestDMO implements Serializable
Generated from the dmp 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 |
|---|---|
|
DeleteRequestDMO() |
|
DeleteRequestDMO(DmcTypeModifierMV mods) |
protected |
DeleteRequestDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addTargets(DmcObjectName value)
Adds another targets to the specified value.
|
DmcAttribute<?> |
addTargets(NameContainer value)
Adds another targets to the specified value.
|
DmcAttribute<?> |
addTargets(Object value)
Adds another targets value.
|
DmcAttribute<?> |
delTargets(NameContainer value)
Deletes a targets from the specified value.
|
DmcAttribute<?> |
delTargets(Object value)
Deletes a targets value.
|
DeleteRequestDMO |
getModificationRecorder() |
DeleteRequestDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
NameContainer |
getNthTargets(int i) |
ScopeEnum |
getScope() |
DeleteRequestDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
Iterator<NameContainer> |
getTargets() |
int |
getTargetsSize() |
void |
remScope()
Removes the scope attribute value.
|
void |
remTargets()
Removes the targets attribute value.
|
void |
setScope(Object value)
Sets scope to the specified value.
|
void |
setScope(ScopeEnum value)
Sets scope to the specified value.
|
boolean |
targetsContains(DmcObjectName value) |
boolean |
targetsContains(NameContainer value) |
getHandlerID, getOriginatorID, getResponseFormat, getSessionID, getTimeoutSeconds, getUserName, isNotifyOriginator, isReadableFormat, remHandlerID, remNotifyOriginator, remOriginatorID, remReadableFormat, remResponseFormat, remSessionID, remTimeoutSeconds, remUserName, setHandlerID, setHandlerID, setNotifyOriginator, setNotifyOriginator, setOriginatorID, setOriginatorID, setReadableFormat, setReadableFormat, setResponseFormat, setResponseFormat, setSessionID, setSessionID, setTimeoutSeconds, setTimeoutSeconds, setUserName, setUserNameaddNvp, addNvp, addRequestID, addRequestID, delNvp, delNvp, delRequestID, delRequestID, getNthNvp, getNthRequestID, getNvp, getNvpSize, getRequestID, getRequestIDSize, getTimeMS, isTrackingEnabled, nvpContains, remNvp, remRequestID, remTimeMS, remTrackingEnabled, requestIDContains, setTimeMS, setTimeMS, setTrackingEnabled, setTrackingEnabled, supportsBackrefTrackingadd, 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, 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, toCompactJSON, toCompactJSON, toJSON, toJSON, toJSON, toOIF, toOIF, toOIFNoPadding, toPersistentOIF, toPersistentOIF, toString, youAreDeletedpublic static final String constructionClassName
public DeleteRequestDMO()
protected DeleteRequestDMO(String oc)
public DeleteRequestDMO(DmcTypeModifierMV mods)
public DeleteRequestDMO getNew()
DmcObjectpublic DeleteRequestDMO getSlice(DmcSliceInfo info)
DmcObjectpublic DeleteRequestDMO getModificationRecorder()
public ScopeEnum getScope()
public void setScope(ScopeEnum value)
value - ScopeEnumpublic void setScope(Object value) throws DmcValueException
value - A value compatible with DmcTypeScopeEnumSVDmcValueException - if value is not correctpublic void remScope()
public Iterator<NameContainer> getTargets()
public NameContainer getNthTargets(int i)
i - the indexpublic DmcAttribute<?> addTargets(NameContainer value)
value - NameContainerpublic DmcAttribute<?> addTargets(DmcObjectName value)
value - NameContainerpublic boolean targetsContains(NameContainer value)
value - NameContainerpublic boolean targetsContains(DmcObjectName value)
value - DmcObjectNamepublic DmcAttribute<?> addTargets(Object value) throws DmcValueException
value - A value compatible with NameContainerDmcValueException - if value is not correctpublic int getTargetsSize()
public DmcAttribute<?> delTargets(Object value) throws DmcValueException
value - The NameContainer to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delTargets(NameContainer value)
value - NameContainerpublic void remTargets()
Copyright © 2023. All rights reserved.