| Package | Description |
|---|---|
| org.dmd.dmc |
The Dark Matter Core (dmc) package provides the core functionality for
all aspects of objects managed via the Dark Matter Data framework.
|
| org.dmd.dmg.generated.dmo | |
| org.dmd.dmg.generated.dmw | |
| org.dmd.dms.generated.dmo | |
| org.dmd.dms.generated.dmw | |
| org.dmd.dms.generated.enums | |
| org.dmd.dms.generated.types | |
| org.dmd.dms.util | |
| org.dmd.dmv.server.generated.dmw | |
| org.dmd.dmv.shared.generated.dmo |
| Modifier and Type | Field and Description |
|---|---|
ValueTypeEnum |
DmcAttributeInfo.valueType |
| Constructor and Description |
|---|
DmcAttributeInfo(String n,
int i,
String t,
ValueTypeEnum at,
DataTypeEnum dte)
This form is used in ComplexTypeDefinitions - it has no schema name.
|
DmcAttributeInfo(String n,
int i,
String t,
ValueTypeEnum at,
DataTypeEnum dte,
int is,
boolean wr)
This form is used in ComplexTypeDefinitions - it has no schema name.
|
DmcAttributeInfo(String schema,
String n,
int i,
String t,
ValueTypeEnum at,
DataTypeEnum dte) |
DmcAttributeInfo(String schema,
String n,
int i,
String t,
ValueTypeEnum at,
DataTypeEnum dte,
int is) |
DmcAttributeInfo(String schema,
String n,
int i,
String t,
ValueTypeEnum at,
DataTypeEnum dte,
int is,
boolean wr) |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeEnum |
MethodGeneratorDMO.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodGeneratorDMO.setValueType(ValueTypeEnum value)
Sets valueType to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
ValueTypeEnum |
MethodGeneratorDMW.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodGeneratorDMW.setValueType(ValueTypeEnum value)
Sets valueType to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
ValueTypeEnum |
AttributeDefinitionDMO.getValueType()
This attribute indicates the cardinality and storage mechanism for an\n
attribute.
|
| Modifier and Type | Method and Description |
|---|---|
ValueTypeEnum |
AttributeDefinitionDMW.getValueType()
This attribute indicates the cardinality and storage mechanism for an\n
attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueTypeEnum |
ValueTypeEnum.get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static ValueTypeEnum |
ValueTypeEnum.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 ValueTypeEnum |
ValueTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueTypeEnum[] |
ValueTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ValueTypeEnum |
DmcTypeValueTypeEnumSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ValueTypeEnum> |
DmcTypeValueTypeEnumSET.value |
protected ArrayList<ValueTypeEnum> |
DmcTypeValueTypeEnumMV.value |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeEnum |
DmcTypeValueTypeEnumSET.add(Object v) |
ValueTypeEnum |
DmcTypeValueTypeEnumMV.add(Object v) |
ValueTypeEnum |
DmcTypeValueTypeEnumSTATIC.cloneValue(ValueTypeEnum value) |
ValueTypeEnum |
DmcTypeValueTypeEnum.cloneValue(ValueTypeEnum val)
Returns a clone of a value associated with this type.
|
ValueTypeEnum |
DmcTypeValueTypeEnumSET.del(Object v) |
ValueTypeEnum |
DmcTypeValueTypeEnumMV.del(Object v) |
ValueTypeEnum |
DmcTypeValueTypeEnumSTATIC.deserializeValue(DmcInputStreamIF dis) |
ValueTypeEnum |
DmcTypeValueTypeEnum.deserializeValue(DmcInputStreamIF dis)
Reads a ValueTypeEnum.
|
ValueTypeEnum |
DmcTypeValueTypeEnumMV.getMVnth(int index) |
ValueTypeEnum |
DmcTypeValueTypeEnumSV.getSV() |
ValueTypeEnum |
DmcTypeValueTypeEnumSV.getSVCopy() |
ValueTypeEnum |
DmcTypeValueTypeEnumSV.set(Object v) |
ValueTypeEnum |
DmcTypeValueTypeEnumMV.setMVnth(int index,
Object v) |
ValueTypeEnum |
DmcTypeValueTypeEnumSTATIC.typeCheck(Object value) |
protected ValueTypeEnum |
DmcTypeValueTypeEnum.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<ValueTypeEnum> |
DmcTypeValueTypeEnumSV.cloneIt() |
DmcAttribute<ValueTypeEnum> |
DmcTypeValueTypeEnumSET.cloneIt() |
DmcAttribute<ValueTypeEnum> |
DmcTypeValueTypeEnumMV.cloneIt() |
Iterator<ValueTypeEnum> |
DmcTypeValueTypeEnumSET.getMV() |
Iterator<ValueTypeEnum> |
DmcTypeValueTypeEnumMV.getMV() |
Set<ValueTypeEnum> |
DmcTypeValueTypeEnumSET.getMVCopy() |
ArrayList<ValueTypeEnum> |
DmcTypeValueTypeEnumMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeEnum |
DmcTypeValueTypeEnumSTATIC.cloneValue(ValueTypeEnum value) |
ValueTypeEnum |
DmcTypeValueTypeEnum.cloneValue(ValueTypeEnum val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeValueTypeEnumSTATIC.serializeValue(DmcOutputStreamIF dos,
ValueTypeEnum value) |
void |
DmcTypeValueTypeEnum.serializeValue(DmcOutputStreamIF dos,
ValueTypeEnum value)
Writes a ValueTypeEnum.
|
| Modifier and Type | Field and Description |
|---|---|
ValueTypeEnum |
TypeAndAttr.valueType |
| Modifier and Type | Method and Description |
|---|---|
static void |
GenUtility.appendAttributeInfo(BufferedWriter out,
String n,
int ID,
String t,
ValueTypeEnum vte,
String opt) |
static void |
GenUtility.appendAttributeInfo(StringBuffer out,
String n,
int ID,
String t,
ValueTypeEnum vte,
String opt) |
| Constructor and Description |
|---|
TypeAndAttr(TypeDefinition t,
ValueTypeEnum v,
Integer idxSize) |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeEnum |
ReferencedAttributeTypeRuleDataDMW.getAllowedValueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferencedAttributeTypeRuleDataDMW.setAllowedValueType(ValueTypeEnum value)
Sets allowedValueType to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
ValueTypeEnum |
ReferencedAttributeTypeRuleDataDMO.getAllowedValueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferencedAttributeTypeRuleDataDMO.setAllowedValueType(ValueTypeEnum value)
Sets allowedValueType to the specified value.
|
Copyright © 2023. All rights reserved.