| Package | Description |
|---|---|
| org.dmd.dms.generated.dmo | |
| org.dmd.dms.generated.dmw | |
| org.dmd.dms.generated.types |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Field> |
ExtendedReferenceTypeDefinitionDMO.getField()
The field indicates a type and name for a field in a ComplexType.
|
Iterator<Field> |
ComplexTypeDefinitionDMO.getField()
The field indicates a type and name for a field in a ComplexType.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Field> |
ComplexTypeDefinitionDMW.getField()
The field indicates a type and name for a field in a ComplexType.
|
| Constructor and Description |
|---|
FieldIterableDMW(Iterator<Field> it) |
| Modifier and Type | Field and Description |
|---|---|
protected Field |
DmcTypeFieldSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Field> |
DmcTypeFieldSET.value |
protected ArrayList<Field> |
DmcTypeFieldMV.value |
| Modifier and Type | Method and Description |
|---|---|
Field |
DmcTypeFieldSET.add(Object v) |
Field |
DmcTypeFieldMV.add(Object v) |
Field |
DmcTypeFieldSTATIC.cloneValue(Field value) |
Field |
DmcTypeField.cloneValue(Field val)
Returns a clone of a value associated with this type.
|
Field |
DmcTypeFieldSET.del(Object v) |
Field |
DmcTypeFieldMV.del(Object v) |
Field |
DmcTypeFieldSTATIC.deserializeValue(DmcInputStreamIF dis) |
Field |
DmcTypeField.deserializeValue(DmcInputStreamIF dis)
Reads a Field.
|
Field |
DmcTypeFieldMV.getMVnth(int index) |
Field |
DmcTypeFieldSV.getSV() |
Field |
DmcTypeFieldSV.getSVCopy() |
Field |
DmcTypeFieldSV.set(Object v) |
Field |
DmcTypeFieldMV.setMVnth(int index,
Object v) |
Field |
DmcTypeFieldSTATIC.typeCheck(Object value) |
Field |
DmcTypeField.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<Field> |
DmcTypeFieldSV.cloneIt() |
DmcAttribute<Field> |
DmcTypeFieldSET.cloneIt() |
DmcAttribute<Field> |
DmcTypeFieldMV.cloneIt() |
Iterator<Field> |
DmcTypeFieldSET.getMV() |
Iterator<Field> |
DmcTypeFieldMV.getMV() |
Set<Field> |
DmcTypeFieldSET.getMVCopy() |
ArrayList<Field> |
DmcTypeFieldMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
Field |
DmcTypeFieldSTATIC.cloneValue(Field value) |
Field |
DmcTypeField.cloneValue(Field val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeField.removeBackRefsFromValue(Field value)
Removes references to other objects from a Field.
|
void |
DmcTypeField.resolveValue(DmcNameResolverIF resolver,
Field value,
String attrName)
Resolves a Field.
|
void |
DmcTypeField.resolveValue(DmcNameResolverWithClashSupportIF resolver,
Field value,
DmcObject object,
DmcNameClashResolverIF ncr,
DmcAttributeInfo ai)
Resolves a Field.
|
void |
DmcTypeFieldSTATIC.serializeValue(DmcOutputStreamIF dos,
Field value) |
void |
DmcTypeField.serializeValue(DmcOutputStreamIF dos,
Field value)
Writes a Field.
|
| Constructor and Description |
|---|
Field(Field original)
Copy constructor.
|
Copyright © 2023. All rights reserved.