| Package | Description |
|---|---|
| org.dmd.dms.generated.dmo | |
| org.dmd.dms.generated.dmw | |
| org.dmd.dms.generated.types |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Part> |
ExtendedReferenceTypeDefinitionDMO.getOptionalPart()
Indicates an optional part of a complex type definition.
|
Iterator<Part> |
ComplexTypeDefinitionDMO.getOptionalPart()
Indicates an optional part of a complex type definition.
|
Iterator<Part> |
ExtendedReferenceTypeDefinitionDMO.getRequiredPart()
Indicates a required part of a complex type definition.
|
Iterator<Part> |
ComplexTypeDefinitionDMO.getRequiredPart()
Indicates a required part of a complex type definition.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Part> |
ComplexTypeDefinitionDMW.getOptionalPart()
Indicates an optional part of a complex type definition.
|
Iterator<Part> |
ComplexTypeDefinitionDMW.getRequiredPart()
Indicates a required part of a complex type definition.
|
| Constructor and Description |
|---|
PartIterableDMW(Iterator<Part> it) |
| Modifier and Type | Field and Description |
|---|---|
protected Part |
DmcTypePartSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Part> |
DmcTypePartSET.value |
protected ArrayList<Part> |
DmcTypePartMV.value |
| Modifier and Type | Method and Description |
|---|---|
Part |
DmcTypePartSET.add(Object v) |
Part |
DmcTypePartMV.add(Object v) |
Part |
DmcTypePartSTATIC.cloneValue(Part value) |
Part |
DmcTypePart.cloneValue(Part val)
Returns a clone of a value associated with this type.
|
Part |
DmcTypePartSET.del(Object v) |
Part |
DmcTypePartMV.del(Object v) |
Part |
DmcTypePartSTATIC.deserializeValue(DmcInputStreamIF dis) |
Part |
DmcTypePart.deserializeValue(DmcInputStreamIF dis)
Reads a Part.
|
Part |
DmcTypePartMV.getMVnth(int index) |
Part |
DmcTypePartSV.getSV() |
Part |
DmcTypePartSV.getSVCopy() |
Part |
DmcTypePartSV.set(Object v) |
Part |
DmcTypePartMV.setMVnth(int index,
Object v) |
Part |
DmcTypePartSTATIC.typeCheck(Object value) |
Part |
DmcTypePart.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<Part> |
DmcTypePartSV.cloneIt() |
DmcAttribute<Part> |
DmcTypePartSET.cloneIt() |
DmcAttribute<Part> |
DmcTypePartMV.cloneIt() |
Iterator<Part> |
DmcTypePartSET.getMV() |
Iterator<Part> |
DmcTypePartMV.getMV() |
Set<Part> |
DmcTypePartSET.getMVCopy() |
ArrayList<Part> |
DmcTypePartMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
Part |
DmcTypePartSTATIC.cloneValue(Part value) |
Part |
DmcTypePart.cloneValue(Part val)
Returns a clone of a value associated with this type.
|
void |
DmcTypePart.removeBackRefsFromValue(Part value)
Removes references to other objects from a Part.
|
void |
DmcTypePart.resolveValue(DmcNameResolverIF resolver,
Part value,
String attrName)
Resolves a Part.
|
void |
DmcTypePart.resolveValue(DmcNameResolverWithClashSupportIF resolver,
Part value,
DmcObject object,
DmcNameClashResolverIF ncr,
DmcAttributeInfo ai)
Resolves a Part.
|
void |
DmcTypePartSTATIC.serializeValue(DmcOutputStreamIF dos,
Part value) |
void |
DmcTypePart.serializeValue(DmcOutputStreamIF dos,
Part value)
Writes a Part.
|
| Constructor and Description |
|---|
Part(Part original)
Copy constructor.
|
Copyright © 2023. All rights reserved.