| Package | Description |
|---|---|
| org.dmd.dms | |
| org.dmd.dms.generated.dmo | |
| org.dmd.dms.generated.dmw | |
| org.dmd.dms.generated.types | |
| org.dmd.dms.types |
| Modifier and Type | Method and Description |
|---|---|
EnumValue |
EnumDefinition.getEnumValue(String valueName) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<EnumValue> |
EnumDefinitionDMO.getEnumValue()
Indicates the set of enum values associated with an enumeration type\n
definition.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<EnumValue> |
EnumDefinitionDMW.getEnumValue()
Indicates the set of enum values associated with an enumeration type\n
definition.
|
| Constructor and Description |
|---|
EnumValueIterableDMW(Iterator<EnumValue> it) |
| Modifier and Type | Field and Description |
|---|---|
protected EnumValue |
DmcTypeEnumValueSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<EnumValue> |
DmcTypeEnumValueSET.value |
protected ArrayList<EnumValue> |
DmcTypeEnumValueMV.value |
| Modifier and Type | Method and Description |
|---|---|
EnumValue |
DmcTypeEnumValueSET.add(Object v) |
EnumValue |
DmcTypeEnumValueMV.add(Object v) |
EnumValue |
DmcTypeEnumValueSTATIC.cloneValue(EnumValue value) |
EnumValue |
DmcTypeEnumValueSET.del(Object v) |
EnumValue |
DmcTypeEnumValueMV.del(Object v) |
EnumValue |
DmcTypeEnumValueSTATIC.deserializeValue(DmcInputStreamIF dis) |
EnumValue |
DmcTypeEnumValueMV.getMVnth(int index) |
EnumValue |
DmcTypeEnumValueSV.getSV() |
EnumValue |
DmcTypeEnumValueSV.getSVCopy() |
EnumValue |
DmcTypeEnumValueSV.set(Object v) |
EnumValue |
DmcTypeEnumValueMV.setMVnth(int index,
Object v) |
EnumValue |
DmcTypeEnumValueSTATIC.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<EnumValue> |
DmcTypeEnumValueSV.cloneIt() |
DmcAttribute<EnumValue> |
DmcTypeEnumValueSET.cloneIt() |
DmcAttribute<EnumValue> |
DmcTypeEnumValueMV.cloneIt() |
Iterator<EnumValue> |
DmcTypeEnumValueSET.getMV() |
Iterator<EnumValue> |
DmcTypeEnumValueMV.getMV() |
Set<EnumValue> |
DmcTypeEnumValueSET.getMVCopy() |
ArrayList<EnumValue> |
DmcTypeEnumValueMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
EnumValue |
DmcTypeEnumValueSTATIC.cloneValue(EnumValue value) |
void |
DmcTypeEnumValueSTATIC.serializeValue(DmcOutputStreamIF dos,
EnumValue value) |
| Modifier and Type | Method and Description |
|---|---|
EnumValue |
DmcTypeEnumValue.cloneValue(EnumValue original) |
EnumValue |
DmcTypeEnumValue.deserializeValue(DmcInputStreamIF dis)
Read a EnumValue.
|
EnumValue |
DmcTypeEnumValue.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
EnumValue |
DmcTypeEnumValue.cloneValue(EnumValue original) |
void |
DmcTypeEnumValue.serializeValue(DmcOutputStreamIF dos,
EnumValue value)
Write a EnumValue.
|
| Constructor and Description |
|---|
EnumValue(EnumValue original)
Constructs a new EnumValue.
|
Copyright © 2023. All rights reserved.