| 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 |
|---|
EventScopeEnumIterableDMW(Iterator<EventScopeEnum> it) |
| Modifier and Type | Method and Description |
|---|---|
static EventScopeEnum |
EventScopeEnum.get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static EventScopeEnum |
EventScopeEnum.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 EventScopeEnum |
EventScopeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventScopeEnum[] |
EventScopeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected EventScopeEnum |
DmcTypeEventScopeEnumSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<EventScopeEnum> |
DmcTypeEventScopeEnumSET.value |
protected ArrayList<EventScopeEnum> |
DmcTypeEventScopeEnumMV.value |
| Modifier and Type | Method and Description |
|---|---|
EventScopeEnum |
DmcTypeEventScopeEnumSET.add(Object v) |
EventScopeEnum |
DmcTypeEventScopeEnumMV.add(Object v) |
EventScopeEnum |
DmcTypeEventScopeEnumSTATIC.cloneValue(EventScopeEnum value) |
EventScopeEnum |
DmcTypeEventScopeEnum.cloneValue(EventScopeEnum val)
Returns a clone of a value associated with this type.
|
EventScopeEnum |
DmcTypeEventScopeEnumSET.del(Object v) |
EventScopeEnum |
DmcTypeEventScopeEnumMV.del(Object v) |
EventScopeEnum |
DmcTypeEventScopeEnumSTATIC.deserializeValue(org.dmd.dmc.DmcInputStreamIF dis) |
EventScopeEnum |
DmcTypeEventScopeEnum.deserializeValue(org.dmd.dmc.DmcInputStreamIF dis)
Reads a EventScopeEnum.
|
EventScopeEnum |
DmcTypeEventScopeEnumMV.getMVnth(int index) |
EventScopeEnum |
OperationSpec.getScope() |
EventScopeEnum |
EventSpec.getScope() |
EventScopeEnum |
DmcTypeEventScopeEnumSV.getSV() |
EventScopeEnum |
DmcTypeEventScopeEnumSV.getSVCopy() |
EventScopeEnum |
DmcTypeEventScopeEnumSV.set(Object v) |
EventScopeEnum |
DmcTypeEventScopeEnumMV.setMVnth(int index,
Object v) |
EventScopeEnum |
DmcTypeEventScopeEnumSTATIC.typeCheck(Object value) |
protected EventScopeEnum |
DmcTypeEventScopeEnum.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<EventScopeEnum> |
DmcTypeEventScopeEnumSV.cloneIt() |
org.dmd.dmc.DmcAttribute<EventScopeEnum> |
DmcTypeEventScopeEnumSET.cloneIt() |
org.dmd.dmc.DmcAttribute<EventScopeEnum> |
DmcTypeEventScopeEnumMV.cloneIt() |
Iterator<EventScopeEnum> |
DmcTypeEventScopeEnumSET.getMV() |
Iterator<EventScopeEnum> |
DmcTypeEventScopeEnumMV.getMV() |
Set<EventScopeEnum> |
DmcTypeEventScopeEnumSET.getMVCopy() |
ArrayList<EventScopeEnum> |
DmcTypeEventScopeEnumMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
EventScopeEnum |
DmcTypeEventScopeEnumSTATIC.cloneValue(EventScopeEnum value) |
EventScopeEnum |
DmcTypeEventScopeEnum.cloneValue(EventScopeEnum val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeEventScopeEnumSTATIC.serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
EventScopeEnum value) |
void |
DmcTypeEventScopeEnum.serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
EventScopeEnum value)
Writes a EventScopeEnum.
|
| Constructor and Description |
|---|
EventSpec(String varName_,
SelectionTypeEnum cardinality_,
EventScopeEnum scope_)
All fields constructor.
|
OperationSpec(String varName_,
EventScopeEnum scope_)
All fields constructor.
|
Copyright © 2019. All rights reserved.