| Package | Description |
|---|---|
| org.dmd.templates.server.generated.dmw | |
| org.dmd.templates.shared.generated.dmo | |
| org.dmd.templates.shared.generated.types |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Contains> |
TextualArtifactDMW.getContainsCopy() |
ArrayList<Contains> |
SectionDMW.getContainsCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextualArtifactDMW.addContains(Contains value)
Adds another contains value.
|
void |
SectionDMW.addContains(Contains value)
Adds another contains value.
|
boolean |
TextualArtifactDMW.containsContains(Contains value) |
boolean |
SectionDMW.containsContains(Contains value) |
void |
TextualArtifactDMW.delContains(Contains value)
Deletes a contains value.
|
void |
SectionDMW.delContains(Contains value)
Deletes a contains value.
|
| Constructor and Description |
|---|
ContainsIterableDMW(Iterator<Contains> it) |
| Modifier and Type | Method and Description |
|---|---|
Contains |
TextualArtifactDMO.getNthContains(int i) |
Contains |
SectionDMO.getNthContains(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Contains> |
TextualArtifactDMO.getContains() |
Iterator<Contains> |
SectionDMO.getContains() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
TextualArtifactDMO.addContains(Contains value)
Adds another contains to the specified value.
|
DmcAttribute<?> |
SectionDMO.addContains(Contains value)
Adds another contains to the specified value.
|
boolean |
TextualArtifactDMO.containsContains(Contains value) |
boolean |
SectionDMO.containsContains(Contains value) |
DmcAttribute<?> |
TextualArtifactDMO.delContains(Contains value)
Deletes a contains from the specified value.
|
DmcAttribute<?> |
SectionDMO.delContains(Contains value)
Deletes a contains from the specified value.
|
| Modifier and Type | Field and Description |
|---|---|
protected Contains |
DmcTypeContainsSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Contains> |
DmcTypeContainsSET.value |
protected ArrayList<Contains> |
DmcTypeContainsMV.value |
| Modifier and Type | Method and Description |
|---|---|
Contains |
DmcTypeContainsSET.add(Object v) |
Contains |
DmcTypeContainsMV.add(Object v) |
Contains |
DmcTypeContainsSTATIC.cloneValue(Contains value) |
Contains |
DmcTypeContains.cloneValue(Contains val)
Returns a clone of a value associated with this type.
|
Contains |
DmcTypeContainsSET.del(Object v) |
Contains |
DmcTypeContainsMV.del(Object v) |
Contains |
DmcTypeContainsSTATIC.deserializeValue(DmcInputStreamIF dis) |
Contains |
DmcTypeContains.deserializeValue(DmcInputStreamIF dis)
Reads a Contains.
|
Contains |
DmcTypeContainsMV.getMVnth(int index) |
Contains |
DmcTypeContainsSV.getSV() |
Contains |
DmcTypeContainsSV.getSVCopy() |
Contains |
DmcTypeContainsSV.set(Object v) |
Contains |
DmcTypeContainsMV.setMVnth(int index,
Object v) |
Contains |
DmcTypeContainsSTATIC.typeCheck(Object value) |
Contains |
DmcTypeContains.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<Contains> |
DmcTypeContainsSV.cloneIt() |
DmcAttribute<Contains> |
DmcTypeContainsSET.cloneIt() |
DmcAttribute<Contains> |
DmcTypeContainsMV.cloneIt() |
Iterator<Contains> |
DmcTypeContainsSET.getMV() |
Iterator<Contains> |
DmcTypeContainsMV.getMV() |
Set<Contains> |
DmcTypeContainsSET.getMVCopy() |
ArrayList<Contains> |
DmcTypeContainsMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
Contains |
DmcTypeContainsSTATIC.cloneValue(Contains value) |
Contains |
DmcTypeContains.cloneValue(Contains val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeContains.removeBackRefsFromValue(Contains value)
Removes references to other objects from a Contains.
|
void |
DmcTypeContains.resolveValue(DmcNameResolverIF resolver,
Contains value,
String attrName)
Resolves a Contains.
|
void |
DmcTypeContains.resolveValue(DmcNameResolverWithClashSupportIF resolver,
Contains value,
DmcObject object,
DmcNameClashResolverIF ncr,
DmcAttributeInfo ai)
Resolves a Contains.
|
void |
DmcTypeContainsSTATIC.serializeValue(DmcOutputStreamIF dos,
Contains value) |
void |
DmcTypeContains.serializeValue(DmcOutputStreamIF dos,
Contains value)
Writes a Contains.
|
| Constructor and Description |
|---|
Contains(Contains original)
Copy constructor.
|
Copyright © 2023. All rights reserved.