| Package | Description |
|---|---|
| org.dmd.dmc.types |
This package contains basic attribute type implementations.
|
| org.dmd.dmp.server.generated.dmw | |
| org.dmd.dmp.shared.generated.dmo | |
| org.dmd.dms.generated.dmw | |
| org.dmd.dms.generated.types | |
| org.dmd.dmt.server.generated.dmw | |
| org.dmd.dmt.shared.generated.dmo |
| Modifier and Type | Method and Description |
|---|---|
AttributeID |
DmcTypeAttributeID.cloneValue(AttributeID original) |
AttributeID |
DmcTypeAttributeID.deserializeValue(DmcInputStreamIF dis)
Read a Integer.
|
AttributeID |
DmcTypeAttributeID.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
AttributeID |
DmcTypeAttributeID.cloneValue(AttributeID original) |
int |
AttributeID.compareTo(AttributeID o) |
void |
DmcTypeAttributeID.serializeValue(DmcOutputStreamIF dos,
AttributeID value)
Write a Integer.
|
| Constructor and Description |
|---|
AttributeID(AttributeID original) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<AttributeID> |
GetRequestDMW.getAttributeSelectorCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRequestDMW.addAttributeSelector(AttributeID value)
Adds another attributeSelector value.
|
boolean |
GetRequestDMW.attributeSelectorContains(AttributeID value) |
void |
GetRequestDMW.delAttributeSelector(AttributeID value)
Deletes a attributeSelector value.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeID |
GetRequestDMO.getNthAttributeSelector(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AttributeID> |
GetRequestDMO.getAttributeSelector() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
GetRequestDMO.addAttributeSelector(AttributeID value)
Adds another attributeSelector to the specified value.
|
boolean |
GetRequestDMO.attributeSelectorContains(AttributeID value) |
DmcAttribute<?> |
GetRequestDMO.delAttributeSelector(AttributeID value)
Deletes a attributeSelector from the specified value.
|
| Constructor and Description |
|---|
AttributeIDIterableDMW(Iterator<AttributeID> it) |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeID |
DmcTypeAttributeIDSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<AttributeID> |
DmcTypeAttributeIDSET.value |
protected ArrayList<AttributeID> |
DmcTypeAttributeIDMV.value |
| Modifier and Type | Method and Description |
|---|---|
AttributeID |
DmcTypeAttributeIDSET.add(Object v) |
AttributeID |
DmcTypeAttributeIDMV.add(Object v) |
AttributeID |
DmcTypeAttributeIDSTATIC.cloneValue(AttributeID value) |
AttributeID |
DmcTypeAttributeIDSET.del(Object v) |
AttributeID |
DmcTypeAttributeIDMV.del(Object v) |
AttributeID |
DmcTypeAttributeIDSTATIC.deserializeValue(DmcInputStreamIF dis) |
AttributeID |
DmcTypeAttributeIDMV.getMVnth(int index) |
AttributeID |
DmcTypeAttributeIDSV.getSV() |
AttributeID |
DmcTypeAttributeIDSV.getSVCopy() |
AttributeID |
DmcTypeAttributeIDSV.set(Object v) |
AttributeID |
DmcTypeAttributeIDMV.setMVnth(int index,
Object v) |
AttributeID |
DmcTypeAttributeIDSTATIC.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<AttributeID> |
DmcTypeAttributeIDSV.cloneIt() |
DmcAttribute<AttributeID> |
DmcTypeAttributeIDSET.cloneIt() |
DmcAttribute<AttributeID> |
DmcTypeAttributeIDMV.cloneIt() |
Iterator<AttributeID> |
DmcTypeAttributeIDSET.getMV() |
Iterator<AttributeID> |
DmcTypeAttributeIDMV.getMV() |
Set<AttributeID> |
DmcTypeAttributeIDSET.getMVCopy() |
ArrayList<AttributeID> |
DmcTypeAttributeIDMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
AttributeID |
DmcTypeAttributeIDSTATIC.cloneValue(AttributeID value) |
void |
DmcTypeAttributeIDSTATIC.serializeValue(DmcOutputStreamIF dos,
AttributeID value) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<AttributeID> |
ObjWithRefsDMW.getAttrIDsCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjWithRefsDMW.addAttrIDs(AttributeID value)
Adds another attrIDs value.
|
boolean |
ObjWithRefsDMW.attrIDsContains(AttributeID value) |
void |
ObjWithRefsDMW.delAttrIDs(AttributeID value)
Deletes a attrIDs value.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeID |
ObjWithRefsDMO.getNthAttrIDs(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AttributeID> |
ObjWithRefsDMO.getAttrIDs() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
ObjWithRefsDMO.addAttrIDs(AttributeID value)
Adds another attrIDs to the specified value.
|
boolean |
ObjWithRefsDMO.attrIDsContains(AttributeID value) |
DmcAttribute<?> |
ObjWithRefsDMO.delAttrIDs(AttributeID value)
Deletes a attrIDs from the specified value.
|
Copyright © 2023. All rights reserved.