public class PropertyAccessDMO extends MvwDefinitionDMO implements org.dmd.dmc.DmcNamedObjectIF, Serializable
Generated from the mvw 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 |
| Modifier | Constructor and Description |
|---|---|
|
PropertyAccessDMO() |
|
PropertyAccessDMO(org.dmd.dms.generated.types.DmcTypeModifierMV mods) |
protected |
PropertyAccessDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<?> |
addAccessFor(org.dmd.dms.generated.dmo.ClassDefinitionDMO value)
Adds another accessFor to the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
addAccessFor(Object value)
Adds another accessFor value.
|
org.dmd.dmc.DmcAttribute<?> |
delAccessFor(Object value)
Deletes a accessFor value.
|
boolean |
equals(Object obj) |
Iterator<org.dmd.dms.generated.types.ClassDefinitionREF> |
getAccessFor() |
Iterator<org.dmd.dms.generated.types.ClassDefinitionREF> |
getAccessForREFs() |
int |
getAccessForSize()
Returns the number of values in accessFor
|
PropertyAccessGeneratorREF |
getAccessGenerator() |
PropertyAccessGeneratorREF |
getAccessGeneratorREF()
Returns the reference to PropertyAccessGenerator without attempting lazy resolution (if turned on).
|
PropertyAccessDMO |
getModificationRecorder() |
PropertyAccessDMO |
getNew() |
org.dmd.dmc.types.CamelCaseName |
getObjectName() |
org.dmd.dmc.DmcAttribute<?> |
getObjectNameAttribute() |
org.dmd.dmc.types.CamelCaseName |
getPropertyAccessName() |
PropertyAccessDMO |
getSlice(org.dmd.dmc.DmcSliceInfo info) |
int |
hashCode() |
void |
remAccessFor()
Removes the accessFor attribute value.
|
void |
remAccessGenerator()
Removes the accessGenerator attribute value.
|
void |
remPropertyAccessName()
Removes the propertyAccessName attribute value.
|
void |
setAccessGenerator(Object value)
Sets accessGenerator to the specified value.
|
void |
setAccessGenerator(PropertyAccessGeneratorDMO value)
Sets accessGenerator to the specified value.
|
void |
setPropertyAccessName(org.dmd.dmc.types.CamelCaseName value)
Sets propertyAccessName to the specified value.
|
void |
setPropertyAccessName(Object value)
Sets propertyAccessName to the specified value.
|
addDescription, addDescription, delDescription, delDescription, descriptionContains, getCamelCaseName, getDefinedInModule, getDefinedInModuleREF, getDescription, getDescriptionSize, getFile, getLineNumber, getNthDescription, remCamelCaseName, remDefinedInModule, remDescription, remFile, remLineNumber, setCamelCaseName, setCamelCaseName, setDefinedInModule, setDefinedInModule, setFile, setFile, setLineNumber, setLineNumberadd, 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 PropertyAccessDMO()
protected PropertyAccessDMO(String oc)
public PropertyAccessDMO(org.dmd.dms.generated.types.DmcTypeModifierMV mods)
public PropertyAccessDMO getNew()
getNew in class org.dmd.dmc.DmcObjectpublic PropertyAccessDMO getSlice(org.dmd.dmc.DmcSliceInfo info)
getSlice in class org.dmd.dmc.DmcObjectpublic PropertyAccessDMO getModificationRecorder()
public org.dmd.dmc.types.CamelCaseName getObjectName()
getObjectName in interface org.dmd.dmc.DmcNamedObjectIFgetObjectName in class MvwDefinitionDMOpublic org.dmd.dmc.DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface org.dmd.dmc.DmcNamedObjectIFgetObjectNameAttribute in class MvwDefinitionDMOpublic boolean equals(Object obj)
equals in interface org.dmd.dmc.DmcNamedObjectIFequals in class MvwDefinitionDMOpublic int hashCode()
hashCode in class MvwDefinitionDMOpublic org.dmd.dmc.types.CamelCaseName getPropertyAccessName()
public void setPropertyAccessName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void setPropertyAccessName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameSVorg.dmd.dmc.DmcValueExceptionpublic void remPropertyAccessName()
public Iterator<org.dmd.dms.generated.types.ClassDefinitionREF> getAccessFor()
public Iterator<org.dmd.dms.generated.types.ClassDefinitionREF> getAccessForREFs()
public org.dmd.dmc.DmcAttribute<?> addAccessFor(org.dmd.dms.generated.dmo.ClassDefinitionDMO value)
value - ClassDefinitionpublic org.dmd.dmc.DmcAttribute<?> addAccessFor(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with ClassDefinitionorg.dmd.dmc.DmcValueExceptionpublic int getAccessForSize()
public org.dmd.dmc.DmcAttribute<?> delAccessFor(Object value)
value - The ClassDefinition to be deleted from set of attribute values.public void remAccessFor()
public PropertyAccessGeneratorREF getAccessGenerator()
public PropertyAccessGeneratorREF getAccessGeneratorREF()
public void setAccessGenerator(PropertyAccessGeneratorDMO value)
value - PropertyAccessGeneratorDMOpublic void setAccessGenerator(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypePropertyAccessGeneratorREFSVorg.dmd.dmc.DmcValueExceptionpublic void remAccessGenerator()
Copyright © 2019. All rights reserved.