| Package | Description |
|---|---|
| org.dmd.dmp.server.generated.dmw | |
| org.dmd.dmp.shared.generated.dmo | |
| org.dmd.dmp.shared.generated.enums | |
| org.dmd.dmp.shared.generated.types |
| Modifier and Type | Method and Description |
|---|---|
ScopeEnum |
NotifyRequestDMW.getScope() |
ScopeEnum |
GetRequestDMW.getScope() |
ScopeEnum |
DenotifyResponseDMW.getScope() |
ScopeEnum |
DenotifyRequestDMW.getScope() |
ScopeEnum |
DeleteRequestDMW.getScope() |
ScopeEnum |
ActionRequestDMW.getScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotifyRequestDMW.setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
GetRequestDMW.setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
DenotifyResponseDMW.setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
DenotifyRequestDMW.setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
DeleteRequestDMW.setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
ActionRequestDMW.setScope(ScopeEnum value)
Sets scope to the specified value.
|
| Constructor and Description |
|---|
ScopeEnumIterableDMW(Iterator<ScopeEnum> it) |
| Modifier and Type | Method and Description |
|---|---|
ScopeEnum |
NotifyRequestDMO.getScope() |
ScopeEnum |
GetRequestDMO.getScope() |
ScopeEnum |
DenotifyResponseDMO.getScope() |
ScopeEnum |
DenotifyRequestDMO.getScope() |
ScopeEnum |
DeleteRequestDMO.getScope() |
ScopeEnum |
ActionRequestDMO.getScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotifyRequestDMO.setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
GetRequestDMO.setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
DenotifyResponseDMO.setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
DenotifyRequestDMO.setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
DeleteRequestDMO.setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
ActionRequestDMO.setScope(ScopeEnum value)
Sets scope to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
static ScopeEnum |
ScopeEnum.get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static ScopeEnum |
ScopeEnum.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 ScopeEnum |
ScopeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeEnum[] |
ScopeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ScopeEnum |
DmcTypeScopeEnumSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ScopeEnum> |
DmcTypeScopeEnumSET.value |
protected ArrayList<ScopeEnum> |
DmcTypeScopeEnumMV.value |
| Modifier and Type | Method and Description |
|---|---|
ScopeEnum |
DmcTypeScopeEnumSET.add(Object v) |
ScopeEnum |
DmcTypeScopeEnumMV.add(Object v) |
ScopeEnum |
DmcTypeScopeEnumSTATIC.cloneValue(ScopeEnum value) |
ScopeEnum |
DmcTypeScopeEnum.cloneValue(ScopeEnum val)
Returns a clone of a value associated with this type.
|
ScopeEnum |
DmcTypeScopeEnumSET.del(Object v) |
ScopeEnum |
DmcTypeScopeEnumMV.del(Object v) |
ScopeEnum |
DmcTypeScopeEnumSTATIC.deserializeValue(DmcInputStreamIF dis) |
ScopeEnum |
DmcTypeScopeEnum.deserializeValue(DmcInputStreamIF dis)
Reads a ScopeEnum.
|
ScopeEnum |
DmcTypeScopeEnumMV.getMVnth(int index) |
ScopeEnum |
DmcTypeScopeEnumSV.getSV() |
ScopeEnum |
DmcTypeScopeEnumSV.getSVCopy() |
ScopeEnum |
DmcTypeScopeEnumSV.set(Object v) |
ScopeEnum |
DmcTypeScopeEnumMV.setMVnth(int index,
Object v) |
ScopeEnum |
DmcTypeScopeEnumSTATIC.typeCheck(Object value) |
protected ScopeEnum |
DmcTypeScopeEnum.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<ScopeEnum> |
DmcTypeScopeEnumSV.cloneIt() |
DmcAttribute<ScopeEnum> |
DmcTypeScopeEnumSET.cloneIt() |
DmcAttribute<ScopeEnum> |
DmcTypeScopeEnumMV.cloneIt() |
Iterator<ScopeEnum> |
DmcTypeScopeEnumSET.getMV() |
Iterator<ScopeEnum> |
DmcTypeScopeEnumMV.getMV() |
Set<ScopeEnum> |
DmcTypeScopeEnumSET.getMVCopy() |
ArrayList<ScopeEnum> |
DmcTypeScopeEnumMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
ScopeEnum |
DmcTypeScopeEnumSTATIC.cloneValue(ScopeEnum value) |
ScopeEnum |
DmcTypeScopeEnum.cloneValue(ScopeEnum val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeScopeEnumSTATIC.serializeValue(DmcOutputStreamIF dos,
ScopeEnum value) |
void |
DmcTypeScopeEnum.serializeValue(DmcOutputStreamIF dos,
ScopeEnum value)
Writes a ScopeEnum.
|
Copyright © 2023. All rights reserved.