| Package | Description |
|---|---|
| org.dmd.dmc.types |
This package contains basic attribute type implementations.
|
| org.dmd.dms.generated.enums | |
| org.dmd.dms.generated.types |
| Modifier and Type | Method and Description |
|---|---|
ModifyTypeEnum |
Modifier.getModifyType() |
| Constructor and Description |
|---|
Modifier(ModifyTypeEnum op,
DmcAttribute<?> attr)
Constructs a new Modifier.
|
Modifier(ModifyTypeEnum op,
DmcAttribute<?> attr,
DmcObject referrer)
Constructs a new backref Modifier.
|
Modifier(ModifyTypeEnum op,
DmcAttribute<?> attr,
DmcObject referrer,
int idx)
Constructs a new backref Modifier for indexed attributes.
|
Modifier(ModifyTypeEnum op,
DmcAttribute<?> attr,
int idx)
Constructs a new Modifier for the modification of an indexed attribute.
|
Modifier(ModifyTypeEnum op,
DmcAttributeInfo ai)
Constructs a new Modifier for removal of an attribute
|
Modifier(ModifyTypeEnum op,
DmcAttributeInfo ai,
int idx)
Constructs a new Modifier for setting of the specified index to null.
|
| Modifier and Type | Method and Description |
|---|---|
static ModifyTypeEnum |
ModifyTypeEnum.get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static ModifyTypeEnum |
ModifyTypeEnum.get(String str)
Returns a value for this enum or throws an exception if the String value isn't
a valid member of this enum.
|
static ModifyTypeEnum |
ModifyTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifyTypeEnum[] |
ModifyTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ModifyTypeEnum |
DmcTypeModifyTypeEnumSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ModifyTypeEnum> |
DmcTypeModifyTypeEnumSET.value |
protected ArrayList<ModifyTypeEnum> |
DmcTypeModifyTypeEnumMV.value |
| Modifier and Type | Method and Description |
|---|---|
ModifyTypeEnum |
DmcTypeModifyTypeEnumSET.add(Object v) |
ModifyTypeEnum |
DmcTypeModifyTypeEnumMV.add(Object v) |
ModifyTypeEnum |
DmcTypeModifyTypeEnumSTATIC.cloneValue(ModifyTypeEnum value) |
ModifyTypeEnum |
DmcTypeModifyTypeEnum.cloneValue(ModifyTypeEnum val)
Returns a clone of a value associated with this type.
|
ModifyTypeEnum |
DmcTypeModifyTypeEnumSET.del(Object v) |
ModifyTypeEnum |
DmcTypeModifyTypeEnumMV.del(Object v) |
ModifyTypeEnum |
DmcTypeModifyTypeEnumSTATIC.deserializeValue(DmcInputStreamIF dis) |
ModifyTypeEnum |
DmcTypeModifyTypeEnum.deserializeValue(DmcInputStreamIF dis)
Reads a ModifyTypeEnum.
|
ModifyTypeEnum |
DmcTypeModifyTypeEnumMV.getMVnth(int index) |
ModifyTypeEnum |
DmcTypeModifyTypeEnumSV.getSV() |
ModifyTypeEnum |
DmcTypeModifyTypeEnumSV.getSVCopy() |
ModifyTypeEnum |
DmcTypeModifyTypeEnumSV.set(Object v) |
ModifyTypeEnum |
DmcTypeModifyTypeEnumMV.setMVnth(int index,
Object v) |
ModifyTypeEnum |
DmcTypeModifyTypeEnumSTATIC.typeCheck(Object value) |
protected ModifyTypeEnum |
DmcTypeModifyTypeEnum.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<ModifyTypeEnum> |
DmcTypeModifyTypeEnumSV.cloneIt() |
DmcAttribute<ModifyTypeEnum> |
DmcTypeModifyTypeEnumSET.cloneIt() |
DmcAttribute<ModifyTypeEnum> |
DmcTypeModifyTypeEnumMV.cloneIt() |
Iterator<ModifyTypeEnum> |
DmcTypeModifyTypeEnumSET.getMV() |
Iterator<ModifyTypeEnum> |
DmcTypeModifyTypeEnumMV.getMV() |
Set<ModifyTypeEnum> |
DmcTypeModifyTypeEnumSET.getMVCopy() |
ArrayList<ModifyTypeEnum> |
DmcTypeModifyTypeEnumMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
ModifyTypeEnum |
DmcTypeModifyTypeEnumSTATIC.cloneValue(ModifyTypeEnum value) |
ModifyTypeEnum |
DmcTypeModifyTypeEnum.cloneValue(ModifyTypeEnum val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeModifyTypeEnumSTATIC.serializeValue(DmcOutputStreamIF dos,
ModifyTypeEnum value) |
void |
DmcTypeModifyTypeEnum.serializeValue(DmcOutputStreamIF dos,
ModifyTypeEnum value)
Writes a ModifyTypeEnum.
|
Copyright © 2023. All rights reserved.