| Package | Description |
|---|---|
| org.dmd.dms | |
| org.dmd.dms.generated.dmo | |
| org.dmd.dms.generated.dmw | |
| org.dmd.dms.generated.enums | |
| org.dmd.dms.generated.types |
| Modifier and Type | Method and Description |
|---|---|
WrapperTypeEnum |
ClassDefinition.getDmwWrapperType(String context) |
| Modifier and Type | Method and Description |
|---|---|
WrapperTypeEnum |
ClassDefinitionDMO.getUseWrapperType()
Indicates whether you want to use the generated DMW wrapper\n or the
extended wrapper you've created yourself.
|
| Modifier and Type | Method and Description |
|---|---|
WrapperTypeEnum |
ClassDefinitionDMW.getUseWrapperType()
Indicates whether you want to use the generated DMW wrapper\n or the
extended wrapper you've created yourself.
|
| Modifier and Type | Method and Description |
|---|---|
static WrapperTypeEnum |
WrapperTypeEnum.get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static WrapperTypeEnum |
WrapperTypeEnum.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 WrapperTypeEnum |
WrapperTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrapperTypeEnum[] |
WrapperTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected WrapperTypeEnum |
DmcTypeWrapperTypeEnumSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<WrapperTypeEnum> |
DmcTypeWrapperTypeEnumSET.value |
protected ArrayList<WrapperTypeEnum> |
DmcTypeWrapperTypeEnumMV.value |
| Modifier and Type | Method and Description |
|---|---|
WrapperTypeEnum |
DmcTypeWrapperTypeEnumSET.add(Object v) |
WrapperTypeEnum |
DmcTypeWrapperTypeEnumMV.add(Object v) |
WrapperTypeEnum |
DmcTypeWrapperTypeEnumSTATIC.cloneValue(WrapperTypeEnum value) |
WrapperTypeEnum |
DmcTypeWrapperTypeEnum.cloneValue(WrapperTypeEnum val)
Returns a clone of a value associated with this type.
|
WrapperTypeEnum |
DmcTypeWrapperTypeEnumSET.del(Object v) |
WrapperTypeEnum |
DmcTypeWrapperTypeEnumMV.del(Object v) |
WrapperTypeEnum |
DmcTypeWrapperTypeEnumSTATIC.deserializeValue(DmcInputStreamIF dis) |
WrapperTypeEnum |
DmcTypeWrapperTypeEnum.deserializeValue(DmcInputStreamIF dis)
Reads a WrapperTypeEnum.
|
WrapperTypeEnum |
DmcTypeWrapperTypeEnumMV.getMVnth(int index) |
WrapperTypeEnum |
DmcTypeWrapperTypeEnumSV.getSV() |
WrapperTypeEnum |
DmcTypeWrapperTypeEnumSV.getSVCopy() |
WrapperTypeEnum |
DmwTypeToWrapperType.getWrapperType() |
WrapperTypeEnum |
DmcTypeWrapperTypeEnumSV.set(Object v) |
WrapperTypeEnum |
DmcTypeWrapperTypeEnumMV.setMVnth(int index,
Object v) |
WrapperTypeEnum |
DmcTypeWrapperTypeEnumSTATIC.typeCheck(Object value) |
protected WrapperTypeEnum |
DmcTypeWrapperTypeEnum.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<WrapperTypeEnum> |
DmcTypeWrapperTypeEnumSV.cloneIt() |
DmcAttribute<WrapperTypeEnum> |
DmcTypeWrapperTypeEnumSET.cloneIt() |
DmcAttribute<WrapperTypeEnum> |
DmcTypeWrapperTypeEnumMV.cloneIt() |
Iterator<WrapperTypeEnum> |
DmcTypeWrapperTypeEnumSET.getMV() |
Iterator<WrapperTypeEnum> |
DmcTypeWrapperTypeEnumMV.getMV() |
Set<WrapperTypeEnum> |
DmcTypeWrapperTypeEnumSET.getMVCopy() |
ArrayList<WrapperTypeEnum> |
DmcTypeWrapperTypeEnumMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
WrapperTypeEnum |
DmcTypeWrapperTypeEnumSTATIC.cloneValue(WrapperTypeEnum value) |
WrapperTypeEnum |
DmcTypeWrapperTypeEnum.cloneValue(WrapperTypeEnum val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeWrapperTypeEnumSTATIC.serializeValue(DmcOutputStreamIF dos,
WrapperTypeEnum value) |
void |
DmcTypeWrapperTypeEnum.serializeValue(DmcOutputStreamIF dos,
WrapperTypeEnum value)
Writes a WrapperTypeEnum.
|
| Constructor and Description |
|---|
DmwTypeToWrapperType(String f1,
WrapperTypeEnum f2)
All fields constructor.
|
Copyright © 2023. All rights reserved.