| Package | Description |
|---|---|
| org.dmd.dms | |
| org.dmd.dms.generated.dmo | |
| org.dmd.dms.generated.dmw | |
| org.dmd.dms.generated.types | |
| org.dmd.dms.util |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDefinitionListenerIF.definitionAdded(DmsDefinitionDMO def) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionDefinitionDMO
This class is used to define the actions that may be triggered on\n an
object.
|
class |
AttributeDefinitionDMO
This class is used to define attributes to be used\n as part of a class
definition.
|
class |
ClassDefinitionDMO
This class provides the basic mechanism to define new classes for a
schema.
|
class |
ComplexTypeDefinitionDMO
The ComplexTypeDefinition provides a mechanism for defining the structure
of\n a complex type composed of other types.
|
class |
DependencyDMO
The Dependency class allows for the definition of a named dependency\n on
something; usually an interface.
|
class |
DependencyImplementationDMO
The DependencyImplementation allows you to fulfill a defined Dependency.\n
When a RunContext is specified, it will indicate a set of dependencies.
|
class |
DSDefinitionModuleDMO
The DSDefinitionModule is a definition that defines a collection of
definitions\n and provides a basis for the generation of various artifacts
that allow for parsing and\n management of that set of definitions.\n
|
class |
EnumDefinitionDMO
The EnumDefinition allows for the definition of real Java enums that
provide\n inherent mapping of the string and integer values of the enum
into actual enum values.
|
class |
ExtendedReferenceTypeDefinitionDMO
The ExtendedReferenceTypeDefinition provides a mechanism for extending \n
the automatically generated named object reference attribute types with
additional\n information.
|
class |
RuleCategoryDMO
The RuleCategory allows for the definition of categories of rules to be
applied\n to various objects and indicates the expected interface to be
implemented by a rule instance.\n A RuleDefinition may belong to multiple
categories.
|
class |
RuleDefinitionDMO
The RuleDefinition allows for the definition of rules that can\n be
applied to attributes or classes.
|
class |
RunContextDMO |
class |
SchemaDefinitionDMO
This class is used to define a schema as a discrete, nameable entity.
|
class |
SliceDefinitionDMO
The SliceDefinition class is used to define a named set of attributes\n
that are used to retrieve a slice of an object i.e.
|
class |
TypeDefinitionDMO
The
TypeDefinition is used to define the types of
attributes that can be used\n as the basis for attribute values. |
| Modifier and Type | Method and Description |
|---|---|
DmsDefinitionDMO |
DmsDefinitionDMO.getNew() |
DmsDefinitionDMO |
DmsDefinitionDMO.getSlice(DmcSliceInfo info) |
| Modifier and Type | Method and Description |
|---|---|
DmsDefinitionDMO |
DmsDefinitionDMW.getDMO() |
| Modifier and Type | Method and Description |
|---|---|
void |
DmsDefinitionREF.setObject(DmsDefinitionDMO o)
Sets our object.
|
| Constructor and Description |
|---|
DmsDefinitionREF(DmsDefinitionDMO dmo)
Wrapper constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DmsSchemaParser.definitionAdded(DmsDefinitionDMO def) |
Copyright © 2023. All rights reserved.