| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition |
DmconcinnitySchemaAG._definedInConcinnityModule |
static AttributeDefinition |
DmconcinnitySchemaAG._dependsOnConcinnityModule |
static AttributeDefinition |
DmconcinnitySchemaAG._is |
static AttributeDefinition |
DmconcinnitySchemaAG._isLike |
static AttributeDefinition |
DmconcinnitySchemaAG._isRelatedTo |
static AttributeDefinition |
DmconcinnitySchemaAG._parent |
static AttributeDefinition |
DmconcinnitySchemaAG._represents |
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition |
DmgSchemaAG._alias |
static AttributeDefinition |
DmgSchemaAG._configSuffix |
static AttributeDefinition |
DmgSchemaAG._genClass |
static AttributeDefinition |
DmgSchemaAG._genContext |
static AttributeDefinition |
DmgSchemaAG._genContextName |
static AttributeDefinition |
DmgSchemaAG._generator |
static AttributeDefinition |
DmgSchemaAG._genPackage |
static AttributeDefinition |
DmgSchemaAG._schemaToLoad |
static AttributeDefinition |
DmgSchemaAG._upperConstantName |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<AttributeDefinition> |
BaseDMWGenerator.allAttr |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDMWGenerator.getAttributesAndImports(ClassDefinition cd,
ArrayList<AttributeDefinition> allAttr,
ImportManager imports)
This method cycles through the class derivation hierarchy and the types required by all
attributes associated with this class to determine the appropriate set of import statements
required for the DMO.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GeneratorUtils.getAttributesAndImports(ClassDefinition cd,
String baseClass,
TreeMap<DefinitionName,AttributeDefinition> allAttr,
StringBuffer sb)
This method cycles through the class derivation hierarchy and the types required by all
attributes associated with this class to determine the appropriate set of import statements
required for the DMO.
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition |
DmrbaseSchemaAG._password |
static AttributeDefinition |
DmrbaseSchemaAG._userName |
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition |
DmrldapSchemaAG._ldapIdPrefix |
static AttributeDefinition |
DmrldapSchemaAG._reposName |
| Modifier and Type | Method and Description |
|---|---|
static AttributeDefinition |
LDAPClassAUX.getNamingAttribute(DmwWrapper corew) |
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPSchemaExtension.addAttribute(AttributeDefinition def) |
| Modifier and Type | Field and Description |
|---|---|
HashMap<DefinitionName,AttributeDefinition> |
SchemaManager.attrAbbrevs
This map contains all attribute abbreviations.
|
TreeMap<Integer,AttributeDefinition> |
SchemaManager.attrByID |
DmcDefinitionSet<AttributeDefinition> |
SchemaManager.attributeDefinitions |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
SchemaManager.adef(ClassDefinition cd,
String n)
This function will return the attribute definition associated with the given name.
|
AttributeDefinition |
SchemaManager.adef(DotName dn) |
AttributeDefinition |
SchemaManager.adef(String n)
This function will return the attribute definition associated with the
given name.
|
AttributeDefinition |
ClassDefinition.hasAttribute(DefinitionName attrName)
Returns the attribute definition is this class uses the specified attribute.
|
AttributeDefinition |
ClassDefinition.hasAttribute(String name) |
AttributeDefinition |
SchemaManager.isAttribute(Integer id)
Returns the attribute definition associated with the specified identifier.
|
AttributeDefinition |
SchemaManager.isAttribute(String name)
This function indicates if the specified string the name of an AttributeDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
TreeMap<DefinitionName,AttributeDefinition> |
ClassDefinition.getAllAttributesAtThisLevel() |
TreeMap<DefinitionName,AttributeDefinition> |
ClassDefinition.getAllMay() |
TreeMap<DefinitionName,AttributeDefinition> |
ClassDefinition.getAllMust() |
TreeMap<DefinitionName,AttributeDefinition> |
ClassDefinition.getFullAttrMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaExtensionIF.addAttribute(AttributeDefinition def)
This method will be called when an attribute is added to the schema manager.
|
String |
TypeDefinition.getContainerType(AttributeDefinition ad) |
String |
TypeDefinition.getTypeImport(AttributeDefinition ad)
Determines the import statement for the type derivative of the specified attribute definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaManager.resolveNameTypes(Iterator<AttributeDefinition> adl) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AttributeFormatter.dumpDetails(BufferedWriter out,
AttributeDefinition ad) |
static String |
AttributeFormatter.getValueType(AttributeDefinition ad) |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
DSDefinitionModuleDMW.getDefinedInModuleAttribute()
The name of the attribute that will be set on all definitions associated
with a DSD\n to indicate the module from which a definition was loaded.
|
AttributeDefinition |
TypeDefinitionDMW.getFilterAttributeDef()
The filterAttributeDef is a reference to the attribute that is locked\n to
a TypeDefinition that is flagged as filterType.
|
AttributeDefinition |
ClassDefinitionDMW.getIsNamedBy()
Indicates the attribute by which an object of some class is named.\n When
this attribute is supplied in a ClassDefinition, the generated DMO class
will\n indicate that it implements the DmcNamedObjectIF and its
getObjectName() method\n will return the value of the isNamedBy attribute.
|
AttributeDefinition |
DSDefinitionModuleDMW.getModuleDependenceAttribute()
The name of the attribute in a DSDefinitionModule that\n indicates a
dependence on another module of the same type.
|
AttributeDefinition |
TypeDefinitionDMW.getNameAttributeDef()
The nameAttributeDef is a reference to the attribute that is locked\n to a
TypeDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
SchemaDefinitionDMW.addAttributeDefList(AttributeDefinition value)
Adds another attributeDefList value.
|
DmcAttribute<?> |
RuleDefinitionDMW.addMay(AttributeDefinition value)
Adds another may value.
|
DmcAttribute<?> |
DSDefinitionModuleDMW.addMay(AttributeDefinition value)
Adds another may value.
|
DmcAttribute<?> |
ClassDefinitionDMW.addMay(AttributeDefinition value)
Adds another may value.
|
DmcAttribute<?> |
ActionDefinitionDMW.addMayParm(AttributeDefinition value)
Adds another mayParm value.
|
DmcAttribute<?> |
ActionDefinitionDMW.addMayReturn(AttributeDefinition value)
Adds another mayReturn value.
|
DmcAttribute<?> |
RuleDefinitionDMW.addMust(AttributeDefinition value)
Adds another must value.
|
DmcAttribute<?> |
DSDefinitionModuleDMW.addMust(AttributeDefinition value)
Adds another must value.
|
DmcAttribute<?> |
ClassDefinitionDMW.addMust(AttributeDefinition value)
Adds another must value.
|
DmcAttribute<?> |
ActionDefinitionDMW.addMustParm(AttributeDefinition value)
Adds another mustParm value.
|
DmcAttribute<?> |
ActionDefinitionDMW.addMustReturn(AttributeDefinition value)
Adds another mustReturn value.
|
DmcAttribute<?> |
SliceDefinitionDMW.addSelectAttribute(AttributeDefinition value)
Adds another selectAttribute value.
|
void |
DSDefinitionModuleDMW.setDefinedInModuleAttribute(AttributeDefinition value)
Sets definedInModuleAttribute to the specified value.
|
void |
TypeDefinitionDMW.setFilterAttributeDef(AttributeDefinition value)
Sets filterAttributeDef to the specified value.
|
void |
ClassDefinitionDMW.setIsNamedBy(AttributeDefinition value)
Sets isNamedBy to the specified value.
|
void |
DSDefinitionModuleDMW.setModuleDependenceAttribute(AttributeDefinition value)
Sets moduleDependenceAttribute to the specified value.
|
void |
TypeDefinitionDMW.setNameAttributeDef(AttributeDefinition value)
Sets nameAttributeDef to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GenUtility.appendAttributeInfo(BufferedWriter out,
AttributeDefinition ad) |
static void |
GenUtility.formatMAPPED(AttributeDefinition ad,
StringBuffer sb) |
static void |
GenUtility.formatMV(AttributeDefinition ad,
StringBuffer sb) |
static void |
GenUtility.formatMVObjectAccess(AttributeDefinition ad,
StringBuffer sb)
This is a specialized function used to format ActionTriggerInfo derivatives.
|
static void |
GenUtility.formatSV(AttributeDefinition ad,
StringBuffer sb) |
static void |
GenUtility.formatSVObjectAccess(AttributeDefinition ad,
StringBuffer sb)
This is a specialized function used to format ActionTriggerInfo derivatives.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
GenUtility.getImports(ActionDefinition ad,
ArrayList<AttributeDefinition> allAttr,
BooleanVar anySVAttributes,
BooleanVar anyMVAttributes) |
static String |
GenUtility.getImports(ClassDefinition cd,
Iterator<AttributeDefinition> may,
Iterator<AttributeDefinition> must,
ArrayList<AttributeDefinition> allAttr,
BooleanVar anySVAttributes,
BooleanVar anyMVAttributes) |
static String |
GenUtility.getImports(ClassDefinition cd,
Iterator<AttributeDefinition> may,
Iterator<AttributeDefinition> must,
ArrayList<AttributeDefinition> allAttr,
BooleanVar anySVAttributes,
BooleanVar anyMVAttributes) |
static String |
GenUtility.getImports(ClassDefinition cd,
Iterator<AttributeDefinition> may,
Iterator<AttributeDefinition> must,
ArrayList<AttributeDefinition> allAttr,
BooleanVar anySVAttributes,
BooleanVar anyMVAttributes) |
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition |
DsdASchemaAG._definedInModuleA |
static AttributeDefinition |
DsdASchemaAG._dependsOnModuleA |
static AttributeDefinition |
DsdASchemaAG._referenceToAB |
static AttributeDefinition |
DsdASchemaAG._typeAndAttr |
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition |
DsdBSchemaAG._definedInModuleB |
static AttributeDefinition |
DsdBSchemaAG._dependsOnModuleB |
static AttributeDefinition |
DsdBSchemaAG._reference |
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition |
DsdCSchemaAG._definedInModuleC |
static AttributeDefinition |
DsdCSchemaAG._dependsOnModuleC |
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition |
DmuSchemaAG._definedInDmuModule |
static AttributeDefinition |
DmuSchemaAG._dependsOnDmuModule |
static AttributeDefinition |
DmuSchemaAG._jsonPayload |
static AttributeDefinition |
DmuSchemaAG._pathAndKeys |
static AttributeDefinition |
DmuSchemaAG._useSortInfo |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
ValueLengthRuleDataDMW.getApplyToAttribute() |
AttributeDefinition |
StringSetRuleDataDMW.getApplyToAttribute() |
AttributeDefinition |
RestrictReferencesRuleDataDMW.getApplyToAttribute() |
AttributeDefinition |
ReferencedAttributeTypeRuleDataDMW.getApplyToAttribute() |
AttributeDefinition |
PatternMatchRuleDataDMW.getApplyToAttribute() |
AttributeDefinition |
NumericRangeRuleDataDMW.getApplyToAttribute() |
AttributeDefinition |
CardinalityRuleDataDMW.getApplyToAttribute() |
AttributeDefinition |
CheckAttributesBasedOnValueRuleDataDMW.getBasedOnAttribute() |
AttributeDefinition |
RelatedNumbersRuleDataDMW.getLhs() |
AttributeDefinition |
RelatedNumbersRuleDataDMW.getRhs() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AttributeDefinition> |
CheckAttributesBasedOnValueRuleDataDMW.getExcludeThisAttributeCopy() |
ArrayList<AttributeDefinition> |
CheckAttributesBasedOnValueRuleDataDMW.getIncludeThisAttributeCopy() |
ArrayList<AttributeDefinition> |
OnlyOneOfTheseAttributesAllowedRuleDataDMW.getOnePossibilityCopy() |
ArrayList<AttributeDefinition> |
OneOfTheseAttributesRequiredRuleDataDMW.getOnePossibilityCopy() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
CheckAttributesBasedOnValueRuleDataDMW.addExcludeThisAttribute(AttributeDefinition value)
Adds another excludeThisAttribute value.
|
DmcAttribute<?> |
CheckAttributesBasedOnValueRuleDataDMW.addIncludeThisAttribute(AttributeDefinition value)
Adds another includeThisAttribute value.
|
DmcAttribute<?> |
OnlyOneOfTheseAttributesAllowedRuleDataDMW.addOnePossibility(AttributeDefinition value)
Adds another onePossibility value.
|
DmcAttribute<?> |
OneOfTheseAttributesRequiredRuleDataDMW.addOnePossibility(AttributeDefinition value)
Adds another onePossibility value.
|
void |
CheckAttributesBasedOnValueRuleDataDMW.delExcludeThisAttribute(AttributeDefinition value)
Deletes a excludeThisAttribute value.
|
void |
CheckAttributesBasedOnValueRuleDataDMW.delIncludeThisAttribute(AttributeDefinition value)
Deletes a includeThisAttribute value.
|
void |
OnlyOneOfTheseAttributesAllowedRuleDataDMW.delOnePossibility(AttributeDefinition value)
Deletes a onePossibility value.
|
void |
OneOfTheseAttributesRequiredRuleDataDMW.delOnePossibility(AttributeDefinition value)
Deletes a onePossibility value.
|
void |
ValueLengthRuleDataDMW.setApplyToAttribute(AttributeDefinition value)
Sets the applyToAttribute to the specified value.
|
void |
StringSetRuleDataDMW.setApplyToAttribute(AttributeDefinition value)
Sets the applyToAttribute to the specified value.
|
void |
RestrictReferencesRuleDataDMW.setApplyToAttribute(AttributeDefinition value)
Sets the applyToAttribute to the specified value.
|
void |
ReferencedAttributeTypeRuleDataDMW.setApplyToAttribute(AttributeDefinition value)
Sets the applyToAttribute to the specified value.
|
void |
PatternMatchRuleDataDMW.setApplyToAttribute(AttributeDefinition value)
Sets the applyToAttribute to the specified value.
|
void |
NumericRangeRuleDataDMW.setApplyToAttribute(AttributeDefinition value)
Sets the applyToAttribute to the specified value.
|
void |
CardinalityRuleDataDMW.setApplyToAttribute(AttributeDefinition value)
Sets the applyToAttribute to the specified value.
|
void |
CheckAttributesBasedOnValueRuleDataDMW.setBasedOnAttribute(AttributeDefinition value)
Sets the basedOnAttribute to the specified value.
|
void |
RelatedNumbersRuleDataDMW.setLhs(AttributeDefinition value)
Sets the lhs to the specified value.
|
void |
RelatedNumbersRuleDataDMW.setRhs(AttributeDefinition value)
Sets the rhs to the specified value.
|
Copyright © 2023. All rights reserved.