| Package | Description |
|---|---|
| org.dmd.dmc.types |
This package contains basic attribute type implementations.
|
| org.dmd.dms | |
| org.dmd.dms.generated.dmo | |
| org.dmd.dms.generated.dmw | |
| org.dmd.dms.generated.types | |
| org.dmd.dmv.server.generated.dmw | |
| org.dmd.dmv.shared.generated.dmo | |
| org.dmd.dmv.shared.generated.types |
| Modifier and Type | Method and Description |
|---|---|
RuleName |
DmcTypeRuleName.cloneValue(RuleName original) |
RuleName |
DmcTypeRuleName.deserializeValue(DmcInputStreamIF dis)
Read a RuleName.
|
RuleName |
DmcTypeRuleName.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
RuleName |
DmcTypeRuleName.cloneValue(RuleName original) |
void |
DmcTypeRuleName.serializeValue(DmcOutputStreamIF dos,
RuleName value)
Write a RuleName.
|
| Constructor and Description |
|---|
RuleName(RuleName n) |
| Modifier and Type | Field and Description |
|---|---|
TreeMap<RuleName,RuleData> |
SchemaManager.ruleData |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<RuleName,RuleIF> |
SchemaDefinition.getResolvedRules()
Called when we're formatting the compact schema rule data.
|
TreeMap<RuleName,RuleIF> |
SchemaDefinition.getRuleInstances(SchemaManager sm)
Get the rule instances
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDefinition.setResolvedRules(TreeMap<RuleName,RuleIF> rr)
Called when resolveReferences is performed on a schema manager being used by the
DmsSchemaParser.
|
| Modifier and Type | Method and Description |
|---|---|
RuleName |
RuleDataDMO.getObjectName() |
RuleName |
RuleDataDMO.getRuleName()
The ruleName attribute is used to store a single camelCase format name for
a rule.\n The name starts with a single letter and can be followed by a
mix of letters and numbers.
|
| Modifier and Type | Method and Description |
|---|---|
RuleName |
RuleDataDMW.getObjectName() |
RuleName |
RuleDataDMW.getRuleName()
The ruleName attribute is used to store a single camelCase format name for
a rule.\n The name starts with a single letter and can be followed by a
mix of letters and numbers.
|
| Constructor and Description |
|---|
RuleNameIterableDMW(Iterator<RuleName> it) |
| Modifier and Type | Field and Description |
|---|---|
protected RuleName |
DmcTypeRuleNameSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<RuleName> |
DmcTypeRuleNameSET.value |
protected ArrayList<RuleName> |
DmcTypeRuleNameMV.value |
| Modifier and Type | Method and Description |
|---|---|
RuleName |
DmcTypeRuleNameSET.add(Object v) |
RuleName |
DmcTypeRuleNameMV.add(Object v) |
RuleName |
DmcTypeRuleNameSTATIC.cloneValue(RuleName value) |
RuleName |
DmcTypeRuleNameSET.del(Object v) |
RuleName |
DmcTypeRuleNameMV.del(Object v) |
RuleName |
DmcTypeRuleNameSTATIC.deserializeValue(DmcInputStreamIF dis) |
RuleName |
DmcTypeRuleNameMV.getMVnth(int index) |
RuleName |
DmcTypeRuleNameSV.getSV() |
RuleName |
DmcTypeRuleNameSV.getSVCopy() |
RuleName |
DmcTypeRuleNameSV.set(Object v) |
RuleName |
DmcTypeRuleNameMV.setMVnth(int index,
Object v) |
RuleName |
DmcTypeRuleNameSTATIC.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<RuleName> |
DmcTypeRuleNameSV.cloneIt() |
DmcAttribute<RuleName> |
DmcTypeRuleNameSET.cloneIt() |
DmcAttribute<RuleName> |
DmcTypeRuleNameMV.cloneIt() |
Iterator<RuleName> |
DmcTypeRuleNameSET.getMV() |
Iterator<RuleName> |
DmcTypeRuleNameMV.getMV() |
Set<RuleName> |
DmcTypeRuleNameSET.getMVCopy() |
ArrayList<RuleName> |
DmcTypeRuleNameMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
RuleName |
DmcTypeRuleNameSTATIC.cloneValue(RuleName value) |
void |
DmcTypeRuleNameSTATIC.serializeValue(DmcOutputStreamIF dos,
RuleName value) |
| Modifier and Type | Method and Description |
|---|---|
RuleName |
ValueLengthRuleDataDMW.getObjectName() |
RuleName |
UCOAllowedAttributesRuleDataDMW.getObjectName() |
RuleName |
StringSetRuleDataDMW.getObjectName() |
RuleName |
RestrictReferencesRuleDataDMW.getObjectName() |
RuleName |
RelatedNumbersRuleDataDMW.getObjectName() |
RuleName |
ReferencedAttributeTypeRuleDataDMW.getObjectName() |
RuleName |
PatternMatchRuleDataDMW.getObjectName() |
RuleName |
PartCheckerRuleDataDMW.getObjectName() |
RuleName |
OnlyOneOfTheseAttributesAllowedRuleDataDMW.getObjectName() |
RuleName |
OneOfTheseAttributesRequiredRuleDataDMW.getObjectName() |
RuleName |
NumericRangeRuleDataDMW.getObjectName() |
RuleName |
NamedObjectRuleDataDMW.getObjectName() |
RuleName |
InitRuleDataDMW.getObjectName() |
RuleName |
CheckAttributesBasedOnValueRuleDataDMW.getObjectName() |
RuleName |
CardinalityRuleDataDMW.getObjectName() |
RuleName |
AllowedAttributesRuleDataDMW.getObjectName() |
RuleName |
ValueLengthRuleDataDMW.getRuleName() |
RuleName |
UCOAllowedAttributesRuleDataDMW.getRuleName() |
RuleName |
StringSetRuleDataDMW.getRuleName() |
RuleName |
RestrictReferencesRuleDataDMW.getRuleName() |
RuleName |
RelatedNumbersRuleDataDMW.getRuleName() |
RuleName |
ReferencedAttributeTypeRuleDataDMW.getRuleName() |
RuleName |
PatternMatchRuleDataDMW.getRuleName() |
RuleName |
PartCheckerRuleDataDMW.getRuleName() |
RuleName |
OnlyOneOfTheseAttributesAllowedRuleDataDMW.getRuleName() |
RuleName |
OneOfTheseAttributesRequiredRuleDataDMW.getRuleName() |
RuleName |
NumericRangeRuleDataDMW.getRuleName() |
RuleName |
NamedObjectRuleDataDMW.getRuleName() |
RuleName |
InitRuleDataDMW.getRuleName() |
RuleName |
CheckAttributesBasedOnValueRuleDataDMW.getRuleName() |
RuleName |
CardinalityRuleDataDMW.getRuleName() |
RuleName |
AllowedAttributesRuleDataDMW.getRuleName() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueLengthRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
UCOAllowedAttributesRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
StringSetRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
RestrictReferencesRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
RelatedNumbersRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
ReferencedAttributeTypeRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
PatternMatchRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
PartCheckerRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
OnlyOneOfTheseAttributesAllowedRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
OneOfTheseAttributesRequiredRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
NumericRangeRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
NamedObjectRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
InitRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
CheckAttributesBasedOnValueRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
CardinalityRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
AllowedAttributesRuleDataDMW.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
RuleName |
ValueLengthRuleDataDMO.getObjectName() |
RuleName |
UCOAllowedAttributesRuleDataDMO.getObjectName() |
RuleName |
StringSetRuleDataDMO.getObjectName() |
RuleName |
RestrictReferencesRuleDataDMO.getObjectName() |
RuleName |
RelatedNumbersRuleDataDMO.getObjectName() |
RuleName |
ReferencedAttributeTypeRuleDataDMO.getObjectName() |
RuleName |
PatternMatchRuleDataDMO.getObjectName() |
RuleName |
PartCheckerRuleDataDMO.getObjectName() |
RuleName |
OnlyOneOfTheseAttributesAllowedRuleDataDMO.getObjectName() |
RuleName |
OneOfTheseAttributesRequiredRuleDataDMO.getObjectName() |
RuleName |
NumericRangeRuleDataDMO.getObjectName() |
RuleName |
NamedObjectRuleDataDMO.getObjectName() |
RuleName |
InitRuleDataDMO.getObjectName() |
RuleName |
CheckAttributesBasedOnValueRuleDataDMO.getObjectName() |
RuleName |
CardinalityRuleDataDMO.getObjectName() |
RuleName |
AllowedAttributesRuleDataDMO.getObjectName() |
RuleName |
ValueLengthRuleDataDMO.getRuleName() |
RuleName |
UCOAllowedAttributesRuleDataDMO.getRuleName() |
RuleName |
StringSetRuleDataDMO.getRuleName() |
RuleName |
RestrictReferencesRuleDataDMO.getRuleName() |
RuleName |
RelatedNumbersRuleDataDMO.getRuleName() |
RuleName |
ReferencedAttributeTypeRuleDataDMO.getRuleName() |
RuleName |
PatternMatchRuleDataDMO.getRuleName() |
RuleName |
PartCheckerRuleDataDMO.getRuleName() |
RuleName |
OnlyOneOfTheseAttributesAllowedRuleDataDMO.getRuleName() |
RuleName |
OneOfTheseAttributesRequiredRuleDataDMO.getRuleName() |
RuleName |
NumericRangeRuleDataDMO.getRuleName() |
RuleName |
NamedObjectRuleDataDMO.getRuleName() |
RuleName |
InitRuleDataDMO.getRuleName() |
RuleName |
CheckAttributesBasedOnValueRuleDataDMO.getRuleName() |
RuleName |
CardinalityRuleDataDMO.getRuleName() |
RuleName |
AllowedAttributesRuleDataDMO.getRuleName() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueLengthRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
UCOAllowedAttributesRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
StringSetRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
RestrictReferencesRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
RelatedNumbersRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
ReferencedAttributeTypeRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
PatternMatchRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
PartCheckerRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
OnlyOneOfTheseAttributesAllowedRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
OneOfTheseAttributesRequiredRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
NumericRangeRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
NamedObjectRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
InitRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
CheckAttributesBasedOnValueRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
CardinalityRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
void |
AllowedAttributesRuleDataDMO.setRuleName(RuleName value)
Sets ruleName to the specified value.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<RuleName,ValueLengthRuleDataREF> |
DmcTypeValueLengthRuleDataREFMAP.value |
protected Map<RuleName,UCOAllowedAttributesRuleDataREF> |
DmcTypeUCOAllowedAttributesRuleDataREFMAP.value |
protected Map<RuleName,StringSetRuleDataREF> |
DmcTypeStringSetRuleDataREFMAP.value |
protected Map<RuleName,RestrictReferencesRuleDataREF> |
DmcTypeRestrictReferencesRuleDataREFMAP.value |
protected Map<RuleName,RelatedNumbersRuleDataREF> |
DmcTypeRelatedNumbersRuleDataREFMAP.value |
protected Map<RuleName,ReferencedAttributeTypeRuleDataREF> |
DmcTypeReferencedAttributeTypeRuleDataREFMAP.value |
protected Map<RuleName,PatternMatchRuleDataREF> |
DmcTypePatternMatchRuleDataREFMAP.value |
protected Map<RuleName,PartCheckerRuleDataREF> |
DmcTypePartCheckerRuleDataREFMAP.value |
protected Map<RuleName,OnlyOneOfTheseAttributesAllowedRuleDataREF> |
DmcTypeOnlyOneOfTheseAttributesAllowedRuleDataREFMAP.value |
protected Map<RuleName,OneOfTheseAttributesRequiredRuleDataREF> |
DmcTypeOneOfTheseAttributesRequiredRuleDataREFMAP.value |
protected Map<RuleName,NumericRangeRuleDataREF> |
DmcTypeNumericRangeRuleDataREFMAP.value |
protected Map<RuleName,NamedObjectRuleDataREF> |
DmcTypeNamedObjectRuleDataREFMAP.value |
protected Map<RuleName,InitRuleDataREF> |
DmcTypeInitRuleDataREFMAP.value |
protected Map<RuleName,CheckAttributesBasedOnValueRuleDataREF> |
DmcTypeCheckAttributesBasedOnValueRuleDataREFMAP.value |
protected Map<RuleName,CardinalityRuleDataREF> |
DmcTypeCardinalityRuleDataREFMAP.value |
protected Map<RuleName,AllowedAttributesRuleDataREF> |
DmcTypeAllowedAttributesRuleDataREFMAP.value |
| Modifier and Type | Method and Description |
|---|---|
RuleName |
DmcTypeValueLengthRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeUCOAllowedAttributesRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeStringSetRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeRestrictReferencesRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeRelatedNumbersRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeReferencedAttributeTypeRuleDataREFMAP.firstKey() |
RuleName |
DmcTypePatternMatchRuleDataREFMAP.firstKey() |
RuleName |
DmcTypePartCheckerRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeOnlyOneOfTheseAttributesAllowedRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeOneOfTheseAttributesRequiredRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeNumericRangeRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeNamedObjectRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeInitRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeCheckAttributesBasedOnValueRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeCardinalityRuleDataREFMAP.firstKey() |
RuleName |
DmcTypeAllowedAttributesRuleDataREFMAP.firstKey() |
RuleName |
ValueLengthRuleDataREF.getName() |
RuleName |
UCOAllowedAttributesRuleDataREF.getName() |
RuleName |
StringSetRuleDataREF.getName() |
RuleName |
RestrictReferencesRuleDataREF.getName() |
RuleName |
RelatedNumbersRuleDataREF.getName() |
RuleName |
ReferencedAttributeTypeRuleDataREF.getName() |
RuleName |
PatternMatchRuleDataREF.getName() |
RuleName |
PartCheckerRuleDataREF.getName() |
RuleName |
OnlyOneOfTheseAttributesAllowedRuleDataREF.getName() |
RuleName |
OneOfTheseAttributesRequiredRuleDataREF.getName() |
RuleName |
NumericRangeRuleDataREF.getName() |
RuleName |
NamedObjectRuleDataREF.getName() |
RuleName |
InitRuleDataREF.getName() |
RuleName |
CheckAttributesBasedOnValueRuleDataREF.getName() |
RuleName |
CardinalityRuleDataREF.getName() |
RuleName |
AllowedAttributesRuleDataREF.getName() |
protected RuleName |
DmcTypeValueLengthRuleDataREF.getNewName() |
protected RuleName |
DmcTypeUCOAllowedAttributesRuleDataREF.getNewName() |
protected RuleName |
DmcTypeStringSetRuleDataREF.getNewName() |
protected RuleName |
DmcTypeRestrictReferencesRuleDataREF.getNewName() |
protected RuleName |
DmcTypeRelatedNumbersRuleDataREF.getNewName() |
protected RuleName |
DmcTypeReferencedAttributeTypeRuleDataREF.getNewName() |
protected RuleName |
DmcTypePatternMatchRuleDataREF.getNewName() |
protected RuleName |
DmcTypePartCheckerRuleDataREF.getNewName() |
protected RuleName |
DmcTypeOnlyOneOfTheseAttributesAllowedRuleDataREF.getNewName() |
protected RuleName |
DmcTypeOneOfTheseAttributesRequiredRuleDataREF.getNewName() |
protected RuleName |
DmcTypeNumericRangeRuleDataREF.getNewName() |
protected RuleName |
DmcTypeNamedObjectRuleDataREF.getNewName() |
protected RuleName |
DmcTypeInitRuleDataREF.getNewName() |
protected RuleName |
DmcTypeCheckAttributesBasedOnValueRuleDataREF.getNewName() |
protected RuleName |
DmcTypeCardinalityRuleDataREF.getNewName() |
protected RuleName |
DmcTypeAllowedAttributesRuleDataREF.getNewName() |
| Modifier and Type | Method and Description |
|---|---|
Map<RuleName,ValueLengthRuleDataREF> |
DmcTypeValueLengthRuleDataREFMAP.getMVCopy() |
Map<RuleName,UCOAllowedAttributesRuleDataREF> |
DmcTypeUCOAllowedAttributesRuleDataREFMAP.getMVCopy() |
Map<RuleName,StringSetRuleDataREF> |
DmcTypeStringSetRuleDataREFMAP.getMVCopy() |
Map<RuleName,RestrictReferencesRuleDataREF> |
DmcTypeRestrictReferencesRuleDataREFMAP.getMVCopy() |
Map<RuleName,RelatedNumbersRuleDataREF> |
DmcTypeRelatedNumbersRuleDataREFMAP.getMVCopy() |
Map<RuleName,ReferencedAttributeTypeRuleDataREF> |
DmcTypeReferencedAttributeTypeRuleDataREFMAP.getMVCopy() |
Map<RuleName,PatternMatchRuleDataREF> |
DmcTypePatternMatchRuleDataREFMAP.getMVCopy() |
Map<RuleName,PartCheckerRuleDataREF> |
DmcTypePartCheckerRuleDataREFMAP.getMVCopy() |
Map<RuleName,OnlyOneOfTheseAttributesAllowedRuleDataREF> |
DmcTypeOnlyOneOfTheseAttributesAllowedRuleDataREFMAP.getMVCopy() |
Map<RuleName,OneOfTheseAttributesRequiredRuleDataREF> |
DmcTypeOneOfTheseAttributesRequiredRuleDataREFMAP.getMVCopy() |
Map<RuleName,NumericRangeRuleDataREF> |
DmcTypeNumericRangeRuleDataREFMAP.getMVCopy() |
Map<RuleName,NamedObjectRuleDataREF> |
DmcTypeNamedObjectRuleDataREFMAP.getMVCopy() |
Map<RuleName,InitRuleDataREF> |
DmcTypeInitRuleDataREFMAP.getMVCopy() |
Map<RuleName,CheckAttributesBasedOnValueRuleDataREF> |
DmcTypeCheckAttributesBasedOnValueRuleDataREFMAP.getMVCopy() |
Map<RuleName,CardinalityRuleDataREF> |
DmcTypeCardinalityRuleDataREFMAP.getMVCopy() |
Map<RuleName,AllowedAttributesRuleDataREF> |
DmcTypeAllowedAttributesRuleDataREFMAP.getMVCopy() |
Copyright © 2023. All rights reserved.