public abstract class MvwDefinitionDMO extends org.dmd.dmc.DmcObject 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 |
|---|---|
|
MvwDefinitionDMO() |
protected |
MvwDefinitionDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<?> |
addDescription(Object value)
Adds another description value.
|
org.dmd.dmc.DmcAttribute<?> |
addDescription(String value)
Adds another description to the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
delDescription(Object value)
Deletes a description value.
|
org.dmd.dmc.DmcAttribute<?> |
delDescription(String value)
Deletes a description from the specified value.
|
boolean |
descriptionContains(String value)
Returns true if we contain a valued keyed by the specified String.
|
boolean |
equals(Object obj) |
org.dmd.dmc.types.CamelCaseName |
getCamelCaseName() |
ModuleREF |
getDefinedInModule() |
ModuleREF |
getDefinedInModuleREF()
Returns the reference to Module without attempting lazy resolution (if turned on).
|
Iterator<String> |
getDescription() |
int |
getDescriptionSize()
Returns the number of values in description
|
String |
getFile() |
Integer |
getLineNumber() |
String |
getNthDescription(int i) |
org.dmd.dmc.types.CamelCaseName |
getObjectName() |
org.dmd.dmc.DmcAttribute<?> |
getObjectNameAttribute() |
int |
hashCode() |
void |
remCamelCaseName()
Removes the camelCaseName attribute value.
|
void |
remDefinedInModule()
Removes the definedInModule attribute value.
|
void |
remDescription()
Removes the description attribute value.
|
void |
remFile()
Removes the file attribute value.
|
void |
remLineNumber()
Removes the lineNumber attribute value.
|
void |
setCamelCaseName(org.dmd.dmc.types.CamelCaseName value)
Sets camelCaseName to the specified value.
|
void |
setCamelCaseName(Object value)
Sets camelCaseName to the specified value.
|
void |
setDefinedInModule(ModuleDMO value)
Sets definedInModule to the specified value.
|
void |
setDefinedInModule(Object value)
Sets definedInModule to the specified value.
|
void |
setFile(Object value)
Sets file to the specified value.
|
void |
setFile(String value)
Sets file to the specified value.
|
void |
setLineNumber(Integer value)
Sets lineNumber to the specified value.
|
void |
setLineNumber(Object value)
Sets lineNumber 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, 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 MvwDefinitionDMO()
protected MvwDefinitionDMO(String oc)
public org.dmd.dmc.types.CamelCaseName getObjectName()
getObjectName in interface org.dmd.dmc.DmcNamedObjectIFpublic org.dmd.dmc.DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface org.dmd.dmc.DmcNamedObjectIFpublic boolean equals(Object obj)
equals in interface org.dmd.dmc.DmcNamedObjectIFequals in class org.dmd.dmc.DmcObjectpublic String getFile()
public void setFile(String value)
value - Stringpublic void setFile(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringSVorg.dmd.dmc.DmcValueExceptionpublic void remFile()
public Integer getLineNumber()
public void setLineNumber(Integer value)
value - Integerpublic void setLineNumber(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeIntegerSVorg.dmd.dmc.DmcValueExceptionpublic void remLineNumber()
public String getNthDescription(int i)
public org.dmd.dmc.DmcAttribute<?> addDescription(String value)
value - Stringpublic boolean descriptionContains(String value)
value - Stringpublic org.dmd.dmc.DmcAttribute<?> addDescription(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with Stringorg.dmd.dmc.DmcValueExceptionpublic int getDescriptionSize()
public org.dmd.dmc.DmcAttribute<?> delDescription(Object value) throws org.dmd.dmc.DmcValueException
value - The String to be deleted from set of attribute values.org.dmd.dmc.DmcValueExceptionpublic org.dmd.dmc.DmcAttribute<?> delDescription(String value)
value - Stringpublic void remDescription()
public org.dmd.dmc.types.CamelCaseName getCamelCaseName()
public void setCamelCaseName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void setCamelCaseName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameSVorg.dmd.dmc.DmcValueExceptionpublic void remCamelCaseName()
public ModuleREF getDefinedInModule()
public ModuleREF getDefinedInModuleREF()
public void setDefinedInModule(ModuleDMO value)
value - ModuleDMOpublic void setDefinedInModule(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeModuleREFSVorg.dmd.dmc.DmcValueExceptionpublic void remDefinedInModule()
Copyright © 2019. All rights reserved.