public class ModuleDMO 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 |
|---|---|
|
ModuleDMO() |
|
ModuleDMO(org.dmd.dms.generated.types.DmcTypeModifierMV mods) |
protected |
ModuleDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<?> |
addDependsOnModule(Object value)
Adds another dependsOnModule value.
|
org.dmd.dmc.DmcAttribute<?> |
addDependsOnModule(String value)
Adds another dependsOnModule to the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
addDependsOnSchema(Object value)
Adds another dependsOnSchema value.
|
org.dmd.dmc.DmcAttribute<?> |
addDependsOnSchema(String value)
Adds another dependsOnSchema to the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
delDependsOnModule(Object value)
Deletes a dependsOnModule value.
|
org.dmd.dmc.DmcAttribute<?> |
delDependsOnModule(String value)
Deletes a dependsOnModule from the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
delDependsOnSchema(Object value)
Deletes a dependsOnSchema value.
|
org.dmd.dmc.DmcAttribute<?> |
delDependsOnSchema(String value)
Deletes a dependsOnSchema from the specified value.
|
boolean |
dependsOnModuleContains(String value)
Returns true if we contain a valued keyed by the specified String.
|
boolean |
dependsOnSchemaContains(String value)
Returns true if we contain a valued keyed by the specified String.
|
boolean |
equals(Object obj) |
Iterator<String> |
getDependsOnModule() |
int |
getDependsOnModuleSize()
Returns the number of values in dependsOnModule
|
Iterator<String> |
getDependsOnSchema() |
int |
getDependsOnSchemaSize()
Returns the number of values in dependsOnSchema
|
String |
getGenPackage() |
ModuleDMO |
getModificationRecorder() |
org.dmd.dmc.types.CamelCaseName |
getModuleName() |
ModuleDMO |
getNew() |
String |
getNthDependsOnModule(int i) |
String |
getNthDependsOnSchema(int i) |
org.dmd.dmc.types.CamelCaseName |
getObjectName() |
org.dmd.dmc.DmcAttribute<?> |
getObjectNameAttribute() |
ModuleDMO |
getSlice(org.dmd.dmc.DmcSliceInfo info) |
int |
hashCode() |
Boolean |
isUsingStandardSubpackages() |
void |
remDependsOnModule()
Removes the dependsOnModule attribute value.
|
void |
remDependsOnSchema()
Removes the dependsOnSchema attribute value.
|
void |
remGenPackage()
Removes the genPackage attribute value.
|
void |
remModuleName()
Removes the moduleName attribute value.
|
void |
remUsingStandardSubpackages()
Removes the usingStandardSubpackages attribute value.
|
void |
setGenPackage(Object value)
Sets genPackage to the specified value.
|
void |
setGenPackage(String value)
Sets genPackage to the specified value.
|
void |
setModuleName(org.dmd.dmc.types.CamelCaseName value)
Sets moduleName to the specified value.
|
void |
setModuleName(Object value)
Sets moduleName to the specified value.
|
void |
setUsingStandardSubpackages(Boolean value)
Sets usingStandardSubpackages to the specified value.
|
void |
setUsingStandardSubpackages(Object value)
Sets usingStandardSubpackages 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 ModuleDMO()
protected ModuleDMO(String oc)
public ModuleDMO(org.dmd.dms.generated.types.DmcTypeModifierMV mods)
public ModuleDMO getNew()
getNew in class org.dmd.dmc.DmcObjectpublic ModuleDMO getSlice(org.dmd.dmc.DmcSliceInfo info)
getSlice in class org.dmd.dmc.DmcObjectpublic ModuleDMO 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 Iterator<String> getDependsOnModule()
public String getNthDependsOnModule(int i)
public org.dmd.dmc.DmcAttribute<?> addDependsOnModule(String value)
value - Stringpublic boolean dependsOnModuleContains(String value)
value - Stringpublic org.dmd.dmc.DmcAttribute<?> addDependsOnModule(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with Stringorg.dmd.dmc.DmcValueExceptionpublic int getDependsOnModuleSize()
public org.dmd.dmc.DmcAttribute<?> delDependsOnModule(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<?> delDependsOnModule(String value)
value - Stringpublic void remDependsOnModule()
public Iterator<String> getDependsOnSchema()
public String getNthDependsOnSchema(int i)
public org.dmd.dmc.DmcAttribute<?> addDependsOnSchema(String value)
value - Stringpublic boolean dependsOnSchemaContains(String value)
value - Stringpublic org.dmd.dmc.DmcAttribute<?> addDependsOnSchema(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with Stringorg.dmd.dmc.DmcValueExceptionpublic int getDependsOnSchemaSize()
public org.dmd.dmc.DmcAttribute<?> delDependsOnSchema(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<?> delDependsOnSchema(String value)
value - Stringpublic void remDependsOnSchema()
public Boolean isUsingStandardSubpackages()
public void setUsingStandardSubpackages(Boolean value)
value - Booleanpublic void setUsingStandardSubpackages(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeBooleanSVorg.dmd.dmc.DmcValueExceptionpublic void remUsingStandardSubpackages()
public org.dmd.dmc.types.CamelCaseName getModuleName()
public void setModuleName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void setModuleName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameSVorg.dmd.dmc.DmcValueExceptionpublic void remModuleName()
public String getGenPackage()
public void setGenPackage(String value)
value - Stringpublic void setGenPackage(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringSVorg.dmd.dmc.DmcValueExceptionpublic void remGenPackage()
Copyright © 2019. All rights reserved.