| Package | Description |
|---|---|
| org.dmd.mvw.tools.mvwgenerator.generated.dmw | |
| org.dmd.mvw.tools.mvwgenerator.generated.enums | |
| org.dmd.mvw.tools.mvwgenerator.generated.types |
| Constructor and Description |
|---|
SelectionTypeEnumIterableDMW(Iterator<SelectionTypeEnum> it) |
| Modifier and Type | Method and Description |
|---|---|
static SelectionTypeEnum |
SelectionTypeEnum.get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static SelectionTypeEnum |
SelectionTypeEnum.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 SelectionTypeEnum |
SelectionTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionTypeEnum[] |
SelectionTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SelectionTypeEnum |
DmcTypeSelectionTypeEnumSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<SelectionTypeEnum> |
DmcTypeSelectionTypeEnumSET.value |
protected ArrayList<SelectionTypeEnum> |
DmcTypeSelectionTypeEnumMV.value |
| Modifier and Type | Method and Description |
|---|---|
SelectionTypeEnum |
DmcTypeSelectionTypeEnumSET.add(Object v) |
SelectionTypeEnum |
DmcTypeSelectionTypeEnumMV.add(Object v) |
SelectionTypeEnum |
DmcTypeSelectionTypeEnumSTATIC.cloneValue(SelectionTypeEnum value) |
SelectionTypeEnum |
DmcTypeSelectionTypeEnum.cloneValue(SelectionTypeEnum val)
Returns a clone of a value associated with this type.
|
SelectionTypeEnum |
DmcTypeSelectionTypeEnumSET.del(Object v) |
SelectionTypeEnum |
DmcTypeSelectionTypeEnumMV.del(Object v) |
SelectionTypeEnum |
DmcTypeSelectionTypeEnumSTATIC.deserializeValue(org.dmd.dmc.DmcInputStreamIF dis) |
SelectionTypeEnum |
DmcTypeSelectionTypeEnum.deserializeValue(org.dmd.dmc.DmcInputStreamIF dis)
Reads a SelectionTypeEnum.
|
SelectionTypeEnum |
EventSpec.getCardinality() |
SelectionTypeEnum |
DisplayDataSpec.getCardinality() |
SelectionTypeEnum |
DmcTypeSelectionTypeEnumMV.getMVnth(int index) |
SelectionTypeEnum |
DmcTypeSelectionTypeEnumSV.getSV() |
SelectionTypeEnum |
DmcTypeSelectionTypeEnumSV.getSVCopy() |
SelectionTypeEnum |
DmcTypeSelectionTypeEnumSV.set(Object v) |
SelectionTypeEnum |
DmcTypeSelectionTypeEnumMV.setMVnth(int index,
Object v) |
SelectionTypeEnum |
DmcTypeSelectionTypeEnumSTATIC.typeCheck(Object value) |
protected SelectionTypeEnum |
DmcTypeSelectionTypeEnum.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<SelectionTypeEnum> |
DmcTypeSelectionTypeEnumSV.cloneIt() |
org.dmd.dmc.DmcAttribute<SelectionTypeEnum> |
DmcTypeSelectionTypeEnumSET.cloneIt() |
org.dmd.dmc.DmcAttribute<SelectionTypeEnum> |
DmcTypeSelectionTypeEnumMV.cloneIt() |
Iterator<SelectionTypeEnum> |
DmcTypeSelectionTypeEnumSET.getMV() |
Iterator<SelectionTypeEnum> |
DmcTypeSelectionTypeEnumMV.getMV() |
Set<SelectionTypeEnum> |
DmcTypeSelectionTypeEnumSET.getMVCopy() |
ArrayList<SelectionTypeEnum> |
DmcTypeSelectionTypeEnumMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
SelectionTypeEnum |
DmcTypeSelectionTypeEnumSTATIC.cloneValue(SelectionTypeEnum value) |
SelectionTypeEnum |
DmcTypeSelectionTypeEnum.cloneValue(SelectionTypeEnum val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeSelectionTypeEnumSTATIC.serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
SelectionTypeEnum value) |
void |
DmcTypeSelectionTypeEnum.serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
SelectionTypeEnum value)
Writes a SelectionTypeEnum.
|
| Constructor and Description |
|---|
DisplayDataSpec(org.dmd.dms.generated.types.ClassDefinitionREF dataClass_,
SelectionTypeEnum cardinality_,
String varName_)
All fields constructor.
|
EventSpec(String varName_,
SelectionTypeEnum cardinality_,
EventScopeEnum scope_)
All fields constructor.
|
Copyright © 2019. All rights reserved.