| Package | Description |
|---|---|
| org.dmd.dmg.generated.dmo | |
| org.dmd.dmg.generated.dmw | |
| org.dmd.dms.generated.enums | |
| org.dmd.dms.generated.types |
| Modifier and Type | Method and Description |
|---|---|
BaseTypeEnum |
MethodGeneratorDMO.getBaseType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodGeneratorDMO.setBaseType(BaseTypeEnum value)
Sets baseType to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
BaseTypeEnum |
MethodGeneratorDMW.getBaseType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodGeneratorDMW.setBaseType(BaseTypeEnum value)
Sets baseType to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseTypeEnum |
BaseTypeEnum.get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static BaseTypeEnum |
BaseTypeEnum.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 BaseTypeEnum |
BaseTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseTypeEnum[] |
BaseTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected BaseTypeEnum |
DmcTypeBaseTypeEnumSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<BaseTypeEnum> |
DmcTypeBaseTypeEnumSET.value |
protected ArrayList<BaseTypeEnum> |
DmcTypeBaseTypeEnumMV.value |
| Modifier and Type | Method and Description |
|---|---|
BaseTypeEnum |
DmcTypeBaseTypeEnumSET.add(Object v) |
BaseTypeEnum |
DmcTypeBaseTypeEnumMV.add(Object v) |
BaseTypeEnum |
DmcTypeBaseTypeEnumSTATIC.cloneValue(BaseTypeEnum value) |
BaseTypeEnum |
DmcTypeBaseTypeEnum.cloneValue(BaseTypeEnum val)
Returns a clone of a value associated with this type.
|
BaseTypeEnum |
DmcTypeBaseTypeEnumSET.del(Object v) |
BaseTypeEnum |
DmcTypeBaseTypeEnumMV.del(Object v) |
BaseTypeEnum |
DmcTypeBaseTypeEnumSTATIC.deserializeValue(DmcInputStreamIF dis) |
BaseTypeEnum |
DmcTypeBaseTypeEnum.deserializeValue(DmcInputStreamIF dis)
Reads a BaseTypeEnum.
|
BaseTypeEnum |
DmcTypeBaseTypeEnumMV.getMVnth(int index) |
BaseTypeEnum |
DmcTypeBaseTypeEnumSV.getSV() |
BaseTypeEnum |
DmcTypeBaseTypeEnumSV.getSVCopy() |
BaseTypeEnum |
DmcTypeBaseTypeEnumSV.set(Object v) |
BaseTypeEnum |
DmcTypeBaseTypeEnumMV.setMVnth(int index,
Object v) |
BaseTypeEnum |
DmcTypeBaseTypeEnumSTATIC.typeCheck(Object value) |
protected BaseTypeEnum |
DmcTypeBaseTypeEnum.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<BaseTypeEnum> |
DmcTypeBaseTypeEnumSV.cloneIt() |
DmcAttribute<BaseTypeEnum> |
DmcTypeBaseTypeEnumSET.cloneIt() |
DmcAttribute<BaseTypeEnum> |
DmcTypeBaseTypeEnumMV.cloneIt() |
Iterator<BaseTypeEnum> |
DmcTypeBaseTypeEnumSET.getMV() |
Iterator<BaseTypeEnum> |
DmcTypeBaseTypeEnumMV.getMV() |
Set<BaseTypeEnum> |
DmcTypeBaseTypeEnumSET.getMVCopy() |
ArrayList<BaseTypeEnum> |
DmcTypeBaseTypeEnumMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
BaseTypeEnum |
DmcTypeBaseTypeEnumSTATIC.cloneValue(BaseTypeEnum value) |
BaseTypeEnum |
DmcTypeBaseTypeEnum.cloneValue(BaseTypeEnum val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeBaseTypeEnumSTATIC.serializeValue(DmcOutputStreamIF dos,
BaseTypeEnum value) |
void |
DmcTypeBaseTypeEnum.serializeValue(DmcOutputStreamIF dos,
BaseTypeEnum value)
Writes a BaseTypeEnum.
|
Copyright © 2023. All rights reserved.