public class PluginConfigDMW
extends org.dmd.dmw.DmwNamedObjectWrapper
implements org.dmd.dmc.DmcNamedObjectIF
Generated from the dmpServer schema at version unknown
This code was auto-generated by the dmggenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dmg.generators.BaseDMWGenerator.dumpWrapper(BaseDMWGenerator.java:488)
| Modifier | Constructor and Description |
|---|---|
|
PluginConfigDMW() |
|
PluginConfigDMW(org.dmd.dms.generated.types.DmcTypeModifierMV mods) |
|
PluginConfigDMW(PluginConfigDMO obj) |
protected |
PluginConfigDMW(PluginConfigDMO obj,
org.dmd.dms.ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(Object value)
Adds another description value.
|
void |
addDescription(String value)
Adds another description value.
|
PluginConfig |
cloneIt() |
void |
delDescription(Object value)
Deletes a description value.
|
void |
delDescription(String value)
Deletes a description value.
|
boolean |
descriptionContains(String value)
Returns true if the collection contains the description value.
|
boolean |
equals(Object obj) |
org.dmd.dmc.types.CamelCaseName |
getCamelCaseName() |
ArrayList<String> |
getDescriptionCopy() |
boolean |
getDescriptionHasValue() |
boolean |
getDescriptionIsEmpty() |
org.dmd.dms.generated.dmw.StringIterableDMW |
getDescriptionIterable() |
int |
getDescriptionSize() |
PluginConfigDMO |
getDMO() |
String |
getFile() |
Integer |
getLineNumber() |
PluginConfig |
getModificationRecorder() |
org.dmd.dmc.types.CamelCaseName |
getObjectName() |
org.dmd.dmc.DmcAttribute<?> |
getObjectNameAttribute() |
String |
getPluginClass() |
org.dmd.dmc.types.CamelCaseName |
getPluginName() |
Integer |
getStartOrder() |
int |
hashCode() |
Boolean |
isRunnable() |
void |
remCamelCaseName()
Removes the camelCaseName attribute value.
|
void |
remDescription()
Removes the description attribute value.
|
void |
remFile()
Removes the file attribute value.
|
void |
remLineNumber()
Removes the lineNumber attribute value.
|
void |
remPluginClass()
Removes the pluginClass attribute value.
|
void |
remPluginName()
Removes the pluginName attribute value.
|
void |
remRunnable()
Removes the runnable attribute value.
|
void |
remStartOrder()
Removes the startOrder 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 |
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.
|
void |
setPluginClass(Object value)
Sets pluginClass to the specified value.
|
void |
setPluginClass(String value)
Sets pluginClass to the specified value.
|
void |
setPluginName(org.dmd.dmc.types.CamelCaseName value)
Sets pluginName to the specified value.
|
void |
setPluginName(Object value)
Sets pluginName to the specified value.
|
void |
setRunnable(Boolean value)
Sets runnable to the specified value.
|
void |
setRunnable(Object value)
Sets runnable to the specified value.
|
void |
setStartOrder(Integer value)
Sets startOrder to the specified value.
|
void |
setStartOrder(Object value)
Sets startOrder to the specified value.
|
addAux, applyModifier, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedpublic PluginConfigDMW()
public PluginConfigDMW(org.dmd.dms.generated.types.DmcTypeModifierMV mods)
public PluginConfigDMW(PluginConfigDMO obj)
protected PluginConfigDMW(PluginConfigDMO obj, org.dmd.dms.ClassDefinition cd)
public PluginConfig getModificationRecorder()
public PluginConfig cloneIt()
public PluginConfigDMO getDMO()
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.dmw.DmwWrapperpublic org.dmd.dmc.types.CamelCaseName getCamelCaseName()
public void setCamelCaseName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameorg.dmd.dmc.DmcValueExceptionpublic void setCamelCaseName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void remCamelCaseName()
public int getDescriptionSize()
public boolean getDescriptionIsEmpty()
public boolean getDescriptionHasValue()
public org.dmd.dms.generated.dmw.StringIterableDMW getDescriptionIterable()
public void addDescription(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with Stringorg.dmd.dmc.DmcValueExceptionpublic void addDescription(String value)
value - A value compatible with Stringpublic boolean descriptionContains(String value)
value - A value compatible with Stringpublic ArrayList<String> getDescriptionCopy()
public void delDescription(Object value) throws org.dmd.dmc.DmcValueException
value - The String to be deleted from set of attribute values.org.dmd.dmc.DmcValueExceptionpublic void delDescription(String value)
value - The String to be deleted from set of attribute values.public void remDescription()
public String getFile()
public void setFile(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringorg.dmd.dmc.DmcValueExceptionpublic void setFile(String value)
value - Stringpublic void remFile()
public Integer getLineNumber()
public void setLineNumber(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeIntegerorg.dmd.dmc.DmcValueExceptionpublic void setLineNumber(Integer value)
value - Integerpublic void remLineNumber()
public String getPluginClass()
public void setPluginClass(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringorg.dmd.dmc.DmcValueExceptionpublic void setPluginClass(String value)
value - Stringpublic void remPluginClass()
public org.dmd.dmc.types.CamelCaseName getPluginName()
public void setPluginName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameorg.dmd.dmc.DmcValueExceptionpublic void setPluginName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void remPluginName()
public Boolean isRunnable()
public void setRunnable(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeBooleanorg.dmd.dmc.DmcValueExceptionpublic void setRunnable(Boolean value)
value - Booleanpublic void remRunnable()
public Integer getStartOrder()
public void setStartOrder(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeIntegerorg.dmd.dmc.DmcValueExceptionpublic void setStartOrder(Integer value)
value - Integerpublic void remStartOrder()
Copyright © 2019. All rights reserved.