| Modifier and Type | Field and Description |
|---|---|
static TypeDefinition |
DmgSchemaAG._Generator |
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPSchemaExtension.addType(TypeDefinition def) |
| Modifier and Type | Field and Description |
|---|---|
HashMap<DefinitionName,TypeDefinition> |
SchemaManager.internalTypeDefs |
HashMap<DefinitionName,TypeDefinition> |
SchemaManager.typeDefs
This map contains all type definitions keyed on their respective name attributes.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
SchemaManager.findInternalType(DefinitionName name)
Finds the internally generated type definition with the specified name.
|
TypeDefinition |
ExtendedReferenceTypeDefinition.getInternalType() |
TypeDefinition |
SchemaManager.isType(String name)
This function indicates if the specified string the name of a TypeDefinition.
|
TypeDefinition |
SchemaManager.tdef(String n)
This function will return the type definition associated with the
given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaExtensionIF.addType(TypeDefinition def)
This method will be called when a type is added to the schema manager.
|
void |
ExtendedReferenceTypeDefinition.setInternalType(TypeDefinition internalType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeFormatter.dumpDetails(BufferedWriter out,
TypeDefinition td) |
static String |
TypeFormatter.getTypeName(TypeDefinition td) |
static String |
ExtendedReferenceTypeFormatter.getTypeName(TypeDefinition td) |
static String |
ComplexTypeFormatter.getTypeName(TypeDefinition td) |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
ClassDefinitionDMW.getInternalTypeRef()
Indicates the internal type that's generated for all ClassDefinitions.
|
TypeDefinition |
AttributeDefinitionDMW.getType()
Indicates the type of an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
SchemaDefinitionDMW.addInternalTypeDefList(TypeDefinition value)
Adds another internalTypeDefList value.
|
DmcAttribute<?> |
SchemaDefinitionDMW.addTypeDefList(TypeDefinition value)
Adds another typeDefList value.
|
void |
ClassDefinitionDMW.setInternalTypeRef(TypeDefinition value)
Sets internalTypeRef to the specified value.
|
void |
AttributeDefinitionDMW.setType(TypeDefinition value)
Sets type to the specified value.
|
| Modifier and Type | Field and Description |
|---|---|
TypeDefinition |
TypeAndAttr.td |
| Constructor and Description |
|---|
TypeAndAttr(TypeDefinition t,
ValueTypeEnum v,
Integer idxSize) |
| Modifier and Type | Field and Description |
|---|---|
static TypeDefinition |
DmtSchemaAG._DmtStringName |
static TypeDefinition |
DmtSchemaAG._SomeRelation |
| Modifier and Type | Field and Description |
|---|---|
static TypeDefinition |
DmuSchemaAG._PathAndKey |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TypeDefinition> |
ReferencedAttributeTypeRuleDataDMW.getAllowedTypeCopy() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
ReferencedAttributeTypeRuleDataDMW.addAllowedType(TypeDefinition value)
Adds another allowedType value.
|
void |
ReferencedAttributeTypeRuleDataDMW.delAllowedType(TypeDefinition value)
Deletes a allowedType value.
|
Copyright © 2023. All rights reserved.