| Package | Description |
|---|---|
| org.dmd.dmt.server.generated.dmw | |
| org.dmd.dmt.shared.generated.dmo | |
| org.dmd.dmt.shared.generated.enums | |
| org.dmd.dmt.shared.generated.types |
| Modifier and Type | Method and Description |
|---|---|
DmtTestEnum |
ObjWithRefsDMW.getSvTestEnum() |
| Modifier and Type | Method and Description |
|---|---|
HashSet<DmtTestEnum> |
TestBasicObjectFixedDMW.getHsTestEnumCopy() |
HashSet<DmtTestEnum> |
ObjWithRefsDMW.getHsTestEnumCopy() |
ArrayList<DmtTestEnum> |
ObjWithRefsDMW.getMvTestEnumCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestBasicObjectFixedDMW.addHsTestEnum(DmtTestEnum value)
Adds another hsTestEnum value.
|
void |
ObjWithRefsDMW.addHsTestEnum(DmtTestEnum value)
Adds another hsTestEnum value.
|
void |
ObjWithRefsDMW.addMvTestEnum(DmtTestEnum value)
Adds another mvTestEnum value.
|
void |
TestBasicObjectFixedDMW.delHsTestEnum(DmtTestEnum value)
Deletes a hsTestEnum value.
|
void |
ObjWithRefsDMW.delHsTestEnum(DmtTestEnum value)
Deletes a hsTestEnum value.
|
void |
ObjWithRefsDMW.delMvTestEnum(DmtTestEnum value)
Deletes a mvTestEnum value.
|
boolean |
TestBasicObjectFixedDMW.hsTestEnumContains(DmtTestEnum value) |
boolean |
ObjWithRefsDMW.hsTestEnumContains(DmtTestEnum value) |
boolean |
ObjWithRefsDMW.mvTestEnumContains(DmtTestEnum value) |
void |
ObjWithRefsDMW.setSvTestEnum(DmtTestEnum value)
Sets svTestEnum to the specified value.
|
| Constructor and Description |
|---|
DmtTestEnumIterableDMW(Iterator<DmtTestEnum> it) |
| Modifier and Type | Method and Description |
|---|---|
DmtTestEnum |
TestBasicObjectFixedDMO.getNthHsTestEnum(int i) |
DmtTestEnum |
ObjWithRefsDMO.getNthHsTestEnum(int i) |
DmtTestEnum |
ObjWithRefsDMO.getNthMvTestEnum(int i) |
DmtTestEnum |
ObjWithRefsDMO.getSvTestEnum() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DmtTestEnum> |
TestBasicObjectFixedDMO.getHsTestEnum() |
Iterator<DmtTestEnum> |
ObjWithRefsDMO.getHsTestEnum() |
Iterator<DmtTestEnum> |
ObjWithRefsDMO.getMvTestEnum() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
TestBasicObjectFixedDMO.addHsTestEnum(DmtTestEnum value)
Adds another hsTestEnum to the specified value.
|
DmcAttribute<?> |
ObjWithRefsDMO.addHsTestEnum(DmtTestEnum value)
Adds another hsTestEnum to the specified value.
|
DmcAttribute<?> |
ObjWithRefsDMO.addMvTestEnum(DmtTestEnum value)
Adds another mvTestEnum to the specified value.
|
DmcAttribute<?> |
TestBasicObjectFixedDMO.delHsTestEnum(DmtTestEnum value)
Deletes a hsTestEnum from the specified value.
|
DmcAttribute<?> |
ObjWithRefsDMO.delHsTestEnum(DmtTestEnum value)
Deletes a hsTestEnum from the specified value.
|
DmcAttribute<?> |
ObjWithRefsDMO.delMvTestEnum(DmtTestEnum value)
Deletes a mvTestEnum from the specified value.
|
boolean |
TestBasicObjectFixedDMO.hsTestEnumContains(DmtTestEnum value) |
boolean |
ObjWithRefsDMO.hsTestEnumContains(DmtTestEnum value) |
boolean |
ObjWithRefsDMO.mvTestEnumContains(DmtTestEnum value) |
void |
ObjWithRefsDMO.setSvTestEnum(DmtTestEnum value)
Sets svTestEnum to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
static DmtTestEnum |
DmtTestEnum.get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static DmtTestEnum |
DmtTestEnum.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 DmtTestEnum |
DmtTestEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DmtTestEnum[] |
DmtTestEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected DmtTestEnum |
DmcTypeDmtTestEnumSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<DmtTestEnum> |
DmcTypeDmtTestEnumSET.value |
protected ArrayList<DmtTestEnum> |
DmcTypeDmtTestEnumMV.value |
| Modifier and Type | Method and Description |
|---|---|
DmtTestEnum |
DmcTypeDmtTestEnumSET.add(Object v) |
DmtTestEnum |
DmcTypeDmtTestEnumMV.add(Object v) |
DmtTestEnum |
DmcTypeDmtTestEnumSTATIC.cloneValue(DmtTestEnum value) |
DmtTestEnum |
DmcTypeDmtTestEnum.cloneValue(DmtTestEnum val)
Returns a clone of a value associated with this type.
|
DmtTestEnum |
DmcTypeDmtTestEnumSET.del(Object v) |
DmtTestEnum |
DmcTypeDmtTestEnumMV.del(Object v) |
DmtTestEnum |
DmcTypeDmtTestEnumSTATIC.deserializeValue(DmcInputStreamIF dis) |
DmtTestEnum |
DmcTypeDmtTestEnum.deserializeValue(DmcInputStreamIF dis)
Reads a DmtTestEnum.
|
DmtTestEnum |
DmcTypeDmtTestEnumMV.getMVnth(int index) |
DmtTestEnum |
DmcTypeDmtTestEnumSV.getSV() |
DmtTestEnum |
DmcTypeDmtTestEnumSV.getSVCopy() |
DmtTestEnum |
DmcTypeDmtTestEnumSV.set(Object v) |
DmtTestEnum |
DmcTypeDmtTestEnumMV.setMVnth(int index,
Object v) |
DmtTestEnum |
DmcTypeDmtTestEnumSTATIC.typeCheck(Object value) |
protected DmtTestEnum |
DmcTypeDmtTestEnum.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<DmtTestEnum> |
DmcTypeDmtTestEnumSV.cloneIt() |
DmcAttribute<DmtTestEnum> |
DmcTypeDmtTestEnumSET.cloneIt() |
DmcAttribute<DmtTestEnum> |
DmcTypeDmtTestEnumMV.cloneIt() |
Iterator<DmtTestEnum> |
DmcTypeDmtTestEnumSET.getMV() |
Iterator<DmtTestEnum> |
DmcTypeDmtTestEnumMV.getMV() |
Set<DmtTestEnum> |
DmcTypeDmtTestEnumSET.getMVCopy() |
ArrayList<DmtTestEnum> |
DmcTypeDmtTestEnumMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
DmtTestEnum |
DmcTypeDmtTestEnumSTATIC.cloneValue(DmtTestEnum value) |
DmtTestEnum |
DmcTypeDmtTestEnum.cloneValue(DmtTestEnum val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeDmtTestEnumSTATIC.serializeValue(DmcOutputStreamIF dos,
DmtTestEnum value) |
void |
DmcTypeDmtTestEnum.serializeValue(DmcOutputStreamIF dos,
DmtTestEnum value)
Writes a DmtTestEnum.
|
Copyright © 2023. All rights reserved.