A B C D E F G H I J K L M N O P R S T U V W X Y Z

A

ABSTRACT_BUSINESS_CLASS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Abstract Business Class' class.
ABSTRACT_BUSINESS_CLASS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Abstract Business Class' class.
ABSTRACT_BUSINESS_CLASS__ASSOCIATIONS_FROM - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Associations From' reference list.
ABSTRACT_BUSINESS_CLASS__ASSOCIATIONS_FROM - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Associations From' reference list feature.
ABSTRACT_BUSINESS_CLASS__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
ABSTRACT_BUSINESS_CLASS__MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Model' container reference.
ABSTRACT_BUSINESS_CLASS__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
ABSTRACT_BUSINESS_CLASS__PROPERTIES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Properties' containment reference list.
ABSTRACT_BUSINESS_CLASS_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Abstract Business Class' class.
ABSTRACT_BUSINESS_RULE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Abstract Business Rule' class.
ABSTRACT_BUSINESS_RULE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Abstract Business Rule' class.
ABSTRACT_BUSINESS_RULE__BUSINESS_CLASS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Business Class' container reference.
ABSTRACT_BUSINESS_RULE__BUSINESS_CLASS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Business Class' container reference feature.
ABSTRACT_BUSINESS_RULE__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
ABSTRACT_BUSINESS_RULE__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
ABSTRACT_BUSINESS_RULE_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Abstract Business Rule' class.
ABSTRACT_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Abstract Type' class.
ABSTRACT_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Abstract Type' class.
ABSTRACT_TYPE__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
ABSTRACT_TYPE__MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Model' container reference.
ABSTRACT_TYPE__MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Model' container reference feature.
ABSTRACT_TYPE__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
ABSTRACT_TYPE__PROPERTIES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Properties' containment reference list.
ABSTRACT_TYPE__PROPERTIES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Properties' containment reference list feature.
ABSTRACT_TYPE_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Abstract Type' class.
AbstractBusinessClass - Interface in BusinessDomainDsl
A representation of the model object 'Abstract Business Class'.
AbstractBusinessClassImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Abstract Business Class'.
AbstractBusinessClassImpl() - Constructor for class BusinessDomainDsl.impl.AbstractBusinessClassImpl
 
AbstractBusinessRule - Interface in BusinessDomainDsl
A representation of the model object 'Abstract Business Rule'.
AbstractBusinessRuleImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Abstract Business Rule'.
AbstractBusinessRuleImpl() - Constructor for class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
AbstractDomainObject - Class in org.mod4j.runtime.domain
The first reason to introduce this class is to provide a generic AbstractDomainObject.validate() method for all domain objects.
AbstractDomainObject() - Constructor for class org.mod4j.runtime.domain.AbstractDomainObject
 
AbstractDto - Class in org.mod4j.runtime.dto
Abstract base class for all Data Transfer Objects (DTO's), containing features that all DTO's have, like id and version properties.
AbstractDto() - Constructor for class org.mod4j.runtime.dto.AbstractDto
The default no-argument constructor.
AbstractDto(Long, Integer) - Constructor for class org.mod4j.runtime.dto.AbstractDto
Constructor for use by the DTO Translator.
AbstractType - Interface in BusinessDomainDsl
A representation of the model object 'Abstract Type'.
AbstractTypeImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Abstract Type'.
AbstractTypeImpl() - Constructor for class BusinessDomainDsl.impl.AbstractTypeImpl
 
accuracy - Variable in class BusinessDomainDsl.impl.DateTimePropertyImpl
The cached value of the 'Accuracy' attribute.
ACCURACY_EDEFAULT - Static variable in class BusinessDomainDsl.impl.DateTimePropertyImpl
The default value of the 'Accuracy' attribute.
addBrackets(String) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
Add brackets ( '(' and ')' ) around source when it contains any white space characters.
addModelInfo(String, ModelInfo) - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
Add 'modelinfo' to the location named 'location' in the current environment
addModelInfo(ModelInfo) - Method in class org.mod4j.crossx.broker.CrossxLocation
Add modelinfo to this location, remove previous modelinfo is this exists from the same resource
addProjectTrack(ProjectTrack) - Method in class org.mod4j.common.generator.admin.Mod4jTracker
Add the project track to the list of managed projects.
ADDTO_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
The 'ADDTO' literal value.
addValidator(Validator) - Method in class org.mod4j.runtime.domain.AbstractDomainObject
Add the given validator to the collection of validators that will be executed on this object when the AbstractDomainObject.validate() method is called.
addValidator(Validator) - Method in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
Add the given validator to the collection of validators that will be executed on this object when the BusinessRuleValidationSupport.validate() method is called.
Association - Interface in BusinessDomainDsl
A representation of the model object 'Association'.
ASSOCIATION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Association' class.
ASSOCIATION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Association' class.
ASSOCIATION__BIDIRECTIONAL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Bidirectional' attribute.
ASSOCIATION__BIDIRECTIONAL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Bidirectional' attribute feature.
ASSOCIATION__COMPOSITE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Composite' attribute.
ASSOCIATION__COMPOSITE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Composite' attribute feature.
ASSOCIATION__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
ASSOCIATION__MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Model' container reference.
ASSOCIATION__MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Model' container reference feature.
ASSOCIATION__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
ASSOCIATION__ORDERED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Ordered' attribute.
ASSOCIATION__ORDERED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Ordered' attribute feature.
ASSOCIATION__SOURCE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Source' reference.
ASSOCIATION__SOURCE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Source' reference feature.
ASSOCIATION__SOURCE_MULTIPLICITY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Source Multiplicity' attribute.
ASSOCIATION__SOURCE_MULTIPLICITY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Source Multiplicity' attribute feature.
ASSOCIATION__SOURCE_ROLE_NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Source Role Name' attribute.
ASSOCIATION__SOURCE_ROLE_NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Source Role Name' attribute feature.
ASSOCIATION__TARGET - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Target' reference.
ASSOCIATION__TARGET - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Target' reference feature.
ASSOCIATION__TARGET_MULTIPLICITY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Target Multiplicity' attribute.
ASSOCIATION__TARGET_MULTIPLICITY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Target Multiplicity' attribute feature.
ASSOCIATION__TARGET_ROLE_NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Target Role Name' attribute.
ASSOCIATION__TARGET_ROLE_NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Target Role Name' attribute feature.
ASSOCIATION_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Association' class.
ASSOCIATION_METHOD - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Association Method' class.
ASSOCIATION_METHOD - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Association Method' class.
ASSOCIATION_METHOD__DESCRIPTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Description' attribute.
ASSOCIATION_METHOD__MAIN - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Main' reference.
ASSOCIATION_METHOD__MAIN - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Main' reference feature.
ASSOCIATION_METHOD__MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Model' container reference.
ASSOCIATION_METHOD__NAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Name' attribute.
ASSOCIATION_METHOD__PART - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Part' reference.
ASSOCIATION_METHOD__PART - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Part' reference feature.
ASSOCIATION_METHOD__ROLENAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Rolename' attribute.
ASSOCIATION_METHOD__ROLENAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Rolename' attribute feature.
ASSOCIATION_METHOD__TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Type' attribute.
ASSOCIATION_METHOD_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The number of structural features of the 'Association Method' class.
AssociationImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Association'.
AssociationImpl() - Constructor for class BusinessDomainDsl.impl.AssociationImpl
 
AssociationMethod - Interface in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the model object 'Association Method'.
AssociationMethodImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model object 'Association Method'.
AssociationMethodImpl() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
associationReferences - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
The cached value of the 'Association References' containment reference list.
associations - Variable in class BusinessDomainDsl.impl.BusinessDomainModelImpl
The cached value of the 'Associations' containment reference list.
associationsFrom - Variable in class BusinessDomainDsl.impl.AbstractBusinessClassImpl
The cached value of the 'Associations From' reference list.
associationsTo - Variable in class BusinessDomainDsl.impl.BusinessClassImpl
The cached value of the 'Associations To' reference list.

B

base - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
The cached value of the 'Base' reference.
base - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
The cached value of the 'Base' reference.
basicGetBase() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
basicGetBase() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
basicGetDto() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
basicGetDto() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.SpecialMethodImpl
 
basicGetDtoType() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
basicGetDtoType() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
basicGetMain() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
basicGetPart() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
basicGetSource() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
basicGetSuperclass() - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
basicGetTarget() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
basicGetType() - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
basicGetType() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
basicGetType() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
basicSetBusinessClass(BusinessClass, NotificationChain) - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
basicSetBusinessClassDto(BusinessClassDto, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
basicSetCustomDto(CustomDto, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
basicSetDatacontractModel(DataContractModel, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
basicSetDatacontractModel(DataContractModel, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
basicSetDatacontractModel(DataContractModel, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
basicSetDto(BusinessClassDto, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
basicSetDto(BusinessClassDto, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
basicSetEnumeration(Enumeration, NotificationChain) - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
basicSetMethod(CustomMethod, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
basicSetModel(BusinessDomainModel, NotificationChain) - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
basicSetModel(BusinessDomainModel, NotificationChain) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
basicSetModel(BusinessDomainModel, NotificationChain) - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
basicSetModel(ServiceModel, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
basicSetModel(ServiceModel, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
basicSetModel(ServiceModel, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
basicSetOutParameter(Parameter, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
basicSetOwner(ModelInfo, NotificationChain) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
basicSetOwningType(AbstractType, NotificationChain) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
basicSetParent(Symbol, NotificationChain) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
basicSetSource(BusinessClass, NotificationChain) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
basicSetTarget(AbstractBusinessClass, NotificationChain) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
bidirectional - Variable in class BusinessDomainDsl.impl.AssociationImpl
The cached value of the 'Bidirectional' attribute.
BIDIRECTIONAL_EDEFAULT - Static variable in class BusinessDomainDsl.impl.AssociationImpl
The default value of the 'Bidirectional' attribute.
BLOB_BINARY_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Blob Binary Property' class.
BLOB_BINARY_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Blob Binary Property' class.
BLOB_BINARY_PROPERTY__DATA_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Data Type' attribute.
BLOB_BINARY_PROPERTY__DERIVED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Derived' attribute.
BLOB_BINARY_PROPERTY__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
BLOB_BINARY_PROPERTY__HAS_DEFAULT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Has Default' attribute.
BLOB_BINARY_PROPERTY__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
BLOB_BINARY_PROPERTY__NULLABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Nullable' attribute.
BLOB_BINARY_PROPERTY__OWNING_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Owning Type' container reference.
BLOB_BINARY_PROPERTY__PERSISTENCY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Persistency' attribute.
BLOB_BINARY_PROPERTY__WRITABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Writable' attribute.
BLOB_BINARY_PROPERTY_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Blob Binary Property' class.
BLOB_TEXT_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Blob Text Property' class.
BLOB_TEXT_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Blob Text Property' class.
BLOB_TEXT_PROPERTY__DATA_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Data Type' attribute.
BLOB_TEXT_PROPERTY__DERIVED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Derived' attribute.
BLOB_TEXT_PROPERTY__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
BLOB_TEXT_PROPERTY__HAS_DEFAULT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Has Default' attribute.
BLOB_TEXT_PROPERTY__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
BLOB_TEXT_PROPERTY__NULLABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Nullable' attribute.
BLOB_TEXT_PROPERTY__OWNING_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Owning Type' container reference.
BLOB_TEXT_PROPERTY__PERSISTENCY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Persistency' attribute.
BLOB_TEXT_PROPERTY__WRITABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Writable' attribute.
BLOB_TEXT_PROPERTY_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Blob Text Property' class.
BlobBinaryProperty - Interface in BusinessDomainDsl
A representation of the model object 'Blob Binary Property'.
BlobBinaryPropertyImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Blob Binary Property'.
BlobBinaryPropertyImpl() - Constructor for class BusinessDomainDsl.impl.BlobBinaryPropertyImpl
 
BlobTextProperty - Interface in BusinessDomainDsl
A representation of the model object 'Blob Text Property'.
BlobTextPropertyImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Blob Text Property'.
BlobTextPropertyImpl() - Constructor for class BusinessDomainDsl.impl.BlobTextPropertyImpl
 
BOOL_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Bool Property' class.
BOOL_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Bool Property' class.
BOOL_PROPERTY__DATA_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Data Type' attribute.
BOOL_PROPERTY__DEFAULT_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Default Value' attribute.
BOOL_PROPERTY__DEFAULT_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
BOOL_PROPERTY__DERIVED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Derived' attribute.
BOOL_PROPERTY__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
BOOL_PROPERTY__HAS_DEFAULT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Has Default' attribute.
BOOL_PROPERTY__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
BOOL_PROPERTY__NULLABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Nullable' attribute.
BOOL_PROPERTY__OWNING_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Owning Type' container reference.
BOOL_PROPERTY__PERSISTENCY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Persistency' attribute.
BOOL_PROPERTY__WRITABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Writable' attribute.
BOOL_PROPERTY_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Bool Property' class.
BoolProperty - Interface in BusinessDomainDsl
A representation of the model object 'Bool Property'.
BoolPropertyImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Bool Property'.
BoolPropertyImpl() - Constructor for class BusinessDomainDsl.impl.BoolPropertyImpl
 
BUSINESS_CLASS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Business Class' class.
BUSINESS_CLASS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Business Class' class.
BUSINESS_CLASS__ASSOCIATIONS_FROM - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Associations From' reference list.
BUSINESS_CLASS__ASSOCIATIONS_TO - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Associations To' reference list.
BUSINESS_CLASS__ASSOCIATIONS_TO - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Associations To' reference list feature.
BUSINESS_CLASS__BUSINESS_RULES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Business Rules' containment reference list.
BUSINESS_CLASS__BUSINESS_RULES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Business Rules' containment reference list feature.
BUSINESS_CLASS__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
BUSINESS_CLASS__MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Model' container reference.
BUSINESS_CLASS__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
BUSINESS_CLASS__PROPERTIES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Properties' containment reference list.
BUSINESS_CLASS__SUPERCLASS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Superclass' reference.
BUSINESS_CLASS__SUPERCLASS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Superclass' reference feature.
BUSINESS_CLASS_ASSOCIATION_ROLE_REFERENCE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Business Class Association Role Reference' class.
BUSINESS_CLASS_ASSOCIATION_ROLE_REFERENCE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Business Class Association Role Reference' class.
BUSINESS_CLASS_ASSOCIATION_ROLE_REFERENCE__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
BUSINESS_CLASS_ASSOCIATION_ROLE_REFERENCE__DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Dto' container reference.
BUSINESS_CLASS_ASSOCIATION_ROLE_REFERENCE__DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto' container reference feature.
BUSINESS_CLASS_ASSOCIATION_ROLE_REFERENCE__DTO_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Dto Type' reference.
BUSINESS_CLASS_ASSOCIATION_ROLE_REFERENCE__DTO_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto Type' reference feature.
BUSINESS_CLASS_ASSOCIATION_ROLE_REFERENCE__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
BUSINESS_CLASS_ASSOCIATION_ROLE_REFERENCE_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Business Class Association Role Reference' class.
BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Business Class Dto' class.
BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Business Class Dto' class.
BUSINESS_CLASS_DTO__ASSOCIATION_REFERENCES - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Association References' containment reference list.
BUSINESS_CLASS_DTO__ASSOCIATION_REFERENCES - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Association References' containment reference list feature.
BUSINESS_CLASS_DTO__BASE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Base' reference.
BUSINESS_CLASS_DTO__BASE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Base' reference feature.
BUSINESS_CLASS_DTO__CREATABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Creatable' attribute.
BUSINESS_CLASS_DTO__CREATABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Creatable' attribute feature.
BUSINESS_CLASS_DTO__DATACONTRACT_MODEL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Datacontract Model' container reference.
BUSINESS_CLASS_DTO__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
BUSINESS_CLASS_DTO__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
BUSINESS_CLASS_DTO__PROPERTIES - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Properties' containment reference list.
BUSINESS_CLASS_DTO__PROPERTIES - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Properties' containment reference list feature.
BUSINESS_CLASS_DTO__PROPERTY_REFERENCES - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Property References' containment reference list.
BUSINESS_CLASS_DTO__PROPERTY_REFERENCES - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Property References' containment reference list feature.
BUSINESS_CLASS_DTO_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Business Class Dto' class.
BUSINESS_CLASS_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Business Class' class.
BUSINESS_CLASS_PROPERTY_REFERENCE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Business Class Property Reference' class.
BUSINESS_CLASS_PROPERTY_REFERENCE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Business Class Property Reference' class.
BUSINESS_CLASS_PROPERTY_REFERENCE__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
BUSINESS_CLASS_PROPERTY_REFERENCE__DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Dto' container reference.
BUSINESS_CLASS_PROPERTY_REFERENCE__DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto' container reference feature.
BUSINESS_CLASS_PROPERTY_REFERENCE__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
BUSINESS_CLASS_PROPERTY_REFERENCE_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Business Class Property Reference' class.
BUSINESS_CLASS_REFERENCE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Business Class Reference' class.
BUSINESS_CLASS_REFERENCE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Business Class Reference' class.
BUSINESS_CLASS_REFERENCE__ASSOCIATIONS_FROM - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Associations From' reference list.
BUSINESS_CLASS_REFERENCE__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
BUSINESS_CLASS_REFERENCE__MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Model' container reference.
BUSINESS_CLASS_REFERENCE__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
BUSINESS_CLASS_REFERENCE__PROPERTIES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Properties' containment reference list.
BUSINESS_CLASS_REFERENCE__REFERRED_MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Referred Model' attribute.
BUSINESS_CLASS_REFERENCE__REFERRED_MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Referred Model' attribute feature.
BUSINESS_CLASS_REFERENCE_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Business Class Reference' class.
BUSINESS_DOMAIN_MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Business Domain Model' class.
BUSINESS_DOMAIN_MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Business Domain Model' class.
BUSINESS_DOMAIN_MODEL__ASSOCIATIONS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Associations' containment reference list.
BUSINESS_DOMAIN_MODEL__ASSOCIATIONS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Associations' containment reference list feature.
BUSINESS_DOMAIN_MODEL__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
BUSINESS_DOMAIN_MODEL__ENUMERATIONS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Enumerations' containment reference list.
BUSINESS_DOMAIN_MODEL__ENUMERATIONS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Enumerations' containment reference list feature.
BUSINESS_DOMAIN_MODEL__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
BUSINESS_DOMAIN_MODEL__TYPES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Types' containment reference list.
BUSINESS_DOMAIN_MODEL__TYPES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Types' containment reference list feature.
BUSINESS_DOMAIN_MODEL_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Business Domain Model' class.
BUSINESS_RULE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Business Rule' class.
BUSINESS_RULE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Business Rule' class.
BUSINESS_RULE__BUSINESS_CLASS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Business Class' container reference.
BUSINESS_RULE__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
BUSINESS_RULE__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
BUSINESS_RULE_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Business Rule' class.
BusinessClass - Interface in BusinessDomainDsl
A representation of the model object 'Business Class'.
BusinessClassAssociationRoleReference - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Business Class Association Role Reference'.
BusinessClassAssociationRoleReferenceImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Business Class Association Role Reference'.
BusinessClassAssociationRoleReferenceImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
BusinessClassDto - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Business Class Dto'.
BusinessClassDtoImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Business Class Dto'.
BusinessClassDtoImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
BusinessClassHelpers - Class in org.mod4j.businessdomain.generator.helpers
 
BusinessClassHelpers() - Constructor for class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
BusinessClassImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Business Class'.
BusinessClassImpl() - Constructor for class BusinessDomainDsl.impl.BusinessClassImpl
 
BusinessClassPropertyReference - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Business Class Property Reference'.
BusinessClassPropertyReferenceImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Business Class Property Reference'.
BusinessClassPropertyReferenceImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
BusinessClassReference - Interface in BusinessDomainDsl
A representation of the model object 'Business Class Reference'.
BusinessClassReferenceImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Business Class Reference'.
BusinessClassReferenceImpl() - Constructor for class BusinessDomainDsl.impl.BusinessClassReferenceImpl
 
BusinessDomainDsl - package BusinessDomainDsl
 
BusinessDomainDsl.impl - package BusinessDomainDsl.impl
 
BusinessDomainDsl.util - package BusinessDomainDsl.util
 
BusinessDomainDsl.validation - package BusinessDomainDsl.validation
 
BusinessDomainDslAdapterFactory - Class in BusinessDomainDsl.util
The Adapter Factory for the model.
BusinessDomainDslAdapterFactory() - Constructor for class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates an instance of the adapter factory.
BusinessDomainDslFactory - Interface in BusinessDomainDsl
The Factory for the model.
BusinessDomainDslFactoryImpl - Class in BusinessDomainDsl.impl
An implementation of the model Factory.
BusinessDomainDslFactoryImpl() - Constructor for class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
Creates an instance of the factory.
BusinessDomainDslPackage - Interface in BusinessDomainDsl
The Package for the model.
BusinessDomainDslPackage.Literals - Interface in BusinessDomainDsl
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
BusinessDomainDslPackageImpl - Class in BusinessDomainDsl.impl
An implementation of the model Package.
BusinessDomainDslSwitch<T> - Class in BusinessDomainDsl.util
The Switch for the model's inheritance hierarchy.
BusinessDomainDslSwitch() - Constructor for class BusinessDomainDsl.util.BusinessDomainDslSwitch
Creates an instance of the switch.
BusinessDomainModel - Interface in BusinessDomainDsl
A representation of the model object 'Business Domain Model'.
BusinessDomainModelImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Business Domain Model'.
BusinessDomainModelImpl() - Constructor for class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
BusinessRule - Interface in BusinessDomainDsl
A representation of the model object 'Business Rule'.
BusinessRuleException - Exception in org.mod4j.runtime.exception
Thrown when a business rule is violated.
BusinessRuleException() - Constructor for exception org.mod4j.runtime.exception.BusinessRuleException
Constructs a new business rule exception with null as its detail message.
BusinessRuleException(String, Throwable) - Constructor for exception org.mod4j.runtime.exception.BusinessRuleException
Constructs a new business rule exception with the specified detail message and cause.
BusinessRuleException(String) - Constructor for exception org.mod4j.runtime.exception.BusinessRuleException
Constructs a new business rule exception with the specified detail message.
BusinessRuleException(Throwable) - Constructor for exception org.mod4j.runtime.exception.BusinessRuleException
Constructs a new business rule exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
BusinessRuleHelpers - Class in org.mod4j.businessdomain.generator.helpers
 
BusinessRuleHelpers() - Constructor for class org.mod4j.businessdomain.generator.helpers.BusinessRuleHelpers
 
BusinessRuleImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Business Rule'.
BusinessRuleImpl() - Constructor for class BusinessDomainDsl.impl.BusinessRuleImpl
 
businessRules - Variable in class BusinessDomainDsl.impl.BusinessClassImpl
The cached value of the 'Business Rules' containment reference list.
BUSINESSRULES_PACKAGE - Static variable in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
BusinessRuleUtils - Class in org.mod4j.runtime.validation
Deprecated.  
BusinessRuleUtils() - Constructor for class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
BusinessRuleValidationCallback - Interface in org.mod4j.runtime.validation
 
BusinessRuleValidationSupport - Class in org.mod4j.runtime.validation
 
BusinessRuleValidationSupport(Object) - Constructor for class org.mod4j.runtime.validation.BusinessRuleValidationSupport
 
BusinessRuleValidationTemplate - Class in org.mod4j.runtime.validation
Template class that simplifies business rule validation.
BusinessRuleValidationTemplate(Object) - Constructor for class org.mod4j.runtime.validation.BusinessRuleValidationTemplate
Creates a new BusinessRuleValidationTemplate instance.

C

caseAbstractBusinessClass(AbstractBusinessClass) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Abstract Business Class'.
caseAbstractBusinessRule(AbstractBusinessRule) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Abstract Business Rule'.
caseAbstractType(AbstractType) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Abstract Type'.
caseAssociation(Association) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Association'.
caseAssociationMethod(AssociationMethod) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Returns the result of interpreting the object as an instance of 'Association Method'.
caseBlobBinaryProperty(BlobBinaryProperty) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Blob Binary Property'.
caseBlobTextProperty(BlobTextProperty) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Blob Text Property'.
caseBoolProperty(BoolProperty) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Bool Property'.
caseBusinessClass(BusinessClass) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Business Class'.
caseBusinessClassAssociationRoleReference(BusinessClassAssociationRoleReference) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Business Class Association Role Reference'.
caseBusinessClassDto(BusinessClassDto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Business Class Dto'.
caseBusinessClassPropertyReference(BusinessClassPropertyReference) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Business Class Property Reference'.
caseBusinessClassReference(BusinessClassReference) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Business Class Reference'.
caseBusinessDomainModel(BusinessDomainModel) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Business Domain Model'.
caseBusinessRule(BusinessRule) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Business Rule'.
caseCrudService(CrudService) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Returns the result of interpreting the object as an instance of 'Crud Service'.
caseCustomDto(CustomDto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Custom Dto'.
caseCustomMethod(CustomMethod) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Returns the result of interpreting the object as an instance of 'Custom Method'.
caseDataContractModel(DataContractModel) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Data Contract Model'.
caseDateTimeProperty(DateTimeProperty) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Date Time Property'.
caseDecimalProperty(DecimalProperty) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Decimal Property'.
caseDto(Dto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Dto'.
caseDtoAssociationRoleProperty(DtoAssociationRoleProperty) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Dto Association Role Property'.
caseDtoBooleanProperty(DtoBooleanProperty) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Dto Boolean Property'.
caseDtoDataProperty(DtoDataProperty) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Dto Data Property'.
caseDtoDateTimeProperty(DtoDateTimeProperty) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Dto Date Time Property'.
caseDtoDecimalProperty(DtoDecimalProperty) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Dto Decimal Property'.
caseDtoEnumerationProperty(DtoEnumerationProperty) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Dto Enumeration Property'.
caseDtoIntegerProperty(DtoIntegerProperty) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Dto Integer Property'.
caseDtoProperty(DtoProperty) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Dto Property'.
caseDtoReference(DtoReference) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Returns the result of interpreting the object as an instance of 'Dto Reference'.
caseDtoStringProperty(DtoStringProperty) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Dto String Property'.
caseEnumeration(Enumeration) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Enumeration'.
caseEnumerationDto(EnumerationDto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Enumeration Dto'.
caseEnumerationDtoLiteral(EnumerationDtoLiteral) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Enumeration Dto Literal'.
caseEnumerationLiteral(EnumerationLiteral) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Enumeration Literal'.
caseEnumerationProperty(EnumerationProperty) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Enumeration Property'.
caseExternalReference(ExternalReference) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'External Reference'.
caseIntegerProperty(IntegerProperty) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Integer Property'.
caseLiteralSymbolProperty(LiteralSymbolProperty) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
Returns the result of interpreting the object as an instance of 'Literal Symbol Property'.
caseModelElement(ModelElement) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Model Element'.
caseModelElement(ModelElement) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'Model Element'.
caseModelElement(ModelElement) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Returns the result of interpreting the object as an instance of 'Model Element'.
caseModelInfo(ModelInfo) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
Returns the result of interpreting the object as an instance of 'Model Info'.
caseParameter(Parameter) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Returns the result of interpreting the object as an instance of 'Parameter'.
caseProperty(Property) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Property'.
caseReferenceSymbolProperty(ReferenceSymbolProperty) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
Returns the result of interpreting the object as an instance of 'Reference Symbol Property'.
caseServiceMethod(ServiceMethod) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Returns the result of interpreting the object as an instance of 'Service Method'.
caseServiceModel(ServiceModel) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Returns the result of interpreting the object as an instance of 'Service Model'.
caseSpecialMethod(SpecialMethod) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Returns the result of interpreting the object as an instance of 'Special Method'.
caseStringProperty(StringProperty) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'String Property'.
caseSymbol(Symbol) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
Returns the result of interpreting the object as an instance of 'Symbol'.
caseSymbolProperty(SymbolProperty) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
Returns the result of interpreting the object as an instance of 'Symbol Property'.
caseUniqueRule(UniqueRule) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'Unique Rule'.
changed - Variable in class org.mod4j.common.generator.admin.GeneratedFile
 
checkConfiguration(Issues) - Method in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 
circularInheritance(BusinessClass) - Static method in class BusinessDomainDsl.validation.ValidationUtils
 
classToTableName(String) - Method in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy
clean(String, String) - Method in class org.mod4j.dslcommon.openarchitectureware.OutletDirectoryCleaner
Clean ouput directories containing generated sources and resources.
clear() - Method in class org.mod4j.common.generator.admin.FileTrack
 
clear() - Method in class org.mod4j.common.generator.admin.Mod4jTracker
 
CodegenDirectoryVisitor - Class in org.mod4j.dslcommon.openarchitectureware
 
CodegenDirectoryVisitor(DslExtension, String, boolean) - Constructor for class org.mod4j.dslcommon.openarchitectureware.CodegenDirectoryVisitor
 
collection - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
The cached value of the 'Collection' attribute.
COLLECTION_EDEFAULT - Static variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
The default value of the 'Collection' attribute.
COLLECTION_TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Collection Type' enum.
COLLECTION_TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Collection Type' enum.
collectionTableName(String, String, String, String, String) - Method in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy
CollectionType - Enum in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the literals of the enumeration 'Collection Type', and utility methods for working with them.
columnName(String) - Method in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy
composite - Variable in class BusinessDomainDsl.impl.AssociationImpl
The cached value of the 'Composite' attribute.
COMPOSITE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.AssociationImpl
The default value of the 'Composite' attribute.
ConcurrentUpdateException - Exception in org.mod4j.runtime.exception
Thrown when a service is called that modifies data that was updated concurrently by another agent after the current agent received the data being updated.
ConcurrentUpdateException() - Constructor for exception org.mod4j.runtime.exception.ConcurrentUpdateException
ConcurrentUpdateException(String, Throwable) - Constructor for exception org.mod4j.runtime.exception.ConcurrentUpdateException
ConcurrentUpdateException(String) - Constructor for exception org.mod4j.runtime.exception.ConcurrentUpdateException
ConcurrentUpdateException(Throwable) - Constructor for exception org.mod4j.runtime.exception.ConcurrentUpdateException
ConfigurationException - Exception in org.mod4j.runtime.exception
Exception thrown if a configuration error occures.
ConfigurationException() - Constructor for exception org.mod4j.runtime.exception.ConfigurationException
Constructs a new configuration exception with null as its detail message.
ConfigurationException(String, Throwable) - Constructor for exception org.mod4j.runtime.exception.ConfigurationException
Constructs a new configuration exception with the specified detail message and cause.
ConfigurationException(String) - Constructor for exception org.mod4j.runtime.exception.ConfigurationException
Constructs a new configuration exception with the specified detail message.
ConfigurationException(Throwable) - Constructor for exception org.mod4j.runtime.exception.ConfigurationException
Constructs a new configuration exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
convertCollectionTypeToString(EDataType, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
convertDateTimeAccuracyToString(EDataType, Object) - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
convertMethodTypeToString(EDataType, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
convertMultiplicityToString(EDataType, Object) - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
convertMultiplicityToString(EDataType, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
convertPersistencyModeToString(EDataType, Object) - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
convertToString(EDataType, Object) - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
creatable - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
The cached value of the 'Creatable' attribute.
CREATABLE_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
The default value of the 'Creatable' attribute.
create(EClass) - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
create(EClass) - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxFactoryImpl
 
create(EClass) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
create(EClass) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
CREATE_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
The 'CREATE' literal value.
createAbstractBusinessClass() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Abstract Business Class'.
createAbstractBusinessClass() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createAbstractBusinessClassAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Abstract Business Class'.
createAbstractBusinessRule() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Abstract Business Rule'.
createAbstractBusinessRule() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createAbstractBusinessRuleAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Abstract Business Rule'.
createAbstractTypeAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Abstract Type'.
createAdapter(Notifier) - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates an adapter for the target.
createAssociation() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Association'.
createAssociation() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createAssociationAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Association'.
createAssociationMethod() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createAssociationMethod() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
Returns a new object of class 'Association Method'.
createAssociationMethodAdapter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates a new adapter for an object of class 'Association Method'.
createBlobBinaryProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Blob Binary Property'.
createBlobBinaryProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createBlobBinaryPropertyAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Blob Binary Property'.
createBlobTextProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Blob Text Property'.
createBlobTextProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createBlobTextPropertyAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Blob Text Property'.
createBoolProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Bool Property'.
createBoolProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createBoolPropertyAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Bool Property'.
createBusinessClass() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Business Class'.
createBusinessClass() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createBusinessClassAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Business Class'.
createBusinessClassAssociationRoleReference() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Business Class Association Role Reference'.
createBusinessClassAssociationRoleReference() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createBusinessClassAssociationRoleReferenceAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Business Class Association Role Reference'.
createBusinessClassDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Business Class Dto'.
createBusinessClassDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createBusinessClassDtoAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Business Class Dto'.
createBusinessClassPropertyReference() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Business Class Property Reference'.
createBusinessClassPropertyReference() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createBusinessClassPropertyReferenceAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Business Class Property Reference'.
createBusinessClassReference() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Business Class Reference'.
createBusinessClassReference() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createBusinessClassReferenceAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Business Class Reference'.
createBusinessDomainModel() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Business Domain Model'.
createBusinessDomainModel() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createBusinessDomainModelAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Business Domain Model'.
createBusinessRule() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Business Rule'.
createBusinessRule() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createBusinessRuleAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Business Rule'.
createCollectionTypeFromString(EDataType, String) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createCrudService() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createCrudService() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
Returns a new object of class 'Crud Service'.
createCrudServiceAdapter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates a new adapter for an object of class 'Crud Service'.
createCustomDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Custom Dto'.
createCustomDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createCustomDtoAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Custom Dto'.
createCustomMethod() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createCustomMethod() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
Returns a new object of class 'Custom Method'.
createCustomMethodAdapter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates a new adapter for an object of class 'Custom Method'.
createDataContractModel() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Data Contract Model'.
createDataContractModel() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDataContractModelAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Data Contract Model'.
createDateTimeAccuracyFromString(EDataType, String) - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createDateTimeProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Date Time Property'.
createDateTimeProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createDateTimePropertyAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Date Time Property'.
createDecimalProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Decimal Property'.
createDecimalProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createDecimalPropertyAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Decimal Property'.
createDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Dto'.
createDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDtoAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Dto'.
createDtoAssociationRoleProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Dto Association Role Property'.
createDtoAssociationRoleProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDtoAssociationRolePropertyAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Dto Association Role Property'.
createDtoBooleanProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Dto Boolean Property'.
createDtoBooleanProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDtoBooleanPropertyAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Dto Boolean Property'.
createDtoDataProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Dto Data Property'.
createDtoDataProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDtoDataPropertyAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Dto Data Property'.
createDtoDateTimeProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Dto Date Time Property'.
createDtoDateTimeProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDtoDateTimePropertyAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Dto Date Time Property'.
createDtoDecimalProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Dto Decimal Property'.
createDtoDecimalProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDtoDecimalPropertyAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Dto Decimal Property'.
createDtoEnumerationProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Dto Enumeration Property'.
createDtoEnumerationProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDtoEnumerationPropertyAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Dto Enumeration Property'.
createDtoIntegerProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Dto Integer Property'.
createDtoIntegerProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDtoIntegerPropertyAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Dto Integer Property'.
createDtoProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Dto Property'.
createDtoProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDtoPropertyAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Dto Property'.
createDtoReference() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createDtoReference() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
Returns a new object of class 'Dto Reference'.
createDtoReferenceAdapter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates a new adapter for an object of class 'Dto Reference'.
createDtoStringProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Dto String Property'.
createDtoStringProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createDtoStringPropertyAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Dto String Property'.
createEnumeration() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Enumeration'.
createEnumeration() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createEnumerationAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Enumeration'.
createEnumerationDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Enumeration Dto'.
createEnumerationDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createEnumerationDtoAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Enumeration Dto'.
createEnumerationDtoLiteral() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Enumeration Dto Literal'.
createEnumerationDtoLiteral() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createEnumerationDtoLiteralAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Enumeration Dto Literal'.
createEnumerationLiteral() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Enumeration Literal'.
createEnumerationLiteral() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createEnumerationLiteralAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Enumeration Literal'.
createEnumerationProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Enumeration Property'.
createEnumerationProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createEnumerationPropertyAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Enumeration Property'.
createEObjectAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates a new adapter for the default case.
createExternalReference() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'External Reference'.
createExternalReference() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createExternalReferenceAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'External Reference'.
createFromString(EDataType, String) - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createFromString(EDataType, String) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createFromString(EDataType, String) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createIntegerProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Integer Property'.
createIntegerProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createIntegerPropertyAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Integer Property'.
createLiteralSymbolProperty() - Method in interface org.mod4j.crossx.mm.crossx.CrossxFactory
Returns a new object of class 'Literal Symbol Property'.
createLiteralSymbolProperty() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxFactoryImpl
 
createLiteralSymbolPropertyAdapter() - Method in class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
Creates a new adapter for an object of class 'Literal Symbol Property'.
createMethodTypeFromString(EDataType, String) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createModelElement() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Model Element'.
createModelElement() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createModelElement() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns a new object of class 'Model Element'.
createModelElement() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createModelElement() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createModelElement() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
Returns a new object of class 'Model Element'.
createModelElementAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Model Element'.
createModelElementAdapter() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates a new adapter for an object of class 'Model Element'.
createModelElementAdapter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates a new adapter for an object of class 'Model Element'.
createModelInfo() - Method in interface org.mod4j.crossx.mm.crossx.CrossxFactory
Returns a new object of class 'Model Info'.
createModelInfo() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxFactoryImpl
 
createModelInfoAdapter() - Method in class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
Creates a new adapter for an object of class 'Model Info'.
createMultiplicityFromString(EDataType, String) - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createMultiplicityFromString(EDataType, String) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
createPackageContents() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
Creates the meta-model objects for the package.
createParameter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createParameter() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
Returns a new object of class 'Parameter'.
createParameterAdapter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates a new adapter for an object of class 'Parameter'.
createPersistencyModeFromString(EDataType, String) - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Property'.
createProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createPropertyAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Property'.
createReferenceSymbolProperty() - Method in interface org.mod4j.crossx.mm.crossx.CrossxFactory
Returns a new object of class 'Reference Symbol Property'.
createReferenceSymbolProperty() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxFactoryImpl
 
createReferenceSymbolPropertyAdapter() - Method in class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
Creates a new adapter for an object of class 'Reference Symbol Property'.
createServiceMethod() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createServiceMethod() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
Returns a new object of class 'Service Method'.
createServiceMethodAdapter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates a new adapter for an object of class 'Service Method'.
createServiceModel() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createServiceModel() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
Returns a new object of class 'Service Model'.
createServiceModelAdapter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates a new adapter for an object of class 'Service Model'.
createSpecialMethod() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
createSpecialMethod() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
Returns a new object of class 'Special Method'.
createSpecialMethodAdapter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates a new adapter for an object of class 'Special Method'.
createStringProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'String Property'.
createStringProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createStringPropertyAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'String Property'.
createSymbol() - Method in interface org.mod4j.crossx.mm.crossx.CrossxFactory
Returns a new object of class 'Symbol'.
createSymbol() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxFactoryImpl
 
createSymbolAdapter() - Method in class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
Creates a new adapter for an object of class 'Symbol'.
createSymbolProperty() - Method in interface org.mod4j.crossx.mm.crossx.CrossxFactory
Returns a new object of class 'Symbol Property'.
createSymbolProperty() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxFactoryImpl
 
createSymbolPropertyAdapter() - Method in class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
Creates a new adapter for an object of class 'Symbol Property'.
createUniqueRule() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns a new object of class 'Unique Rule'.
createUniqueRule() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
createUniqueRuleAdapter() - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Creates a new adapter for an object of class 'Unique Rule'.
CrossxAdapterFactory - Class in org.mod4j.crossx.mm.crossx.util
The Adapter Factory for the model.
CrossxAdapterFactory() - Constructor for class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
Creates an instance of the adapter factory.
CrossxBroker - Class in org.mod4j.crossx.broker
This class contains all operations that are needed in the oAW xTend, xPand and Checks files.
CrossxDirectoryVisitor - Class in org.mod4j.dslcommon.openarchitectureware
 
CrossxDirectoryVisitor(DslExtension, String, boolean) - Constructor for class org.mod4j.dslcommon.openarchitectureware.CrossxDirectoryVisitor
 
crossxDslModel(String, DslExtension) - Method in class org.mod4j.mojo.Mod4jGeneratorMojo
Method for processing DslExtensions within a project.
CrossxEnvironment - Class in org.mod4j.crossx.broker
This class is a singleton with static members only.
CrossxFactory - Interface in org.mod4j.crossx.mm.crossx
The Factory for the model.
CrossxFactoryImpl - Class in org.mod4j.crossx.mm.crossx.impl
An implementation of the model Factory.
CrossxFactoryImpl() - Constructor for class org.mod4j.crossx.mm.crossx.impl.CrossxFactoryImpl
Creates an instance of the factory.
CrossxLocation - Class in org.mod4j.crossx.broker
This class is a singleton with static members only.
CrossxLocation(String) - Constructor for class org.mod4j.crossx.broker.CrossxLocation
Create a new CrossxLocation for location named 'theName'
crossxModel - Variable in class org.mod4j.dslcommon.openarchitectureware.RunCrossxWorkflow
 
CrossxPackage - Interface in org.mod4j.crossx.mm.crossx
The Package for the model.
CrossxPackage.Literals - Interface in org.mod4j.crossx.mm.crossx
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
CrossxPackageImpl - Class in org.mod4j.crossx.mm.crossx.impl
An implementation of the model Package.
CrossxSwitch<T> - Class in org.mod4j.crossx.mm.crossx.util
The Switch for the model's inheritance hierarchy.
CrossxSwitch() - Constructor for class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
Creates an instance of the switch.
CrossxWorkflowComponent - Class in org.mod4j.dslcommon.openarchitectureware
 
CrossxWorkflowComponent() - Constructor for class org.mod4j.dslcommon.openarchitectureware.CrossxWorkflowComponent
 
CRUD_SERVICE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Crud Service' class.
CRUD_SERVICE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Crud Service' class.
CRUD_SERVICE__DESCRIPTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Description' attribute.
CRUD_SERVICE__DTO - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Dto' reference.
CRUD_SERVICE__DTO - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Dto' reference feature.
CRUD_SERVICE__MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Model' container reference.
CRUD_SERVICE__MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Model' container reference feature.
CRUD_SERVICE__NAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Name' attribute.
CRUD_SERVICE_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The number of structural features of the 'Crud Service' class.
CrudService - Interface in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the model object 'Crud Service'.
CrudServiceImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model object 'Crud Service'.
CrudServiceImpl() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
crudServices - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
The cached value of the 'Crud Services' containment reference list.
CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Custom Dto' class.
CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Custom Dto' class.
CUSTOM_DTO__DATACONTRACT_MODEL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Datacontract Model' container reference.
CUSTOM_DTO__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
CUSTOM_DTO__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
CUSTOM_DTO__PROPERTIES - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Properties' containment reference list.
CUSTOM_DTO__PROPERTIES - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Properties' containment reference list feature.
CUSTOM_DTO_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Custom Dto' class.
CUSTOM_METHOD - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Custom Method' class.
CUSTOM_METHOD - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Custom Method' class.
CUSTOM_METHOD__DESCRIPTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Description' attribute.
CUSTOM_METHOD__IN_PARAMETERS - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'In Parameters' containment reference list.
CUSTOM_METHOD__IN_PARAMETERS - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'In Parameters' containment reference list feature.
CUSTOM_METHOD__MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Model' container reference.
CUSTOM_METHOD__NAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Name' attribute.
CUSTOM_METHOD__OUT_PARAMETER - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Out Parameter' containment reference.
CUSTOM_METHOD__OUT_PARAMETER - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Out Parameter' containment reference feature.
CUSTOM_METHOD__TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Type' attribute.
CUSTOM_METHOD_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The number of structural features of the 'Custom Method' class.
CUSTOM_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
The 'CUSTOM' literal value.
CustomDto - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Custom Dto'.
CustomDtoImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Custom Dto'.
CustomDtoImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.CustomDtoImpl
 
CustomMethod - Interface in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the model object 'Custom Method'.
CustomMethodImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model object 'Custom Method'.
CustomMethodImpl() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 

D

DAO_IMPL_PACKAGE - Static variable in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
DAO_PACKAGE - Static variable in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
DATA_CONTRACT_MODEL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Data Contract Model' class.
DATA_CONTRACT_MODEL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Data Contract Model' class.
DATA_CONTRACT_MODEL__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DATA_CONTRACT_MODEL__DTOS - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Dtos' containment reference list.
DATA_CONTRACT_MODEL__DTOS - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dtos' containment reference list feature.
DATA_CONTRACT_MODEL__ENUMERATIONS - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Enumerations' containment reference list.
DATA_CONTRACT_MODEL__ENUMERATIONS - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Enumerations' containment reference list feature.
DATA_CONTRACT_MODEL__EXTERNAL_REFERENCES - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'External References' containment reference list.
DATA_CONTRACT_MODEL__EXTERNAL_REFERENCES - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'External References' containment reference list feature.
DATA_CONTRACT_MODEL__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DATA_CONTRACT_MODEL_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Data Contract Model' class.
DATA_TYPE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.PropertyImpl
The default value of the 'Data Type' attribute.
DATA_TYPE_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
The default value of the 'Data Type' attribute.
DataContractDslAdapterFactory - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.util
The Adapter Factory for the model.
DataContractDslAdapterFactory() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Creates an instance of the adapter factory.
DataContractDslFactory - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
The Factory for the model.
DataContractDslFactoryImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model Factory.
DataContractDslFactoryImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
Creates an instance of the factory.
DataContractDslPackage - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
The Package for the model.
DataContractDslPackage.Literals - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
DataContractDslPackageImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model Package.
DataContractDslSwitch<T> - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.util
The Switch for the model's inheritance hierarchy.
DataContractDslSwitch() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Creates an instance of the switch.
DataContractModel - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Data Contract Model'.
DataContractModelImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Data Contract Model'.
DataContractModelImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
dataType - Variable in class BusinessDomainDsl.impl.PropertyImpl
The cached value of the 'Data Type' attribute.
dataType - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
The cached value of the 'Data Type' attribute.
DATE_TIME_ACCURACY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Date Time Accuracy' enum.
DATE_TIME_ACCURACY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Date Time Accuracy' enum.
DATE_TIME_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Date Time Property' class.
DATE_TIME_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Date Time Property' class.
DATE_TIME_PROPERTY__ACCURACY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Accuracy' attribute.
DATE_TIME_PROPERTY__ACCURACY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Accuracy' attribute feature.
DATE_TIME_PROPERTY__DATA_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Data Type' attribute.
DATE_TIME_PROPERTY__DEFAULT_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Default Value' attribute.
DATE_TIME_PROPERTY__DEFAULT_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
DATE_TIME_PROPERTY__DERIVED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Derived' attribute.
DATE_TIME_PROPERTY__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
DATE_TIME_PROPERTY__HAS_DEFAULT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Has Default' attribute.
DATE_TIME_PROPERTY__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
DATE_TIME_PROPERTY__NULLABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Nullable' attribute.
DATE_TIME_PROPERTY__OWNING_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Owning Type' container reference.
DATE_TIME_PROPERTY__PERSISTENCY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Persistency' attribute.
DATE_TIME_PROPERTY__WRITABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Writable' attribute.
DATE_TIME_PROPERTY_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Date Time Property' class.
DateTimeAccuracy - Enum in BusinessDomainDsl
A representation of the literals of the enumeration 'Date Time Accuracy', and utility methods for working with them.
DateTimeProperty - Interface in BusinessDomainDsl
A representation of the model object 'Date Time Property'.
DateTimePropertyImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Date Time Property'.
DateTimePropertyImpl() - Constructor for class BusinessDomainDsl.impl.DateTimePropertyImpl
 
DAY_VALUE - Static variable in enum BusinessDomainDsl.DateTimeAccuracy
The 'Day' literal value.
DECIMAL_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Decimal Property' class.
DECIMAL_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Decimal Property' class.
DECIMAL_PROPERTY__DATA_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Data Type' attribute.
DECIMAL_PROPERTY__DEFAULT_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Default Value' attribute.
DECIMAL_PROPERTY__DEFAULT_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
DECIMAL_PROPERTY__DERIVED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Derived' attribute.
DECIMAL_PROPERTY__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
DECIMAL_PROPERTY__HAS_DEFAULT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Has Default' attribute.
DECIMAL_PROPERTY__MAX_INCLUSIVE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Max Inclusive' attribute.
DECIMAL_PROPERTY__MAX_INCLUSIVE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Max Inclusive' attribute feature.
DECIMAL_PROPERTY__MAX_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Max Value' attribute.
DECIMAL_PROPERTY__MAX_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Max Value' attribute feature.
DECIMAL_PROPERTY__MIN_INCLUSIVE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Min Inclusive' attribute.
DECIMAL_PROPERTY__MIN_INCLUSIVE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Min Inclusive' attribute feature.
DECIMAL_PROPERTY__MIN_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Min Value' attribute.
DECIMAL_PROPERTY__MIN_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Min Value' attribute feature.
DECIMAL_PROPERTY__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
DECIMAL_PROPERTY__NULLABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Nullable' attribute.
DECIMAL_PROPERTY__OWNING_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Owning Type' container reference.
DECIMAL_PROPERTY__PERSISTENCY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Persistency' attribute.
DECIMAL_PROPERTY__WRITABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Writable' attribute.
DECIMAL_PROPERTY_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Decimal Property' class.
DecimalProperty - Interface in BusinessDomainDsl
A representation of the model object 'Decimal Property'.
DecimalPropertyImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Decimal Property'.
DecimalPropertyImpl() - Constructor for class BusinessDomainDsl.impl.DecimalPropertyImpl
 
DEFAULT_VALUE_AS_STRING_EDEFAULT - Static variable in class BusinessDomainDsl.impl.EnumerationPropertyImpl
The default value of the 'Default Value As String' attribute.
DEFAULT_VALUE_AS_STRING_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
The default value of the 'Default Value As String' attribute.
DEFAULT_VALUE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.BoolPropertyImpl
The default value of the 'Default Value' attribute.
DEFAULT_VALUE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.DateTimePropertyImpl
The default value of the 'Default Value' attribute.
DEFAULT_VALUE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.DecimalPropertyImpl
The default value of the 'Default Value' attribute.
DEFAULT_VALUE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.IntegerPropertyImpl
The default value of the 'Default Value' attribute.
DEFAULT_VALUE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.StringPropertyImpl
The default value of the 'Default Value' attribute.
DEFAULT_VALUE_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
The default value of the 'Default Value' attribute.
DEFAULT_VALUE_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
The default value of the 'Default Value' attribute.
DEFAULT_VALUE_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
The default value of the 'Default Value' attribute.
DEFAULT_VALUE_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
The default value of the 'Default Value' attribute.
DEFAULT_VALUE_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
The default value of the 'Default Value' attribute.
defaultCase(EObject) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultValue - Variable in class BusinessDomainDsl.impl.BoolPropertyImpl
The cached value of the 'Default Value' attribute.
defaultValue - Variable in class BusinessDomainDsl.impl.DateTimePropertyImpl
The cached value of the 'Default Value' attribute.
defaultValue - Variable in class BusinessDomainDsl.impl.DecimalPropertyImpl
The cached value of the 'Default Value' attribute.
defaultValue - Variable in class BusinessDomainDsl.impl.IntegerPropertyImpl
The cached value of the 'Default Value' attribute.
defaultValue - Variable in class BusinessDomainDsl.impl.StringPropertyImpl
The cached value of the 'Default Value' attribute.
defaultValue - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
The cached value of the 'Default Value' attribute.
defaultValue - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
The cached value of the 'Default Value' attribute.
defaultValue - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
The cached value of the 'Default Value' attribute.
defaultValue - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
The cached value of the 'Default Value' attribute.
defaultValue - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
The cached value of the 'Default Value' attribute.
defaultValueAsString - Variable in class BusinessDomainDsl.impl.EnumerationPropertyImpl
The cached value of the 'Default Value As String' attribute.
defaultValueAsString - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
The cached value of the 'Default Value As String' attribute.
DELETE_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
The 'DELETE' literal value.
derived - Variable in class BusinessDomainDsl.impl.PropertyImpl
The cached value of the 'Derived' attribute.
DERIVED_EDEFAULT - Static variable in class BusinessDomainDsl.impl.PropertyImpl
The default value of the 'Derived' attribute.
description - Variable in class BusinessDomainDsl.impl.ModelElementImpl
The cached value of the 'Description' attribute.
description - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
The cached value of the 'Description' attribute.
description - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
The cached value of the 'Description' attribute.
DESCRIPTION_EDEFAULT - Static variable in class BusinessDomainDsl.impl.ModelElementImpl
The default value of the 'Description' attribute.
DESCRIPTION_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
The default value of the 'Description' attribute.
DESCRIPTION_EDEFAULT - Static variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
The default value of the 'Description' attribute.
directories - Variable in class org.mod4j.dslcommon.openarchitectureware.OutletDirectoryCleaner
 
DirectoryVisitorImpl - Class in org.mod4j.dslcommon.io
 
DirectoryVisitorImpl() - Constructor for class org.mod4j.dslcommon.io.DirectoryVisitorImpl
 
DirectoryWalker - Class in org.mod4j.dslcommon.io
 
DirectoryWalker() - Constructor for class org.mod4j.dslcommon.io.DirectoryWalker
 
DirectoryWalkerTester - Class in org.mod4j.dslcommon.io
 
DirectoryWalkerTester() - Constructor for class org.mod4j.dslcommon.io.DirectoryWalkerTester
 
doSwitch(EObject) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class BusinessDomainDsl.util.BusinessDomainDslSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EObject) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EObject) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EObject) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doValidate(Object, Errors) - Method in interface org.mod4j.runtime.validation.BusinessRuleValidationCallback
 
DslExtension - Class in org.mod4j.dslcommon.openarchitectureware
Keeps all information regarding extension points from other plugins
DslExtension(String, String, String, String, String, String, String) - Constructor for class org.mod4j.dslcommon.openarchitectureware.DslExtension
 
dslname - Variable in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
The cached value of the 'Dslname' attribute.
DSLNAME_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
The default value of the 'Dslname' attribute.
DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Dto' class.
DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto' class.
Dto - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Dto'.
dto - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
The cached value of the 'Dto' reference.
dto - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.SpecialMethodImpl
The cached value of the 'Dto' reference.
DTO__DATACONTRACT_MODEL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Datacontract Model' container reference.
DTO__DATACONTRACT_MODEL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Datacontract Model' container reference feature.
DTO__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DTO__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DTO_ASSOCIATION_ROLE_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Dto Association Role Property' class.
DTO_ASSOCIATION_ROLE_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto Association Role Property' class.
DTO_ASSOCIATION_ROLE_PROPERTY__BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Business Class Dto' container reference.
DTO_ASSOCIATION_ROLE_PROPERTY__CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Custom Dto' container reference.
DTO_ASSOCIATION_ROLE_PROPERTY__DATA_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Data Type' attribute.
DTO_ASSOCIATION_ROLE_PROPERTY__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DTO_ASSOCIATION_ROLE_PROPERTY__DTO_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Dto Type' reference.
DTO_ASSOCIATION_ROLE_PROPERTY__DTO_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto Type' reference feature.
DTO_ASSOCIATION_ROLE_PROPERTY__MANDATORY_FOR_CREATION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Mandatory For Creation' attribute.
DTO_ASSOCIATION_ROLE_PROPERTY__MULTIPLICITY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Multiplicity' attribute.
DTO_ASSOCIATION_ROLE_PROPERTY__MULTIPLICITY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Multiplicity' attribute feature.
DTO_ASSOCIATION_ROLE_PROPERTY__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DTO_ASSOCIATION_ROLE_PROPERTY__NULLABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Nullable' attribute.
DTO_ASSOCIATION_ROLE_PROPERTY__ORDERED - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Ordered' attribute.
DTO_ASSOCIATION_ROLE_PROPERTY__ORDERED - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Ordered' attribute feature.
DTO_ASSOCIATION_ROLE_PROPERTY__WRITABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Writable' attribute.
DTO_ASSOCIATION_ROLE_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Dto Association Role Property' class.
DTO_BOOLEAN_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Dto Boolean Property' class.
DTO_BOOLEAN_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto Boolean Property' class.
DTO_BOOLEAN_PROPERTY__BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Business Class Dto' container reference.
DTO_BOOLEAN_PROPERTY__CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Custom Dto' container reference.
DTO_BOOLEAN_PROPERTY__DATA_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Data Type' attribute.
DTO_BOOLEAN_PROPERTY__DEFAULT_VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Default Value' attribute.
DTO_BOOLEAN_PROPERTY__DEFAULT_VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
DTO_BOOLEAN_PROPERTY__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DTO_BOOLEAN_PROPERTY__HAS_DEFAULT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Has Default' attribute.
DTO_BOOLEAN_PROPERTY__MANDATORY_FOR_CREATION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Mandatory For Creation' attribute.
DTO_BOOLEAN_PROPERTY__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DTO_BOOLEAN_PROPERTY__NULLABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Nullable' attribute.
DTO_BOOLEAN_PROPERTY__WRITABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Writable' attribute.
DTO_BOOLEAN_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Dto Boolean Property' class.
DTO_DATA_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Dto Data Property' class.
DTO_DATA_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto Data Property' class.
DTO_DATA_PROPERTY__BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Business Class Dto' container reference.
DTO_DATA_PROPERTY__CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Custom Dto' container reference.
DTO_DATA_PROPERTY__DATA_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Data Type' attribute.
DTO_DATA_PROPERTY__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DTO_DATA_PROPERTY__HAS_DEFAULT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Has Default' attribute.
DTO_DATA_PROPERTY__HAS_DEFAULT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Has Default' attribute feature.
DTO_DATA_PROPERTY__MANDATORY_FOR_CREATION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Mandatory For Creation' attribute.
DTO_DATA_PROPERTY__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DTO_DATA_PROPERTY__NULLABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Nullable' attribute.
DTO_DATA_PROPERTY__WRITABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Writable' attribute.
DTO_DATA_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Dto Data Property' class.
DTO_DATE_TIME_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Dto Date Time Property' class.
DTO_DATE_TIME_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto Date Time Property' class.
DTO_DATE_TIME_PROPERTY__BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Business Class Dto' container reference.
DTO_DATE_TIME_PROPERTY__CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Custom Dto' container reference.
DTO_DATE_TIME_PROPERTY__DATA_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Data Type' attribute.
DTO_DATE_TIME_PROPERTY__DEFAULT_VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Default Value' attribute.
DTO_DATE_TIME_PROPERTY__DEFAULT_VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
DTO_DATE_TIME_PROPERTY__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DTO_DATE_TIME_PROPERTY__HAS_DEFAULT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Has Default' attribute.
DTO_DATE_TIME_PROPERTY__MANDATORY_FOR_CREATION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Mandatory For Creation' attribute.
DTO_DATE_TIME_PROPERTY__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DTO_DATE_TIME_PROPERTY__NULLABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Nullable' attribute.
DTO_DATE_TIME_PROPERTY__WRITABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Writable' attribute.
DTO_DATE_TIME_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Dto Date Time Property' class.
DTO_DECIMAL_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Dto Decimal Property' class.
DTO_DECIMAL_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto Decimal Property' class.
DTO_DECIMAL_PROPERTY__BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Business Class Dto' container reference.
DTO_DECIMAL_PROPERTY__CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Custom Dto' container reference.
DTO_DECIMAL_PROPERTY__DATA_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Data Type' attribute.
DTO_DECIMAL_PROPERTY__DEFAULT_VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Default Value' attribute.
DTO_DECIMAL_PROPERTY__DEFAULT_VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
DTO_DECIMAL_PROPERTY__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DTO_DECIMAL_PROPERTY__HAS_DEFAULT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Has Default' attribute.
DTO_DECIMAL_PROPERTY__MANDATORY_FOR_CREATION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Mandatory For Creation' attribute.
DTO_DECIMAL_PROPERTY__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DTO_DECIMAL_PROPERTY__NULLABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Nullable' attribute.
DTO_DECIMAL_PROPERTY__WRITABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Writable' attribute.
DTO_DECIMAL_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Dto Decimal Property' class.
DTO_ENUMERATION_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Dto Enumeration Property' class.
DTO_ENUMERATION_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto Enumeration Property' class.
DTO_ENUMERATION_PROPERTY__BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Business Class Dto' container reference.
DTO_ENUMERATION_PROPERTY__CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Custom Dto' container reference.
DTO_ENUMERATION_PROPERTY__DATA_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Data Type' attribute.
DTO_ENUMERATION_PROPERTY__DEFAULT_VALUE_AS_STRING - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Default Value As String' attribute.
DTO_ENUMERATION_PROPERTY__DEFAULT_VALUE_AS_STRING - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Default Value As String' attribute feature.
DTO_ENUMERATION_PROPERTY__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DTO_ENUMERATION_PROPERTY__HAS_DEFAULT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Has Default' attribute.
DTO_ENUMERATION_PROPERTY__MANDATORY_FOR_CREATION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Mandatory For Creation' attribute.
DTO_ENUMERATION_PROPERTY__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DTO_ENUMERATION_PROPERTY__NULLABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Nullable' attribute.
DTO_ENUMERATION_PROPERTY__TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Type' reference.
DTO_ENUMERATION_PROPERTY__TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Type' reference feature.
DTO_ENUMERATION_PROPERTY__WRITABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Writable' attribute.
DTO_ENUMERATION_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Dto Enumeration Property' class.
DTO_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Dto' class.
DTO_INTEGER_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Dto Integer Property' class.
DTO_INTEGER_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto Integer Property' class.
DTO_INTEGER_PROPERTY__BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Business Class Dto' container reference.
DTO_INTEGER_PROPERTY__CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Custom Dto' container reference.
DTO_INTEGER_PROPERTY__DATA_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Data Type' attribute.
DTO_INTEGER_PROPERTY__DEFAULT_VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Default Value' attribute.
DTO_INTEGER_PROPERTY__DEFAULT_VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
DTO_INTEGER_PROPERTY__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DTO_INTEGER_PROPERTY__HAS_DEFAULT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Has Default' attribute.
DTO_INTEGER_PROPERTY__MANDATORY_FOR_CREATION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Mandatory For Creation' attribute.
DTO_INTEGER_PROPERTY__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DTO_INTEGER_PROPERTY__NULLABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Nullable' attribute.
DTO_INTEGER_PROPERTY__WRITABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Writable' attribute.
DTO_INTEGER_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Dto Integer Property' class.
DTO_PACKAGE - Static variable in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
DTO_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Dto Property' class.
DTO_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto Property' class.
DTO_PROPERTY__BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Business Class Dto' container reference.
DTO_PROPERTY__BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Business Class Dto' container reference feature.
DTO_PROPERTY__CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Custom Dto' container reference.
DTO_PROPERTY__CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Custom Dto' container reference feature.
DTO_PROPERTY__DATA_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Data Type' attribute.
DTO_PROPERTY__DATA_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Data Type' attribute feature.
DTO_PROPERTY__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DTO_PROPERTY__MANDATORY_FOR_CREATION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Mandatory For Creation' attribute.
DTO_PROPERTY__MANDATORY_FOR_CREATION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Mandatory For Creation' attribute feature.
DTO_PROPERTY__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DTO_PROPERTY__NULLABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Nullable' attribute.
DTO_PROPERTY__NULLABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Nullable' attribute feature.
DTO_PROPERTY__WRITABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Writable' attribute.
DTO_PROPERTY__WRITABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Writable' attribute feature.
DTO_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Dto Property' class.
DTO_REFERENCE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Dto Reference' class.
DTO_REFERENCE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Dto Reference' class.
DTO_REFERENCE__DESCRIPTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Description' attribute.
DTO_REFERENCE__MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Model' container reference.
DTO_REFERENCE__MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Model' container reference feature.
DTO_REFERENCE__MODELNAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Modelname' attribute.
DTO_REFERENCE__MODELNAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Modelname' attribute feature.
DTO_REFERENCE__NAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Name' attribute.
DTO_REFERENCE_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The number of structural features of the 'Dto Reference' class.
DTO_STRING_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Dto String Property' class.
DTO_STRING_PROPERTY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Dto String Property' class.
DTO_STRING_PROPERTY__BUSINESS_CLASS_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Business Class Dto' container reference.
DTO_STRING_PROPERTY__CUSTOM_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Custom Dto' container reference.
DTO_STRING_PROPERTY__DATA_TYPE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Data Type' attribute.
DTO_STRING_PROPERTY__DEFAULT_VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Default Value' attribute.
DTO_STRING_PROPERTY__DEFAULT_VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
DTO_STRING_PROPERTY__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
DTO_STRING_PROPERTY__HAS_DEFAULT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Has Default' attribute.
DTO_STRING_PROPERTY__MANDATORY_FOR_CREATION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Mandatory For Creation' attribute.
DTO_STRING_PROPERTY__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
DTO_STRING_PROPERTY__NULLABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Nullable' attribute.
DTO_STRING_PROPERTY__WRITABLE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Writable' attribute.
DTO_STRING_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Dto String Property' class.
DtoAssociationRoleProperty - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Dto Association Role Property'.
DtoAssociationRolePropertyImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Dto Association Role Property'.
DtoAssociationRolePropertyImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
DtoBooleanProperty - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Dto Boolean Property'.
DtoBooleanPropertyImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Dto Boolean Property'.
DtoBooleanPropertyImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
 
DtoDataProperty - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Dto Data Property'.
DtoDataPropertyImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Dto Data Property'.
DtoDataPropertyImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
 
DtoDateTimeProperty - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Dto Date Time Property'.
DtoDateTimePropertyImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Dto Date Time Property'.
DtoDateTimePropertyImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
 
DtoDecimalProperty - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Dto Decimal Property'.
DtoDecimalPropertyImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Dto Decimal Property'.
DtoDecimalPropertyImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
 
DtoEnumerationProperty - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Dto Enumeration Property'.
DtoEnumerationPropertyImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Dto Enumeration Property'.
DtoEnumerationPropertyImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
DtoHelpers - Class in org.mod4j.dsl.datacontract.generator.helpers
 
DtoHelpers() - Constructor for class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
DtoImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Dto'.
DtoImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
DtoIntegerProperty - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Dto Integer Property'.
DtoIntegerPropertyImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Dto Integer Property'.
DtoIntegerPropertyImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
 
DtoProperty - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Dto Property'.
DtoPropertyImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Dto Property'.
DtoPropertyImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
DtoReference - Interface in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the model object 'Dto Reference'.
DtoReferenceImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model object 'Dto Reference'.
DtoReferenceImpl() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
dtoReferences - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
The cached value of the 'Dto References' containment reference list.
dtos - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
The cached value of the 'Dtos' containment reference list.
DtoStringProperty - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Dto String Property'.
DtoStringPropertyImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Dto String Property'.
DtoStringPropertyImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
 
dtoType - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
The cached value of the 'Dto Type' reference.
dtoType - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
The cached value of the 'Dto Type' reference.

E

eBasicRemoveFromContainerFeature(NotificationChain) - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.AbstractBusinessClassImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.BoolPropertyImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.BusinessClassReferenceImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.DateTimePropertyImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.ModelElementImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
eGet(int, boolean, boolean) - Method in class BusinessDomainDsl.impl.UniqueRuleImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.CustomDtoImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
eGet(int, boolean, boolean) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.SpecialMethodImpl
 
eINSTANCE - Static variable in interface BusinessDomainDsl.BusinessDomainDslFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The singleton instance of the package.
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.AbstractBusinessClassImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.CustomDtoImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.AbstractBusinessClassImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.CustomDtoImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.AbstractBusinessClassImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.BoolPropertyImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.BusinessClassReferenceImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.DateTimePropertyImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.ModelElementImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
eIsSet(int) - Method in class BusinessDomainDsl.impl.UniqueRuleImpl
 
eIsSet(int) - Method in class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
 
eIsSet(int) - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
eIsSet(int) - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
eIsSet(int) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
eIsSet(int) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.CustomDtoImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
eIsSet(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.SpecialMethodImpl
 
eNAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The package name.
eNAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The package name.
eNAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The package name.
eNAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The package name.
eNS_PREFIX - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The package namespace name.
eNS_URI - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The package namespace URI.
eNS_URI - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The package namespace URI.
eNS_URI - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The package namespace URI.
eNS_URI - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The package namespace URI.
ENUMERATION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Enumeration' class.
ENUMERATION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Enumeration' class.
Enumeration - Interface in BusinessDomainDsl
A representation of the model object 'Enumeration'.
ENUMERATION__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
ENUMERATION__ENUMERATION_LITERALS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Enumeration Literals' containment reference list.
ENUMERATION__ENUMERATION_LITERALS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Enumeration Literals' containment reference list feature.
ENUMERATION__MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Model' container reference.
ENUMERATION__MODEL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Model' container reference feature.
ENUMERATION__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
ENUMERATION_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Enumeration Dto' class.
ENUMERATION_DTO - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Enumeration Dto' class.
ENUMERATION_DTO__BASE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Base' reference.
ENUMERATION_DTO__BASE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Base' reference feature.
ENUMERATION_DTO__DATACONTRACT_MODEL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Datacontract Model' container reference.
ENUMERATION_DTO__DATACONTRACT_MODEL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Datacontract Model' container reference feature.
ENUMERATION_DTO__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
ENUMERATION_DTO__LITERALS - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Literals' containment reference list.
ENUMERATION_DTO__LITERALS - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Literals' containment reference list feature.
ENUMERATION_DTO__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
ENUMERATION_DTO_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Enumeration Dto' class.
ENUMERATION_DTO_LITERAL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Enumeration Dto Literal' class.
ENUMERATION_DTO_LITERAL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Enumeration Dto Literal' class.
ENUMERATION_DTO_LITERAL__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
ENUMERATION_DTO_LITERAL__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
ENUMERATION_DTO_LITERAL__VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Value' attribute.
ENUMERATION_DTO_LITERAL__VALUE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Value' attribute feature.
ENUMERATION_DTO_LITERAL_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Enumeration Dto Literal' class.
ENUMERATION_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Enumeration' class.
ENUMERATION_LITERAL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Enumeration Literal' class.
ENUMERATION_LITERAL - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Enumeration Literal' class.
ENUMERATION_LITERAL__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
ENUMERATION_LITERAL__ENUMERATION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Enumeration' container reference.
ENUMERATION_LITERAL__ENUMERATION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Enumeration' container reference feature.
ENUMERATION_LITERAL__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
ENUMERATION_LITERAL__PERSISTED_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Persisted Value' attribute.
ENUMERATION_LITERAL__PERSISTED_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Persisted Value' attribute feature.
ENUMERATION_LITERAL_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Enumeration Literal' class.
ENUMERATION_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Enumeration Property' class.
ENUMERATION_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Enumeration Property' class.
ENUMERATION_PROPERTY__DATA_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Data Type' attribute.
ENUMERATION_PROPERTY__DEFAULT_VALUE_AS_STRING - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Default Value As String' attribute.
ENUMERATION_PROPERTY__DEFAULT_VALUE_AS_STRING - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Default Value As String' attribute feature.
ENUMERATION_PROPERTY__DERIVED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Derived' attribute.
ENUMERATION_PROPERTY__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
ENUMERATION_PROPERTY__HAS_DEFAULT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Has Default' attribute.
ENUMERATION_PROPERTY__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
ENUMERATION_PROPERTY__NULLABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Nullable' attribute.
ENUMERATION_PROPERTY__OWNING_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Owning Type' container reference.
ENUMERATION_PROPERTY__PERSISTENCY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Persistency' attribute.
ENUMERATION_PROPERTY__TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Type' reference.
ENUMERATION_PROPERTY__TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Type' reference feature.
ENUMERATION_PROPERTY__WRITABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Writable' attribute.
ENUMERATION_PROPERTY_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Enumeration Property' class.
EnumerationDto - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Enumeration Dto'.
EnumerationDtoImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Enumeration Dto'.
EnumerationDtoImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
EnumerationDtoLiteral - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Enumeration Dto Literal'.
EnumerationDtoLiteralImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Enumeration Dto Literal'.
EnumerationDtoLiteralImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
 
EnumerationImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Enumeration'.
EnumerationImpl() - Constructor for class BusinessDomainDsl.impl.EnumerationImpl
 
EnumerationLiteral - Interface in BusinessDomainDsl
A representation of the model object 'Enumeration Literal'.
EnumerationLiteralImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Enumeration Literal'.
EnumerationLiteralImpl() - Constructor for class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
enumerationLiterals - Variable in class BusinessDomainDsl.impl.EnumerationImpl
The cached value of the 'Enumeration Literals' containment reference list.
EnumerationProperty - Interface in BusinessDomainDsl
A representation of the model object 'Enumeration Property'.
EnumerationPropertyImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Enumeration Property'.
EnumerationPropertyImpl() - Constructor for class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
enumerations - Variable in class BusinessDomainDsl.impl.BusinessDomainModelImpl
The cached value of the 'Enumerations' containment reference list.
enumerations - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
The cached value of the 'Enumerations' containment reference list.
equalsIgnoreCase(String, String) - Static method in class org.mod4j.dslcommon.generator.helpers.ModelHelpers
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.AbstractBusinessClassImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.BoolPropertyImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.BusinessClassReferenceImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.DateTimePropertyImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.ModelElementImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
eSet(int, Object) - Method in class BusinessDomainDsl.impl.UniqueRuleImpl
 
eSet(int, Object) - Method in class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
eSet(int, Object) - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
eSet(int, Object) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.CustomDtoImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
eSet(int, Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.SpecialMethodImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.AbstractBusinessClassImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.BlobBinaryPropertyImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.BlobTextPropertyImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.BoolPropertyImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.BusinessClassReferenceImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.BusinessRuleImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.DateTimePropertyImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.ModelElementImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.PropertyImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
eStaticClass() - Method in class BusinessDomainDsl.impl.UniqueRuleImpl
 
eStaticClass() - Method in class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
 
eStaticClass() - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
eStaticClass() - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
eStaticClass() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
eStaticClass() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.CustomDtoImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
eStaticClass() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
eStaticClass() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
eStaticClass() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
eStaticClass() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
eStaticClass() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
eStaticClass() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
eStaticClass() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
eStaticClass() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
eStaticClass() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
eStaticClass() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.SpecialMethodImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.AbstractBusinessClassImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.BoolPropertyImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.BusinessClassReferenceImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.DateTimePropertyImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.ModelElementImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
eUnset(int) - Method in class BusinessDomainDsl.impl.UniqueRuleImpl
 
eUnset(int) - Method in class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
 
eUnset(int) - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
eUnset(int) - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
eUnset(int) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
eUnset(int) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.CustomDtoImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
eUnset(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
eUnset(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
eUnset(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
eUnset(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
eUnset(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
eUnset(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
eUnset(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
eUnset(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
eUnset(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
eUnset(int) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.SpecialMethodImpl
 
execute() - Method in class org.mod4j.mojo.Mod4jGeneratorMojo
 
execute(BusinessRuleValidationCallback) - Method in class org.mod4j.runtime.validation.BusinessRuleValidationTemplate
Execute the BusinessRuleValidationCallback.doValidate(Object, Errors) method of the given action on the current object.
extend(String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
Static, because this is used in Xpand templates.
extend(String, String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
Static, because this is used in Xpand templates.
extensionFile(String) - Method in class org.mod4j.common.generator.admin.FileTrack
 
EXTERNAL_REFERENCE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'External Reference' class.
EXTERNAL_REFERENCE - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'External Reference' class.
EXTERNAL_REFERENCE__DATACONTRACT_MODEL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Datacontract Model' container reference.
EXTERNAL_REFERENCE__DATACONTRACT_MODEL - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Datacontract Model' container reference feature.
EXTERNAL_REFERENCE__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
EXTERNAL_REFERENCE__KEYWORD - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Keyword' attribute.
EXTERNAL_REFERENCE__KEYWORD - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Keyword' attribute feature.
EXTERNAL_REFERENCE__MODELNAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Modelname' attribute.
EXTERNAL_REFERENCE__MODELNAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Modelname' attribute feature.
EXTERNAL_REFERENCE__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
EXTERNAL_REFERENCE_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'External Reference' class.
ExternalReference - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'External Reference'.
ExternalReferenceImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'External Reference'.
ExternalReferenceImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
externalReferences - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
The cached value of the 'External References' containment reference list.

F

fileExist(String) - Static method in class org.mod4j.dslcommon.generator.helpers.ModelHelpers
 
Files - Class in org.mod4j.dslcommon.io
 
Files() - Constructor for class org.mod4j.dslcommon.io.Files
 
FileTrack - Class in org.mod4j.common.generator.admin
 
FileTrack(String) - Constructor for class org.mod4j.common.generator.admin.FileTrack
Notify the ExtensionPointtracker that 'resource'is started
FileType - Enum in org.mod4j.common.generator.admin
 
fileType - Variable in class org.mod4j.common.generator.admin.GeneratedFile
 
FIND_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
The 'FIND' literal value.
findAll(String) - Method in class org.mod4j.crossx.broker.CrossxLocation
Find all names of symbols of type 'elemType'.
findAllEverywhere(String) - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
Find all symbols of type 'elemType' in all models in the environment
findAllFromModel(String, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Find all symbol names with type 'symbolType' within models named 'modelname'
findAllFromModel(String, List<String>) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Find all symbol names with type in 'symbolTypes' within models named 'modelname'
findAllFromModel(String, String, List<String>) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Find all symbols with type in 'symbolTypes' within models named 'modelname' with name 'symbolName'
findAllFromModel(String, String) - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
Find all symbols of type 'elemType' in model named 'modelname' in all locations.
findAllFromModel(String, String) - Method in class org.mod4j.crossx.broker.CrossxLocation
Find all symbols of type 'elemType'.
findAllModels() - Static method in class org.mod4j.crossx.broker.CrossxBroker
Find all models within the workspace
findAllModels(List<String>) - Static method in class org.mod4j.crossx.broker.CrossxBroker
 
findAllModels() - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
Find all models in the current environment.
findAllModelsInProject(String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Find all models within project with name 'project'
findAllModelsInProject(String, List<String>) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Find all models within project with name 'project'
findAllModelsInProject(String) - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
Find all models in project named 'project'
findAllSubSymbols(Symbol, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Find all subsymbols of 'symbol' that have the type 'symbolType'
findAllSymbols(String, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Find all symbols of type 'symboltype' in project 'project'
findAllSymbols(String, String) - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
Find all symbols of type 'elemType'.
findAllSymbols(String) - Method in class org.mod4j.crossx.broker.CrossxLocation
Find all symbols of type 'symbolType'.
findAllSymbolsFromModel(String, String, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Find all symbol names with type 'symbolType' within models named 'modelname' and within the project named 'project'
findAllSymbolsFromModel(String, String) - Method in class org.mod4j.crossx.broker.CrossxLocation
 
findAllSymbolsFromModelInProject(String, String, String) - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
Find all symbols of type 'elemType' in model named 'modelname' in project named 'project'.
findFile(String) - Static method in class org.mod4j.dslcommon.io.Files
Try to find a file on the CLASSPATH
finishResource(String, String, String) - Method in class org.mod4j.common.generator.admin.Mod4jTracker
Notify the ExtensionPointtracker that 'resource'is finished
firstCharToLower(String) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
firstCharToUpper(String) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
foreignKeyColumnName(String, String, String, String) - Method in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy
fullExtendPath(String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
Static, because this is used in Xpand templates.
fullExtendPath(String, String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
Static, because this is used in Xpand templates.
fullGeneratePath(String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
Static, because this is used in Xpand templates.
fullGenerateResourcePath(String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
Static, because this is used in Xpand templates.

G

generate(String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
The file 'filename' is to be generated within 'moduleName'.
generatedFile(String) - Method in class org.mod4j.common.generator.admin.FileTrack
 
GeneratedFile - Class in org.mod4j.common.generator.admin
 
GeneratedFile(String, FileType, FileTrack, boolean) - Constructor for class org.mod4j.common.generator.admin.GeneratedFile
 
get(String) - Static method in enum BusinessDomainDsl.DateTimeAccuracy
Returns the 'Date Time Accuracy' literal with the specified literal value.
get(int) - Static method in enum BusinessDomainDsl.DateTimeAccuracy
Returns the 'Date Time Accuracy' literal with the specified integer value.
get(String) - Static method in enum BusinessDomainDsl.Multiplicity
Returns the 'Multiplicity' literal with the specified literal value.
get(int) - Static method in enum BusinessDomainDsl.Multiplicity
Returns the 'Multiplicity' literal with the specified integer value.
get(String) - Static method in enum BusinessDomainDsl.PersistencyMode
Returns the 'Persistency Mode' literal with the specified literal value.
get(int) - Static method in enum BusinessDomainDsl.PersistencyMode
Returns the 'Persistency Mode' literal with the specified integer value.
get(String) - Static method in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
Returns the 'Multiplicity' literal with the specified literal value.
get(int) - Static method in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
Returns the 'Multiplicity' literal with the specified integer value.
get(String) - Static method in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
Returns the 'Collection Type' literal with the specified literal value.
get(int) - Static method in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
Returns the 'Collection Type' literal with the specified integer value.
get(String) - Static method in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
Returns the 'Method Type' literal with the specified literal value.
get(int) - Static method in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
Returns the 'Method Type' literal with the specified integer value.
getAbstractBusinessClass() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Abstract Business Class'.
getAbstractBusinessClass() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAbstractBusinessClass_AssociationsFrom() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the reference list 'Associations From'.
getAbstractBusinessClass_AssociationsFrom() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAbstractBusinessRule() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Abstract Business Rule'.
getAbstractBusinessRule() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAbstractBusinessRule_BusinessClass() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the container reference 'Business Class'.
getAbstractBusinessRule_BusinessClass() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAbstractType() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Abstract Type'.
getAbstractType() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAbstractType_Model() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the container reference 'Model'.
getAbstractType_Model() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAbstractType_Properties() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the containment reference list 'Properties'.
getAbstractType_Properties() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAccuracy() - Method in interface BusinessDomainDsl.DateTimeProperty
Returns the value of the 'Accuracy' attribute.
getAccuracy() - Method in class BusinessDomainDsl.impl.DateTimePropertyImpl
 
getAll() - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
A collection of all locations in this environment.
getAll() - Method in class org.mod4j.crossx.broker.CrossxLocation
 
getAllAssociationsFrom(BusinessClass) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
getAllAssociationsTo(BusinessClass) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
getAllProperties(BusinessClass) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
getAllProperties(BusinessClassDto) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
getApplicationName() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getApplicationPath() - Method in class org.mod4j.common.generator.admin.ProjectTrack
 
getApplicationPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getApplicationVersion() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getAssociation() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Association'.
getAssociation() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociation_Bidirectional() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Bidirectional'.
getAssociation_Bidirectional() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociation_Composite() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Composite'.
getAssociation_Composite() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociation_Model() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the container reference 'Model'.
getAssociation_Model() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociation_Ordered() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Ordered'.
getAssociation_Ordered() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociation_Source() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the reference 'Source'.
getAssociation_Source() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociation_SourceMultiplicity() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Source Multiplicity'.
getAssociation_SourceMultiplicity() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociation_SourceRoleName() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Source Role Name'.
getAssociation_SourceRoleName() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociation_Target() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the reference 'Target'.
getAssociation_Target() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociation_TargetMultiplicity() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Target Multiplicity'.
getAssociation_TargetMultiplicity() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociation_TargetRoleName() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Target Role Name'.
getAssociation_TargetRoleName() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getAssociationMethod() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getAssociationMethod() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for class 'Association Method'.
getAssociationMethod_Main() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getAssociationMethod_Main() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the reference 'Main'.
getAssociationMethod_Part() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getAssociationMethod_Part() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the reference 'Part'.
getAssociationMethod_Rolename() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getAssociationMethod_Rolename() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the attribute 'Rolename'.
getAssociationReferences() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassDto
Returns the value of the 'Association References' containment reference list.
getAssociationReferences() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
getAssociations() - Method in interface BusinessDomainDsl.BusinessDomainModel
Returns the value of the 'Associations' containment reference list.
getAssociations() - Method in class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
getAssociationsFrom() - Method in interface BusinessDomainDsl.AbstractBusinessClass
Returns the value of the 'Associations From' reference list.
getAssociationsFrom() - Method in class BusinessDomainDsl.impl.AbstractBusinessClassImpl
 
getAssociationsTo() - Method in interface BusinessDomainDsl.BusinessClass
Returns the value of the 'Associations To' reference list.
getAssociationsTo() - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
getBase() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassDto
Returns the value of the 'Base' reference.
getBase() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.EnumerationDto
Returns the value of the 'Base' reference.
getBase() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
getBase() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
getBaseDtoBusinessClassName(Dto) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
getBaseDtoName(Dto) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
getBlobBinaryProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Blob Binary Property'.
getBlobBinaryProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBlobTextProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Blob Text Property'.
getBlobTextProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBoolProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Bool Property'.
getBoolProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBoolProperty_DefaultValue() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Default Value'.
getBoolProperty_DefaultValue() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessClass() - Method in interface BusinessDomainDsl.AbstractBusinessRule
Returns the value of the 'Business Class' container reference.
getBusinessClass() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Business Class'.
getBusinessClass() - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
getBusinessClass() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessClass_AssociationsTo() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the reference list 'Associations To'.
getBusinessClass_AssociationsTo() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessClass_BusinessRules() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the containment reference list 'Business Rules'.
getBusinessClass_BusinessRules() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessClass_Superclass() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the reference 'Superclass'.
getBusinessClass_Superclass() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessClassAssociationRoleReference() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Business Class Association Role Reference'.
getBusinessClassAssociationRoleReference() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassAssociationRoleReference_Dto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the container reference 'Dto'.
getBusinessClassAssociationRoleReference_Dto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassAssociationRoleReference_DtoType() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the reference 'Dto Type'.
getBusinessClassAssociationRoleReference_DtoType() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Business Class Dto'.
getBusinessClassDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Returns the value of the 'Business Class Dto' container reference.
getBusinessClassDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
getBusinessClassDto_AssociationReferences() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the containment reference list 'Association References'.
getBusinessClassDto_AssociationReferences() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassDto_Base() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the reference 'Base'.
getBusinessClassDto_Base() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassDto_Creatable() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Creatable'.
getBusinessClassDto_Creatable() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassDto_Properties() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the containment reference list 'Properties'.
getBusinessClassDto_Properties() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassDto_PropertyReferences() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the containment reference list 'Property References'.
getBusinessClassDto_PropertyReferences() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassPropertyReference() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Business Class Property Reference'.
getBusinessClassPropertyReference() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassPropertyReference_Dto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the container reference 'Dto'.
getBusinessClassPropertyReference_Dto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getBusinessClassReference() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Business Class Reference'.
getBusinessClassReference() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessClassReference_ReferredModel() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Referred Model'.
getBusinessClassReference_ReferredModel() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessDomainDslFactory() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the factory that creates the instances of the model.
getBusinessDomainDslFactory() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessDomainDslPackage() - Method in interface BusinessDomainDsl.BusinessDomainDslFactory
Returns the package supported by this factory.
getBusinessDomainDslPackage() - Method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
 
getBusinessDomainModel() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Business Domain Model'.
getBusinessDomainModel() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessDomainModel_Associations() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the containment reference list 'Associations'.
getBusinessDomainModel_Associations() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessDomainModel_Enumerations() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the containment reference list 'Enumerations'.
getBusinessDomainModel_Enumerations() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessDomainModel_Types() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the containment reference list 'Types'.
getBusinessDomainModel_Types() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessModuleName() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getBusinessModulePath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getBusinessRootPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getBusinessRootPackageAsPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getBusinessRule() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Business Rule'.
getBusinessRule() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getBusinessRules() - Method in interface BusinessDomainDsl.BusinessClass
Returns the value of the 'Business Rules' containment reference list.
getBusinessRules() - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
getBusinessRulesPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getByName(String) - Static method in enum BusinessDomainDsl.DateTimeAccuracy
Returns the 'Date Time Accuracy' literal with the specified name.
getByName(String) - Static method in enum BusinessDomainDsl.Multiplicity
Returns the 'Multiplicity' literal with the specified name.
getByName(String) - Static method in enum BusinessDomainDsl.PersistencyMode
Returns the 'Persistency Mode' literal with the specified name.
getByName(String) - Static method in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
Returns the 'Multiplicity' literal with the specified name.
getByName(String) - Static method in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
Returns the 'Collection Type' literal with the specified name.
getByName(String) - Static method in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
Returns the 'Method Type' literal with the specified name.
getCollection() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
getCollection() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.Parameter
Returns the value of the 'Collection' attribute.
getCollectionImplementation(Association) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
getCollectionInterface(Association) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
getCollectionType() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getCollectionType() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for enum 'Collection Type'.
getCrossxFactory() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the factory that creates the instances of the model.
getCrossxFactory() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getCrossxPackage() - Method in interface org.mod4j.crossx.mm.crossx.CrossxFactory
Returns the package supported by this factory.
getCrossxPackage() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxFactoryImpl
 
getCrudService() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getCrudService() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for class 'Crud Service'.
getCrudService_Dto() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getCrudService_Dto() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the reference 'Dto'.
getCrudService_Model() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getCrudService_Model() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the container reference 'Model'.
getCrudServices() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
getCrudServices() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceModel
Returns the value of the 'Crud Services' containment reference list.
getCurrentFileTrack() - Method in class org.mod4j.common.generator.admin.ProjectTrack
 
getCurrentProject() - Method in class org.mod4j.common.generator.admin.Mod4jTracker
 
getCurrentTrack() - Method in class org.mod4j.common.generator.admin.Mod4jTracker
 
getCustomDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Custom Dto'.
getCustomDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Returns the value of the 'Custom Dto' container reference.
getCustomDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getCustomDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
getCustomDto_Properties() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the containment reference list 'Properties'.
getCustomDto_Properties() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getCustomMethod() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getCustomMethod() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for class 'Custom Method'.
getCustomMethod_InParameters() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getCustomMethod_InParameters() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the containment reference list 'In Parameters'.
getCustomMethod_OutParameter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getCustomMethod_OutParameter() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the containment reference 'Out Parameter'.
getDaoImplPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDaoImplPackageAsPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDaoPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDaoPackageAsPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDataContractDslFactory() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the factory that creates the instances of the model.
getDataContractDslFactory() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDataContractDslPackage() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslFactory
Returns the package supported by this factory.
getDataContractDslPackage() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
 
getDataContractModel() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Data Contract Model'.
getDatacontractModel() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.Dto
Returns the value of the 'Datacontract Model' container reference.
getDatacontractModel() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.EnumerationDto
Returns the value of the 'Datacontract Model' container reference.
getDatacontractModel() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ExternalReference
Returns the value of the 'Datacontract Model' container reference.
getDataContractModel() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDatacontractModel() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
getDatacontractModel() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
getDatacontractModel() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
getDataContractModel_Dtos() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the containment reference list 'Dtos'.
getDataContractModel_Dtos() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDataContractModel_Enumerations() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the containment reference list 'Enumerations'.
getDataContractModel_Enumerations() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDataContractModel_ExternalReferences() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the containment reference list 'External References'.
getDataContractModel_ExternalReferences() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDataModuleName() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDataModulePath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDataRootPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDataRootPackageAsPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDataType() - Method in class BusinessDomainDsl.impl.PropertyImpl
 
getDataType() - Method in interface BusinessDomainDsl.Property
Returns the value of the 'Data Type' attribute.
getDataType() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Returns the value of the 'Data Type' attribute.
getDataType() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
getDateTimeAccuracy() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for enum 'Date Time Accuracy'.
getDateTimeAccuracy() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getDateTimeProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Date Time Property'.
getDateTimeProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getDateTimeProperty_Accuracy() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Accuracy'.
getDateTimeProperty_Accuracy() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getDateTimeProperty_DefaultValue() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Default Value'.
getDateTimeProperty_DefaultValue() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getDecimalProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Decimal Property'.
getDecimalProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getDecimalProperty_DefaultValue() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Default Value'.
getDecimalProperty_DefaultValue() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getDecimalProperty_MaxInclusive() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Max Inclusive'.
getDecimalProperty_MaxInclusive() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getDecimalProperty_MaxValue() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Max Value'.
getDecimalProperty_MaxValue() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getDecimalProperty_MinInclusive() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Min Inclusive'.
getDecimalProperty_MinInclusive() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getDecimalProperty_MinValue() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Min Value'.
getDecimalProperty_MinValue() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getDefaultModuleManFilePath(String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
Determine the default file-path for manual maintained sources or resources, based on the given fileName and moduleName.
getDefaultValue() - Method in interface BusinessDomainDsl.DateTimeProperty
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in interface BusinessDomainDsl.DecimalProperty
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in class BusinessDomainDsl.impl.DateTimePropertyImpl
 
getDefaultValue() - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
getDefaultValue() - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
getDefaultValue() - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
getDefaultValue() - Method in interface BusinessDomainDsl.IntegerProperty
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in interface BusinessDomainDsl.StringProperty
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoBooleanProperty
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoDateTimeProperty
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoDecimalProperty
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoIntegerProperty
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoStringProperty
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
 
getDefaultValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
 
getDefaultValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
 
getDefaultValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
 
getDefaultValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
 
getDefaultValueAsString() - Method in interface BusinessDomainDsl.EnumerationProperty
Returns the value of the 'Default Value As String' attribute.
getDefaultValueAsString() - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
getDefaultValueAsString() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoEnumerationProperty
Returns the value of the 'Default Value As String' attribute.
getDefaultValueAsString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
getDescription() - Method in class BusinessDomainDsl.impl.ModelElementImpl
 
getDescription() - Method in interface BusinessDomainDsl.ModelElement
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
getDescription() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ModelElement
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
getDescription() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ModelElement
Returns the value of the 'Description' attribute.
getDir(String) - Method in class org.mod4j.dslcommon.io.Files
Try to find a file on the CLASSPATH
getDirectories() - Method in class org.mod4j.dslcommon.openarchitectureware.OutletDirectoryCleaner
 
getDomainModuleName() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDomainModulePath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDomainRootPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDomainRootPackageAsPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDsl2crossxWorkflow() - Method in class org.mod4j.dslcommon.openarchitectureware.DslExtension
 
getDslCodegenProperties() - Method in class org.mod4j.dslcommon.openarchitectureware.DslExtension
 
getDslCodegenWorkflow() - Method in class org.mod4j.dslcommon.openarchitectureware.DslExtension
 
getDslContributor() - Method in class org.mod4j.dslcommon.openarchitectureware.DslExtension
The name of the plugin / bundle that contributes to this extension
getDslFileExtension() - Method in class org.mod4j.dslcommon.openarchitectureware.DslExtension
 
getDslMetamodelPackage() - Method in class org.mod4j.dslcommon.openarchitectureware.DslExtension
 
getDslModelsModuleName() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDslModelsModulePath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDslname() - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
getDslname() - Method in interface org.mod4j.crossx.mm.crossx.ModelInfo
Returns the value of the 'Dslname' attribute.
getDslName() - Method in class org.mod4j.dslcommon.openarchitectureware.DslExtension
 
getDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassAssociationRoleReference
Returns the value of the 'Dto' container reference.
getDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassPropertyReference
Returns the value of the 'Dto' container reference.
getDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Dto'.
getDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
getDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
getDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDto() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.CrudService
Returns the value of the 'Dto' reference.
getDto() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
getDto() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.SpecialMethodImpl
 
getDto() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.SpecialMethod
Returns the value of the 'Dto' reference.
getDto_DatacontractModel() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the container reference 'Datacontract Model'.
getDto_DatacontractModel() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoAssociationRoleProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Dto Association Role Property'.
getDtoAssociationRoleProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoAssociationRoleProperty_DtoType() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the reference 'Dto Type'.
getDtoAssociationRoleProperty_DtoType() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoAssociationRoleProperty_Multiplicity() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Multiplicity'.
getDtoAssociationRoleProperty_Multiplicity() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoAssociationRoleProperty_Ordered() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Ordered'.
getDtoAssociationRoleProperty_Ordered() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoBooleanProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Dto Boolean Property'.
getDtoBooleanProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoBooleanProperty_DefaultValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Default Value'.
getDtoBooleanProperty_DefaultValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoDataProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Dto Data Property'.
getDtoDataProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoDataProperty_HasDefault() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Has Default'.
getDtoDataProperty_HasDefault() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoDateTimeProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Dto Date Time Property'.
getDtoDateTimeProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoDateTimeProperty_DefaultValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Default Value'.
getDtoDateTimeProperty_DefaultValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoDecimalProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Dto Decimal Property'.
getDtoDecimalProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoDecimalProperty_DefaultValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Default Value'.
getDtoDecimalProperty_DefaultValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoEnumerationProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Dto Enumeration Property'.
getDtoEnumerationProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoEnumerationProperty_DefaultValueAsString() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Default Value As String'.
getDtoEnumerationProperty_DefaultValueAsString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoEnumerationProperty_Type() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the reference 'Type'.
getDtoEnumerationProperty_Type() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoIntegerProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Dto Integer Property'.
getDtoIntegerProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoIntegerProperty_DefaultValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Default Value'.
getDtoIntegerProperty_DefaultValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getDtoProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Dto Property'.
getDtoProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoProperty_BusinessClassDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the container reference 'Business Class Dto'.
getDtoProperty_BusinessClassDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoProperty_CustomDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the container reference 'Custom Dto'.
getDtoProperty_CustomDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoProperty_DataType() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Data Type'.
getDtoProperty_DataType() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoProperty_MandatoryForCreation() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Mandatory For Creation'.
getDtoProperty_MandatoryForCreation() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoProperty_Nullable() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Nullable'.
getDtoProperty_Nullable() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoProperty_Writable() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Writable'.
getDtoProperty_Writable() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoReference() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getDtoReference() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for class 'Dto Reference'.
getDtoReference_Model() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getDtoReference_Model() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the container reference 'Model'.
getDtoReference_Modelname() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getDtoReference_Modelname() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the attribute 'Modelname'.
getDtoReferences() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
getDtoReferences() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceModel
Returns the value of the 'Dto References' containment reference list.
getDtos() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractModel
Returns the value of the 'Dtos' containment reference list.
getDtos() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
getDtoStringProperty() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Dto String Property'.
getDtoStringProperty() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoStringProperty_DefaultValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Default Value'.
getDtoStringProperty_DefaultValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getDtoType() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassAssociationRoleReference
Returns the value of the 'Dto Type' reference.
getDtoType() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoAssociationRoleProperty
Returns the value of the 'Dto Type' reference.
getDtoType() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
getDtoType() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
getEnumeration() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Enumeration'.
getEnumeration() - Method in interface BusinessDomainDsl.EnumerationLiteral
Returns the value of the 'Enumeration' container reference.
getEnumeration() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getEnumeration() - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
getEnumeration_EnumerationLiterals() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the containment reference list 'Enumeration Literals'.
getEnumeration_EnumerationLiterals() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getEnumeration_Model() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the container reference 'Model'.
getEnumeration_Model() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getEnumerationDto() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Enumeration Dto'.
getEnumerationDto() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getEnumerationDto_Base() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the reference 'Base'.
getEnumerationDto_Base() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getEnumerationDto_DatacontractModel() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the container reference 'Datacontract Model'.
getEnumerationDto_DatacontractModel() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getEnumerationDto_Literals() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the containment reference list 'Literals'.
getEnumerationDto_Literals() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getEnumerationDtoLiteral() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Enumeration Dto Literal'.
getEnumerationDtoLiteral() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getEnumerationDtoLiteral_Value() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Value'.
getEnumerationDtoLiteral_Value() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getEnumerationLiteral() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Enumeration Literal'.
getEnumerationLiteral() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getEnumerationLiteral_Enumeration() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the container reference 'Enumeration'.
getEnumerationLiteral_Enumeration() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getEnumerationLiteral_PersistedValue() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Persisted Value'.
getEnumerationLiteral_PersistedValue() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getEnumerationLiterals() - Method in interface BusinessDomainDsl.Enumeration
Returns the value of the 'Enumeration Literals' containment reference list.
getEnumerationLiterals() - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
getEnumerationProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Enumeration Property'.
getEnumerationProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getEnumerationProperty_DefaultValueAsString() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Default Value As String'.
getEnumerationProperty_DefaultValueAsString() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getEnumerationProperty_Type() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the reference 'Type'.
getEnumerationProperty_Type() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getEnumerations() - Method in interface BusinessDomainDsl.BusinessDomainModel
Returns the value of the 'Enumerations' containment reference list.
getEnumerations() - Method in class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
getEnumerations() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractModel
Returns the value of the 'Enumerations' containment reference list.
getEnumerations() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
getEnvPropFileName() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getExtensionFile(String) - Method in class org.mod4j.common.generator.admin.FileTrack
 
getExtensionFiles() - Method in class org.mod4j.common.generator.admin.FileTrack
 
getExtensions() - Static method in class org.mod4j.dslcommon.openarchitectureware.DslExtension
 
getExternalReference() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'External Reference'.
getExternalReference() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getExternalReference_DatacontractModel() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the container reference 'Datacontract Model'.
getExternalReference_DatacontractModel() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getExternalReference_Keyword() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Keyword'.
getExternalReference_Keyword() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getExternalReference_Modelname() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Modelname'.
getExternalReference_Modelname() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getExternalReferences() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractModel
Returns the value of the 'External References' containment reference list.
getExternalReferences() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractModelImpl
 
getFileEncoding() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getFilePath(String, String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
Returns the file-path, based on the given moduleName, subFolderPath and fileName.
getFileTracker() - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
 
getFileType() - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
GETFROM_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
The 'GETFROM' literal value.
getGeneratedFiles() - Method in class org.mod4j.common.generator.admin.FileTrack
 
getHibernate_hbm2ddl_auto() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getHibernate_InheritanceMappingStrategy() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getHibernate_mapping_class_id_generator_class() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getId() - Method in class org.mod4j.runtime.dto.AbstractDto
 
getInParameters() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.CustomMethod
Returns the value of the 'In Parameters' containment reference list.
getInParameters() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
getIntegerProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Integer Property'.
getIntegerProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getIntegerProperty_DefaultValue() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Default Value'.
getIntegerProperty_DefaultValue() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getIntegerProperty_MaxValue() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Max Value'.
getIntegerProperty_MaxValue() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getIntegerProperty_MinValue() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Min Value'.
getIntegerProperty_MinValue() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getKeyword() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ExternalReference
Returns the value of the 'Keyword' attribute.
getKeyword() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
getLastChanged() - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
getLastChanged() - Method in interface org.mod4j.crossx.mm.crossx.ModelInfo
Returns the value of the 'Last Changed' attribute.
getLiteral() - Method in enum BusinessDomainDsl.DateTimeAccuracy
 
getLiteral() - Method in enum BusinessDomainDsl.Multiplicity
 
getLiteral() - Method in enum BusinessDomainDsl.PersistencyMode
 
getLiteral() - Method in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
 
getLiteral() - Method in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
 
getLiteral() - Method in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
 
getLiteralProperty(Symbol, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Get the property named 'propertyname' or null if no such property exists
getLiterals() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.EnumerationDto
Returns the value of the 'Literals' containment reference list.
getLiterals() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
getLiteralSymbolProperty() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for class 'Literal Symbol Property'.
getLiteralSymbolProperty() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getLiteralSymbolProperty_Value() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Value'.
getLiteralSymbolProperty_Value() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getMain() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod
Returns the value of the 'Main' reference.
getMain() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
getMaxLength() - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
getMaxLength() - Method in interface BusinessDomainDsl.StringProperty
Returns the value of the 'Max Length' attribute.
getMaxValue() - Method in interface BusinessDomainDsl.DecimalProperty
Returns the value of the 'Max Value' attribute.
getMaxValue() - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
getMaxValue() - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
getMaxValue() - Method in interface BusinessDomainDsl.IntegerProperty
Returns the value of the 'Max Value' attribute.
getMessage() - Method in exception org.mod4j.dslcommon.openarchitectureware.Mod4jWorkflowException
 
getMethod() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
getMethod() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.Parameter
Returns the value of the 'Method' container reference.
getMethods() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
getMethods() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceModel
Returns the value of the 'Methods' containment reference list.
getMethodType() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getMethodType() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for enum 'Method Type'.
getMinLength() - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
getMinLength() - Method in interface BusinessDomainDsl.StringProperty
Returns the value of the 'Min Length' attribute.
getMinValue() - Method in interface BusinessDomainDsl.DecimalProperty
Returns the value of the 'Min Value' attribute.
getMinValue() - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
getMinValue() - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
getMinValue() - Method in interface BusinessDomainDsl.IntegerProperty
Returns the value of the 'Min Value' attribute.
getModel() - Method in interface BusinessDomainDsl.AbstractType
Returns the value of the 'Model' container reference.
getModel() - Method in interface BusinessDomainDsl.Association
Returns the value of the 'Model' container reference.
getModel() - Method in interface BusinessDomainDsl.Enumeration
Returns the value of the 'Model' container reference.
getModel() - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
getModel() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
getModel() - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
getModel() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.CrudService
Returns the value of the 'Model' container reference.
getModel() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.DtoReference
Returns the value of the 'Model' container reference.
getModel() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
getModel() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
getModel() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
getModel() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceMethod
Returns the value of the 'Model' container reference.
getModelElement() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Model Element'.
getModelElement() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getModelElement() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for class 'Model Element'.
getModelElement() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getModelElement() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getModelElement() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for class 'Model Element'.
getModelElement_Description() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Description'.
getModelElement_Description() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getModelElement_Description() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Description'.
getModelElement_Description() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getModelElement_Description() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getModelElement_Description() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the attribute 'Description'.
getModelElement_Name() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Name'.
getModelElement_Name() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getModelElement_Name() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for the attribute 'Name'.
getModelElement_Name() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getModelElement_Name() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getModelElement_Name() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the attribute 'Name'.
getModelInfo() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for class 'Model Info'.
getModelInfo() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getModelInfo_Dslname() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Dslname'.
getModelInfo_Dslname() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getModelInfo_LastChanged() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Last Changed'.
getModelInfo_LastChanged() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getModelInfo_Modelname() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Modelname'.
getModelInfo_Modelname() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getModelInfo_Resource() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Resource'.
getModelInfo_Resource() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getModelInfo_Symbols() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the containment reference list 'Symbols'.
getModelInfo_Symbols() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getModelname() - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
getModelname() - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
getModelname() - Method in interface org.mod4j.crossx.mm.crossx.ModelInfo
Returns the value of the 'Modelname' attribute.
getModelname() - Method in interface org.mod4j.crossx.mm.crossx.ReferenceSymbolProperty
Returns the value of the 'Modelname' attribute.
getModelname() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ExternalReference
Returns the value of the 'Modelname' attribute.
getModelname() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
getModelname() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.DtoReference
Returns the value of the 'Modelname' attribute.
getModelname() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
getModifiedDate() - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
getModuleName() - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
getMultiplicity() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for enum 'Multiplicity'.
getMultiplicity() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getMultiplicity() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
Returns the meta object for enum 'Multiplicity'.
getMultiplicity() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoAssociationRoleProperty
Returns the value of the 'Multiplicity' attribute.
getMultiplicity() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
 
getMultiplicity() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
getName() - Method in enum BusinessDomainDsl.DateTimeAccuracy
 
getName() - Method in class BusinessDomainDsl.impl.ModelElementImpl
 
getName() - Method in interface BusinessDomainDsl.ModelElement
Returns the value of the 'Name' attribute.
getName() - Method in enum BusinessDomainDsl.Multiplicity
 
getName() - Method in enum BusinessDomainDsl.PersistencyMode
 
getName() - Method in class org.mod4j.crossx.broker.CrossxLocation
Get the name of this location
getName() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
getName() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
getName() - Method in interface org.mod4j.crossx.mm.crossx.Symbol
Returns the value of the 'Name' attribute.
getName() - Method in interface org.mod4j.crossx.mm.crossx.SymbolProperty
Returns the value of the 'Name' attribute.
getName() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
getName() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ModelElement
Returns the value of the 'Name' attribute.
getName() - Method in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
 
getName() - Method in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
 
getName() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
getName() - Method in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
 
getName() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ModelElement
Returns the value of the 'Name' attribute.
getOrder() - Method in class org.mod4j.runtime.aspects.LoggingAspect
getOrder() - Method in class org.mod4j.runtime.aspects.TimingAspect
getOutParameter() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.CustomMethod
Returns the value of the 'Out Parameter' containment reference.
getOutParameter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
getOutputFile() - Method in class org.mod4j.dslcommon.openarchitectureware.CrossxWorkflowComponent
 
getOutputFile() - Method in class org.mod4j.dslcommon.openarchitectureware.LoggingWorkflowComponent
 
getOwner() - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
getOwner() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
getOwner() - Method in interface org.mod4j.crossx.mm.crossx.Symbol
Returns the value of the 'Owner' container reference.
getOwningType() - Method in class BusinessDomainDsl.impl.PropertyImpl
 
getOwningType() - Method in interface BusinessDomainDsl.Property
Returns the value of the 'Owning Type' container reference.
getPackage() - Static method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
Deprecated.  
getPackage() - Static method in class org.mod4j.crossx.mm.crossx.impl.CrossxFactoryImpl
Deprecated.  
getPackage() - Static method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
Deprecated.  
getPackage() - Static method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
Deprecated.  
getParameter() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getParameter() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for class 'Parameter'.
getParameter_Collection() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getParameter_Collection() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the attribute 'Collection'.
getParameter_Method() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getParameter_Method() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the container reference 'Method'.
getParameter_Type() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getParameter_Type() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the reference 'Type'.
getParent() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
getParent() - Method in interface org.mod4j.crossx.mm.crossx.Symbol
Returns the value of the 'Parent' container reference.
getPart() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod
Returns the value of the 'Part' reference.
getPart() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
getPersistedValue() - Method in interface BusinessDomainDsl.EnumerationLiteral
Returns the value of the 'Persisted Value' attribute.
getPersistedValue() - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
getPersistency() - Method in class BusinessDomainDsl.impl.PropertyImpl
 
getPersistency() - Method in interface BusinessDomainDsl.Property
Returns the value of the 'Persistency' attribute.
getPersistencyMode() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for enum 'Persistency Mode'.
getPersistencyMode() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getPresentationCommonPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getPresentationCommonPackageAsPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getPresentationModuleName(String) - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getPresentationModulePath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getPresentationPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getPresentationRootPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getPresentationRootPackageAsPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getPresentationServiceFacadeClass() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getPresentationServiceFacadeClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getProject() - Method in class org.mod4j.common.generator.admin.FileTrack
 
getProject() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getProject() - Method in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 
getProject() - Method in class org.mod4j.dslcommon.openarchitectureware.CrossxWorkflowComponent
 
getProject() - Method in class org.mod4j.dslcommon.openarchitectureware.LoggingWorkflowComponent
 
getProjectForEObject(EObject) - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getProjectPath() - Method in class org.mod4j.common.generator.admin.ProjectTrack
 
getProjects() - Method in class org.mod4j.common.generator.admin.Mod4jTracker
 
getProperties() - Method in interface BusinessDomainDsl.AbstractType
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
getProperties() - Method in class BusinessDomainDsl.impl.UniqueRuleImpl
 
getProperties() - Method in interface BusinessDomainDsl.UniqueRule
Returns the value of the 'Properties' reference list.
getProperties() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
getProperties() - Method in interface org.mod4j.crossx.mm.crossx.Symbol
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassDto
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.CustomDto
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
getProperties() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.CustomDtoImpl
 
getProperties(String) - Static method in class org.mod4j.dslcommon.generator.helpers.ModelHelpers
Read the properties file 'propFilePath' and return the result as a Map
getProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Property'.
getProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getProperty(Symbol, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Get the property named 'propertyname' or null if no such property exists
getProperty(String, String) - Static method in class org.mod4j.dslcommon.generator.helpers.ModelHelpers
 
getProperty_DataType() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Data Type'.
getProperty_DataType() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getProperty_Derived() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Derived'.
getProperty_Derived() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getProperty_HasDefault() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Has Default'.
getProperty_HasDefault() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getProperty_Nullable() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Nullable'.
getProperty_Nullable() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getProperty_OwningType() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the container reference 'Owning Type'.
getProperty_OwningType() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getProperty_Persistency() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Persistency'.
getProperty_Persistency() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getProperty_Writable() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Writable'.
getProperty_Writable() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getPropertyFile() - Method in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 
getPropertyReferences() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassDto
Returns the value of the 'Property References' containment reference list.
getPropertyReferences() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
getPropertyValue(Symbol, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Get the value of the property name 'propertyname' or null if no such property exists.
getReferenceProperty(Symbol, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Get the property named 'propertyname' or null if no such property exists
getReferenceSymbolProperty() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for class 'Reference Symbol Property'.
getReferenceSymbolProperty() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getReferenceSymbolProperty_Modelname() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Modelname'.
getReferenceSymbolProperty_Modelname() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getReferenceSymbolProperty_Symbolname() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Symbolname'.
getReferenceSymbolProperty_Symbolname() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getReferenceSymbolProperty_Type() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Type'.
getReferenceSymbolProperty_Type() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getReferredBusinessClassName(Symbol) - Static method in class org.mod4j.dsl.service.generator.helpers.ServiceUtil
Get the BusinessClassDto that are is referenced by roleRerference
getReferredDtoName(Symbol) - Static method in class org.mod4j.dsl.service.generator.helpers.ServiceUtil
Get the BusinessClassDto that are is referenced by roleRerference
getReferredModel() - Method in interface BusinessDomainDsl.BusinessClassReference
Returns the value of the 'Referred Model' attribute.
getReferredModel() - Method in class BusinessDomainDsl.impl.BusinessClassReferenceImpl
 
getRegularExpression() - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
getRegularExpression() - Method in interface BusinessDomainDsl.StringProperty
Returns the value of the 'Regular Expression' attribute.
getResource() - Method in class org.mod4j.common.generator.admin.FileTrack
 
getResource() - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
getResource() - Method in interface org.mod4j.crossx.mm.crossx.ModelInfo
Returns the value of the 'Resource' attribute.
getResourceGenPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getResourceManPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getRolename() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod
Returns the value of the 'Rolename' attribute.
getRolename() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
getRootPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getServiceDslFactory() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getServiceDslFactory() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the factory that creates the instances of the model.
getServiceDslPackage() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
 
getServiceDslPackage() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslFactory
Returns the package supported by this factory.
getServiceMethod() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getServiceMethod() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for class 'Service Method'.
getServiceMethod_Model() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getServiceMethod_Model() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the container reference 'Model'.
getServiceMethod_Type() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getServiceMethod_Type() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the attribute 'Type'.
getServiceModel() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getServiceModel() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for class 'Service Model'.
getServiceModel_CrudServices() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getServiceModel_CrudServices() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the containment reference list 'Crud Services'.
getServiceModel_DtoReferences() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getServiceModel_DtoReferences() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the containment reference list 'Dto References'.
getServiceModel_Methods() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getServiceModel_Methods() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the containment reference list 'Methods'.
getServiceModuleName() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getServiceModulePath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getServiceRootPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getServiceRootPackageAsPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getSource() - Method in interface BusinessDomainDsl.Association
Returns the value of the 'Source' reference.
getSource() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
getSourceMultiplicity() - Method in interface BusinessDomainDsl.Association
Returns the value of the 'Source Multiplicity' attribute.
getSourceMultiplicity() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
getSourcePath() - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
getSourceRoleName() - Method in interface BusinessDomainDsl.Association
Returns the value of the 'Source Role Name' attribute.
getSourceRoleName() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
getSpecialMethod() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getSpecialMethod() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for class 'Special Method'.
getSpecialMethod_Dto() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
 
getSpecialMethod_Dto() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
Returns the meta object for the reference 'Dto'.
getSrcGenPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getSrcManPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getSrcModelPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getStringProperty() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'String Property'.
getStringProperty() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getStringProperty_DefaultValue() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Default Value'.
getStringProperty_DefaultValue() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getStringProperty_MaxLength() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Max Length'.
getStringProperty_MaxLength() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getStringProperty_MinLength() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Min Length'.
getStringProperty_MinLength() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getStringProperty_RegularExpression() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the attribute 'Regular Expression'.
getStringProperty_RegularExpression() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getSubProperties() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
getSubProperties() - Method in interface org.mod4j.crossx.mm.crossx.SymbolProperty
Returns the value of the 'Sub Properties' containment reference list.
getSubSymbol(Symbol, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
 
getSubSymbols() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
getSubSymbols() - Method in interface org.mod4j.crossx.mm.crossx.Symbol
Returns the value of the 'Sub Symbols' containment reference list.
getSuperclass() - Method in interface BusinessDomainDsl.BusinessClass
Returns the value of the 'Superclass' reference.
getSuperclass() - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
getSymbol() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for class 'Symbol'.
getSymbol() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getSymbol_Name() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Name'.
getSymbol_Name() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getSymbol_Owner() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the container reference 'Owner'.
getSymbol_Owner() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getSymbol_Parent() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the container reference 'Parent'.
getSymbol_Parent() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getSymbol_Properties() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the containment reference list 'Properties'.
getSymbol_Properties() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getSymbol_SubSymbols() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the containment reference list 'Sub Symbols'.
getSymbol_SubSymbols() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getSymbol_Type() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Type'.
getSymbol_Type() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getSymbolname() - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
getSymbolname() - Method in interface org.mod4j.crossx.mm.crossx.ReferenceSymbolProperty
Returns the value of the 'Symbolname' attribute.
getSymbolProperty() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for class 'Symbol Property'.
getSymbolProperty() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getSymbolProperty_Name() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the attribute 'Name'.
getSymbolProperty_Name() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getSymbolProperty_SubProperties() - Method in interface org.mod4j.crossx.mm.crossx.CrossxPackage
Returns the meta object for the containment reference list 'Sub Properties'.
getSymbolProperty_SubProperties() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
 
getSymbols() - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
getSymbols() - Method in interface org.mod4j.crossx.mm.crossx.ModelInfo
Returns the value of the 'Symbols' containment reference list.
getTarget() - Method in interface BusinessDomainDsl.Association
Returns the value of the 'Target' reference.
getTarget() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
getTargetMultiplicity() - Method in interface BusinessDomainDsl.Association
Returns the value of the 'Target Multiplicity' attribute.
getTargetMultiplicity() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
getTargetRoleName() - Method in interface BusinessDomainDsl.Association
Returns the value of the 'Target Role Name' attribute.
getTargetRoleName() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
getTrack(String) - Method in class org.mod4j.common.generator.admin.ProjectTrack
 
getTracks() - Method in class org.mod4j.common.generator.admin.ProjectTrack
 
getTranslatorsPackage() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getType() - Method in interface BusinessDomainDsl.EnumerationProperty
Returns the value of the 'Type' reference.
getType() - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
getType() - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
getType() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
getType() - Method in interface org.mod4j.crossx.mm.crossx.ReferenceSymbolProperty
Returns the value of the 'Type' attribute.
getType() - Method in interface org.mod4j.crossx.mm.crossx.Symbol
Returns the value of the 'Type' attribute.
getType() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoEnumerationProperty
Returns the value of the 'Type' reference.
getType() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
getType() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
getType() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
getType() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.Parameter
Returns the value of the 'Type' reference.
getType() - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceMethod
Returns the value of the 'Type' attribute.
getTypes() - Method in interface BusinessDomainDsl.BusinessDomainModel
Returns the value of the 'Types' containment reference list.
getTypes() - Method in class BusinessDomainDsl.impl.BusinessDomainModelImpl
 
getUniqueRule() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for class 'Unique Rule'.
getUniqueRule() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getUniqueRule_Properties() - Method in interface BusinessDomainDsl.BusinessDomainDslPackage
Returns the meta object for the reference list 'Properties'.
getUniqueRule_Properties() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
 
getValue() - Method in enum BusinessDomainDsl.DateTimeAccuracy
 
getValue() - Method in enum BusinessDomainDsl.Multiplicity
 
getValue() - Method in enum BusinessDomainDsl.PersistencyMode
 
getValue() - Method in class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
 
getValue() - Method in interface org.mod4j.crossx.mm.crossx.LiteralSymbolProperty
Returns the value of the 'Value' attribute.
getValue() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.EnumerationDtoLiteral
Returns the value of the 'Value' attribute.
getValue() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
 
getValue() - Method in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
 
getValue() - Method in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
 
getValue() - Method in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
 
getVersion() - Method in class org.mod4j.runtime.dto.AbstractDto
 
getWebAppPath() - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
getWicketApplicationClass() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketCompositeDataProviderClass(String, String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketDataProviderClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketEditPanelClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketExceptionPageClass() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketFinderDataProviderClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketHomePageClass() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketHtmlPanelClass() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketMasterPageClass() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketPageNotFoundPageClass() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketPanelClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketReferenceDataProviderClass(String, String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketRequestCycleClass() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketServiceDataProviderClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketSesssionClass() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWicketSwapPanelClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
getWorkDir() - Method in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 

H

HAS_DEFAULT_EDEFAULT - Static variable in class BusinessDomainDsl.impl.PropertyImpl
The default value of the 'Has Default' attribute.
HAS_DEFAULT_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
The default value of the 'Has Default' attribute.
hasDefault - Variable in class BusinessDomainDsl.impl.PropertyImpl
The cached value of the 'Has Default' attribute.
hasDefault - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
The cached value of the 'Has Default' attribute.
hasProperty(Symbol, String, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
 
hasSubclasses(BusinessClass) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
hibernateMappingFile(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
HOUR_VALUE - Static variable in enum BusinessDomainDsl.DateTimeAccuracy
The 'Hour' literal value.

I

IDirectoryVisitor - Interface in org.mod4j.dslcommon.io
 
IMPLBASE_SUFFIX - Static variable in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
IMPLBASE_SUFFIX - Static variable in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
indent(String, int) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
indent(StringBuffer, int) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
init() - Static method in class BusinessDomainDsl.impl.BusinessDomainDslFactoryImpl
Creates the default factory implementation.
init() - Static method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.mod4j.crossx.mm.crossx.impl.CrossxFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
initializePackageContents() - Method in class BusinessDomainDsl.impl.BusinessDomainDslPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.mod4j.crossx.mm.crossx.impl.CrossxPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DataContractDslPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslPackageImpl
Complete the initialization of the package and its meta-model.
initializeWorkflowProperties(String, String) - Method in class org.mod4j.dslcommon.openarchitectureware.OutletDirectoryCleaner
 
initResource(String) - Method in class org.mod4j.common.generator.admin.Mod4jTracker
Notify the ExtensionPointtracker that 'resource'is started This used by the Maven plugin
initResource(String, String, String) - Method in class org.mod4j.common.generator.admin.Mod4jTracker
Notify the ExtensionPointtracker that code will be generated for 'resource' This is used by the Eclipse Mod4j Builder and set the current project such that the Xpand templates will refer to the correct template.
inParameters - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
The cached value of the 'In Parameters' containment reference list.
INSTANCE - Static variable in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy
A convenient singleton instance
INTEGER_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Integer Property' class.
INTEGER_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Integer Property' class.
INTEGER_PROPERTY__DATA_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Data Type' attribute.
INTEGER_PROPERTY__DEFAULT_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Default Value' attribute.
INTEGER_PROPERTY__DEFAULT_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
INTEGER_PROPERTY__DERIVED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Derived' attribute.
INTEGER_PROPERTY__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
INTEGER_PROPERTY__HAS_DEFAULT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Has Default' attribute.
INTEGER_PROPERTY__MAX_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Max Value' attribute.
INTEGER_PROPERTY__MAX_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Max Value' attribute feature.
INTEGER_PROPERTY__MIN_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Min Value' attribute.
INTEGER_PROPERTY__MIN_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Min Value' attribute feature.
INTEGER_PROPERTY__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
INTEGER_PROPERTY__NULLABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Nullable' attribute.
INTEGER_PROPERTY__OWNING_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Owning Type' container reference.
INTEGER_PROPERTY__PERSISTENCY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Persistency' attribute.
INTEGER_PROPERTY__WRITABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Writable' attribute.
INTEGER_PROPERTY_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Integer Property' class.
IntegerProperty - Interface in BusinessDomainDsl
A representation of the model object 'Integer Property'.
IntegerPropertyImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Integer Property'.
IntegerPropertyImpl() - Constructor for class BusinessDomainDsl.impl.IntegerPropertyImpl
 
invokeInternal(WorkflowContext, ProgressMonitor, Issues) - Method in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
Then calling MyWorkflowComponent the invoke method is called.
invokeInternal(WorkflowContext, ProgressMonitor, Issues) - Method in class org.mod4j.dslcommon.openarchitectureware.CrossxWorkflowComponent
Converts a ModelInfo into an XML structure and writes this to file.
invokeInternal(WorkflowContext, ProgressMonitor, Issues) - Method in class org.mod4j.dslcommon.openarchitectureware.LoggingWorkflowComponent
Converts a ModelInfo into an XML structure and writes this to file.
invokeValidator(Validator) - Method in class org.mod4j.runtime.validation.BusinessRuleValidationTemplate
Invoke the given validator on the current object.
invokeValidators(List<Validator>) - Method in class org.mod4j.runtime.validation.BusinessRuleValidationTemplate
Invoke the given validators on the current object.
isActive() - Method in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
 
isBidirectional() - Method in interface BusinessDomainDsl.Association
Returns the value of the 'Bidirectional' attribute.
isBidirectional() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
isChanged() - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
isComposite() - Method in interface BusinessDomainDsl.Association
Returns the value of the 'Composite' attribute.
isComposite() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
isCompositePart(BusinessClass) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
isCreatable() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassDto
Returns the value of the 'Creatable' attribute.
isCreatable() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
isDefaultValue() - Method in interface BusinessDomainDsl.BoolProperty
Returns the value of the 'Default Value' attribute.
isDefaultValue() - Method in class BusinessDomainDsl.impl.BoolPropertyImpl
 
isDerived() - Method in class BusinessDomainDsl.impl.PropertyImpl
 
isDerived() - Method in interface BusinessDomainDsl.Property
Returns the value of the 'Derived' attribute.
isDslFile(String) - Method in class org.mod4j.dslcommon.openarchitectureware.CodegenDirectoryVisitor
 
isExtensionPoint() - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
isFactoryForType(Object) - Method in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Returns whether this factory is applicable for the type of the object.
isHasDefault() - Method in class BusinessDomainDsl.impl.PropertyImpl
 
isHasDefault() - Method in interface BusinessDomainDsl.Property
Returns the value of the 'Has Default' attribute.
isHasDefault() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoDataProperty
Returns the value of the 'Has Default' attribute.
isHasDefault() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
 
isMandatoryForCreation() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Returns the value of the 'Mandatory For Creation' attribute.
isMandatoryForCreation() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
isMany2Many(Association) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
isMany2One(Association) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
isMaxInclusive() - Method in interface BusinessDomainDsl.DecimalProperty
Returns the value of the 'Max Inclusive' attribute.
isMaxInclusive() - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
isMinInclusive() - Method in interface BusinessDomainDsl.DecimalProperty
Returns the value of the 'Min Inclusive' attribute.
isMinInclusive() - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
isNullable() - Method in class BusinessDomainDsl.impl.PropertyImpl
 
isNullable() - Method in interface BusinessDomainDsl.Property
Returns the value of the 'Nullable' attribute.
isNullable() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Returns the value of the 'Nullable' attribute.
isNullable() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
isOne2Many(Association) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
isOne2One(Association) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
isOrdered() - Method in interface BusinessDomainDsl.Association
Returns the value of the 'Ordered' attribute.
isOrdered() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
isOrdered() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoAssociationRoleProperty
Returns the value of the 'Ordered' attribute.
isOrdered() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
isRetained() - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
isStarted() - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
Has the environment been started yet?
isWritable() - Method in class BusinessDomainDsl.impl.PropertyImpl
 
isWritable() - Method in interface BusinessDomainDsl.Property
Returns the value of the 'Writable' attribute.
isWritable() - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Returns the value of the 'Writable' attribute.
isWritable() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 

J

javaBusinessRuleBaseClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaBusinessRuleBaseClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaBusinessRuleClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaBusinessRuleClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaClassName(String) - Static method in class org.mod4j.dslcommon.generator.helpers.ModelHelpers
 
javaDaoBaseClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDaoBaseClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDaoBaseInterface(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDaoBaseInterfacePath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDaoClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDaoClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDaoInterface(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDaoInterfacePath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDefaultValue(Property) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaDefaultValue(BoolProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaDefaultValue(DateTimeProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaDefaultValue(EnumerationProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaDefaultValue(StringProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaDefaultValue(IntegerProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaDefaultValue(DecimalProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaDomainBaseClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainBaseClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainClassFolder(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainExampleClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainExampleClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainServiceBaseClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainServiceBaseClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainServiceBaseInterface(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainServiceBaseInterfacePath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainServiceClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainServiceClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainServiceInterface(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDomainServiceInterfacePath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDtoClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaDtoClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaGenericEnumClass() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaGenericEnumClassPath() - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaLocalServiceBaseClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaLocalServiceBaseClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaLocalServiceClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaLocalServiceClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaLocalServiceInterface(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaLocalServiceInterfacePath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaNullableType(Property) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaNullableType(BoolProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaNullableType(DateTimeProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaNullableType(EnumerationProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaNullableType(StringProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaNullableType(IntegerProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaNullableType(DecimalProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaPrimitiveType(String, boolean) - Static method in class org.mod4j.dslcommon.generator.helpers.JavaTypeHelpers
 
javaTranslatorClass(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaTranslatorClassPath(String) - Static method in class org.mod4j.dslcommon.generator.helpers.NameMapper
 
javaTranslatorName(String) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
javaType(Property) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaType(BoolProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaType(DateTimeProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaType(EnumerationProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaType(StringProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaType(IntegerProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaType(DecimalProperty) - Static method in class org.mod4j.businessdomain.generator.helpers.BusinessClassHelpers
 
javaType(DtoProperty) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
javaType(DtoBooleanProperty) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
javaType(DtoDateTimeProperty) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
javaType(DtoEnumerationProperty) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
javaType(DtoStringProperty) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
javaType(DtoIntegerProperty) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
javaType(DtoDecimalProperty) - Static method in class org.mod4j.dsl.datacontract.generator.helpers.DtoHelpers
 
JavaTypeHelpers - Class in org.mod4j.dslcommon.generator.helpers
 
JavaTypeHelpers() - Constructor for class org.mod4j.dslcommon.generator.helpers.JavaTypeHelpers
 
joinKeyColumnName(String, String) - Method in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy

K

keyword - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
The cached value of the 'Keyword' attribute.
KEYWORD_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
The default value of the 'Keyword' attribute.

L

LAST_CHANGED_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
The default value of the 'Last Changed' attribute.
lastChanged - Variable in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
The cached value of the 'Last Changed' attribute.
LIST_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
The 'LIST' literal value.
LISTALL_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
The 'LISTALL' literal value.
LITERAL_SYMBOL_PROPERTY - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The meta object id for the 'Literal Symbol Property' class.
LITERAL_SYMBOL_PROPERTY - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Literal Symbol Property' class.
LITERAL_SYMBOL_PROPERTY__NAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Name' attribute.
LITERAL_SYMBOL_PROPERTY__SUB_PROPERTIES - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Sub Properties' containment reference list.
LITERAL_SYMBOL_PROPERTY__VALUE - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Value' attribute.
LITERAL_SYMBOL_PROPERTY__VALUE - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Value' attribute feature.
LITERAL_SYMBOL_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The number of structural features of the 'Literal Symbol Property' class.
literals - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
The cached value of the 'Literals' containment reference list.
LiteralSymbolProperty - Interface in org.mod4j.crossx.mm.crossx
A representation of the model object 'Literal Symbol Property'.
LiteralSymbolPropertyImpl - Class in org.mod4j.crossx.mm.crossx.impl
An implementation of the model object 'Literal Symbol Property'.
LiteralSymbolPropertyImpl() - Constructor for class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
 
logAfter(JoinPoint) - Method in class org.mod4j.runtime.aspects.LoggingAspect
Logs the exit (regardless of successful return or exception, aka 'finally') of an advised method.
logBefore(JoinPoint) - Method in class org.mod4j.runtime.aspects.LoggingAspect
Logs the entry of an advised method.
LoggingAspect - Class in org.mod4j.runtime.aspects
Interceptor class to inject logging / tracing.
LoggingAspect() - Constructor for class org.mod4j.runtime.aspects.LoggingAspect
 
LoggingWorkflowComponent - Class in org.mod4j.dslcommon.openarchitectureware
 
LoggingWorkflowComponent() - Constructor for class org.mod4j.dslcommon.openarchitectureware.LoggingWorkflowComponent
 
logicalCollectionColumnName(String, String, String) - Method in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy
logicalCollectionTableName(String, String, String, String) - Method in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy
logicalColumnName(String, String) - Method in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy
lookup(String, String, String) - Method in class org.mod4j.crossx.broker.CrossxLocation
Find the symbol with name 'name' and type 'type'.
lookupReference(ReferenceSymbolProperty) - Static method in class org.mod4j.crossx.broker.CrossxBroker
 
lookupSymbol(String, String, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
Lookup a symbol in a model of a certain type
lookupSymbol(String, String, String) - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
Lookup a symbol in a model of a certain type
lookupSymbolWithProperty(String, String, String, String, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
 
lookupSymbolWithSubsymbol(String, String, String, String, String) - Static method in class org.mod4j.crossx.broker.CrossxBroker
 

M

main - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
The cached value of the 'Main' reference.
main(String[]) - Static method in class org.mod4j.dslcommon.io.DirectoryWalkerTester
 
makeUnique(Collection<Symbol>) - Static method in class org.mod4j.dsl.service.generator.helpers.ServiceUtil
 
MANDATORY_FOR_CREATION_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
The default value of the 'Mandatory For Creation' attribute.
mandatoryForCreation - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
The cached value of the 'Mandatory For Creation' attribute.
MANY_VALUE - Static variable in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
The 'MANY' literal value.
MAX_INCLUSIVE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.DecimalPropertyImpl
The default value of the 'Max Inclusive' attribute.
MAX_LENGTH_EDEFAULT - Static variable in class BusinessDomainDsl.impl.StringPropertyImpl
The default value of the 'Max Length' attribute.
MAX_VALUE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.DecimalPropertyImpl
The default value of the 'Max Value' attribute.
MAX_VALUE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.IntegerPropertyImpl
The default value of the 'Max Value' attribute.
maxInclusive - Variable in class BusinessDomainDsl.impl.DecimalPropertyImpl
The cached value of the 'Max Inclusive' attribute.
maxLength - Variable in class BusinessDomainDsl.impl.StringPropertyImpl
The cached value of the 'Max Length' attribute.
MaxLengthValidator - Class in org.mod4j.runtime.validation
 
MaxLengthValidator(Class, String, int) - Constructor for class org.mod4j.runtime.validation.MaxLengthValidator
 
maxValue - Variable in class BusinessDomainDsl.impl.DecimalPropertyImpl
The cached value of the 'Max Value' attribute.
maxValue - Variable in class BusinessDomainDsl.impl.IntegerPropertyImpl
The cached value of the 'Max Value' attribute.
MaxValueValidator - Class in org.mod4j.runtime.validation
 
MaxValueValidator(Class, String, long) - Constructor for class org.mod4j.runtime.validation.MaxValueValidator
 
METHOD_TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Method Type' enum.
METHOD_TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Method Type' enum.
methods - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
The cached value of the 'Methods' containment reference list.
MethodType - Enum in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the literals of the enumeration 'Method Type', and utility methods for working with them.
MILLISECOND_VALUE - Static variable in enum BusinessDomainDsl.DateTimeAccuracy
The 'Millisecond' literal value.
MIN_INCLUSIVE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.DecimalPropertyImpl
The default value of the 'Min Inclusive' attribute.
MIN_LENGTH_EDEFAULT - Static variable in class BusinessDomainDsl.impl.StringPropertyImpl
The default value of the 'Min Length' attribute.
MIN_VALUE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.DecimalPropertyImpl
The default value of the 'Min Value' attribute.
MIN_VALUE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.IntegerPropertyImpl
The default value of the 'Min Value' attribute.
minInclusive - Variable in class BusinessDomainDsl.impl.DecimalPropertyImpl
The cached value of the 'Min Inclusive' attribute.
minLength - Variable in class BusinessDomainDsl.impl.StringPropertyImpl
The cached value of the 'Min Length' attribute.
MinLengthValidator - Class in org.mod4j.runtime.validation
 
MinLengthValidator(Class, String, int) - Constructor for class org.mod4j.runtime.validation.MinLengthValidator
 
MINUTE_VALUE - Static variable in enum BusinessDomainDsl.DateTimeAccuracy
The 'Minute' literal value.
minValue - Variable in class BusinessDomainDsl.impl.DecimalPropertyImpl
The cached value of the 'Min Value' attribute.
minValue - Variable in class BusinessDomainDsl.impl.IntegerPropertyImpl
The cached value of the 'Min Value' attribute.
MinValueValidator - Class in org.mod4j.runtime.validation
 
MinValueValidator(Class, String, long) - Constructor for class org.mod4j.runtime.validation.MinValueValidator
 
Mod4jGeneratorMojo - Class in org.mod4j.mojo
The Mod4j Maven plug-in is used for generating artifacts out of Mod4j model projects.
Mod4jGeneratorMojo() - Constructor for class org.mod4j.mojo.Mod4jGeneratorMojo
 
Mod4jNamingStrategy - Class in org.mod4j.runtime.hibernate
 
Mod4jNamingStrategy() - Constructor for class org.mod4j.runtime.hibernate.Mod4jNamingStrategy
 
Mod4jTracker - Class in org.mod4j.common.generator.admin
 
Mod4jWorkflowException - Exception in org.mod4j.dslcommon.openarchitectureware
 
Mod4jWorkflowException(String) - Constructor for exception org.mod4j.dslcommon.openarchitectureware.Mod4jWorkflowException
 
Mod4jWorkflowRunner - Class in org.mod4j.dslcommon.openarchitectureware
 
Mod4jWorkflowRunner() - Constructor for class org.mod4j.dslcommon.openarchitectureware.Mod4jWorkflowRunner
 
MODEL_ELEMENT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Model Element' class.
MODEL_ELEMENT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Model Element' class.
MODEL_ELEMENT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Model Element' class.
MODEL_ELEMENT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Model Element' class.
MODEL_ELEMENT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Model Element' class.
MODEL_ELEMENT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Model Element' class.
MODEL_ELEMENT__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Description' attribute feature.
MODEL_ELEMENT__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
MODEL_ELEMENT__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Description' attribute feature.
MODEL_ELEMENT__DESCRIPTION - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Description' attribute.
MODEL_ELEMENT__DESCRIPTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Description' attribute feature.
MODEL_ELEMENT__DESCRIPTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Description' attribute.
MODEL_ELEMENT__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Name' attribute feature.
MODEL_ELEMENT__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
MODEL_ELEMENT__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Name' attribute feature.
MODEL_ELEMENT__NAME - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The feature id for the 'Name' attribute.
MODEL_ELEMENT__NAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Name' attribute feature.
MODEL_ELEMENT__NAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Name' attribute.
MODEL_ELEMENT_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Model Element' class.
MODEL_ELEMENT_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The number of structural features of the 'Model Element' class.
MODEL_ELEMENT_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The number of structural features of the 'Model Element' class.
MODEL_INFO - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Model Info' class.
MODEL_INFO - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The meta object id for the 'Model Info' class.
MODEL_INFO__DSLNAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Dslname' attribute feature.
MODEL_INFO__DSLNAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Dslname' attribute.
MODEL_INFO__LAST_CHANGED - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Last Changed' attribute feature.
MODEL_INFO__LAST_CHANGED - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Last Changed' attribute.
MODEL_INFO__MODELNAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Modelname' attribute feature.
MODEL_INFO__MODELNAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Modelname' attribute.
MODEL_INFO__RESOURCE - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Resource' attribute feature.
MODEL_INFO__RESOURCE - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Resource' attribute.
MODEL_INFO__SYMBOLS - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Symbols' containment reference list feature.
MODEL_INFO__SYMBOLS - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Symbols' containment reference list.
MODEL_INFO_FEATURE_COUNT - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The number of structural features of the 'Model Info' class.
ModelElement - Interface in BusinessDomainDsl
A representation of the model object 'Model Element'.
ModelElement - Interface in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the model object 'Model Element'.
ModelElement - Interface in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the model object 'Model Element'.
ModelElementImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Model Element'.
ModelElementImpl() - Constructor for class BusinessDomainDsl.impl.ModelElementImpl
 
ModelElementImpl - Class in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
An implementation of the model object 'Model Element'.
ModelElementImpl() - Constructor for class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
ModelElementImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model object 'Model Element'.
ModelElementImpl() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
ModelHelpers - Class in org.mod4j.dslcommon.generator.helpers
 
ModelHelpers() - Constructor for class org.mod4j.dslcommon.generator.helpers.ModelHelpers
 
ModelInfo - Interface in org.mod4j.crossx.mm.crossx
A representation of the model object 'Model Info'.
ModelInfoImpl - Class in org.mod4j.crossx.mm.crossx.impl
An implementation of the model object 'Model Info'.
ModelInfoImpl() - Constructor for class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
modelname - Variable in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
The cached value of the 'Modelname' attribute.
modelname - Variable in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
The cached value of the 'Modelname' attribute.
modelname - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
The cached value of the 'Modelname' attribute.
modelname - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
The cached value of the 'Modelname' attribute.
MODELNAME_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
The default value of the 'Modelname' attribute.
MODELNAME_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
The default value of the 'Modelname' attribute.
MODELNAME_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
The default value of the 'Modelname' attribute.
MODELNAME_EDEFAULT - Static variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
The default value of the 'Modelname' attribute.
modelPackage - Static variable in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
The cached model package.
modelPackage - Static variable in class BusinessDomainDsl.util.BusinessDomainDslSwitch
The cached model package
modelPackage - Static variable in class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
The cached model package.
modelPackage - Static variable in class org.mod4j.crossx.mm.crossx.util.CrossxSwitch
The cached model package
modelPackage - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
The cached model package.
modelPackage - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslSwitch
The cached model package
modelPackage - Static variable in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
The cached model package.
modelPackage - Static variable in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
The cached model package
modelSwitch - Variable in class BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class org.mod4j.crossx.mm.crossx.util.CrossxAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
The switch that delegates to the createXXX methods.
modifiedDate - Variable in class org.mod4j.common.generator.admin.GeneratedFile
 
moduleName - Variable in class org.mod4j.common.generator.admin.GeneratedFile
 
MONTH_VALUE - Static variable in enum BusinessDomainDsl.DateTimeAccuracy
The 'Month' literal value.
MULTIPLICITY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Multiplicity' enum.
MULTIPLICITY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Multiplicity' enum.
Multiplicity - Enum in BusinessDomainDsl
A representation of the literals of the enumeration 'Multiplicity', and utility methods for working with them.
MULTIPLICITY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage.Literals
The meta object literal for the 'Multiplicity' enum.
MULTIPLICITY - Static variable in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DataContractDslPackage
The meta object id for the 'Multiplicity' enum.
multiplicity - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
The cached value of the 'Multiplicity' attribute.
Multiplicity - Enum in org.mod4j.dsl.datacontract.mm.DataContractDsl
A representation of the literals of the enumeration 'Multiplicity', and utility methods for working with them.
MULTIPLICITY_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
The default value of the 'Multiplicity' attribute.

N

name - Variable in class BusinessDomainDsl.impl.ModelElementImpl
The cached value of the 'Name' attribute.
name - Variable in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
The cached value of the 'Name' attribute.
name - Variable in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
The cached value of the 'Name' attribute.
name - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
The cached value of the 'Name' attribute.
name - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
The cached value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class BusinessDomainDsl.impl.ModelElementImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
The default value of the 'Name' attribute.
NameMapper - Class in org.mod4j.dslcommon.generator.helpers
 
NameMapper() - Constructor for class org.mod4j.dslcommon.generator.helpers.NameMapper
 
newLine - Static variable in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
newLineChar - Static variable in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
NONE_VALUE - Static variable in enum BusinessDomainDsl.PersistencyMode
The 'None' literal value.
NONE_VALUE - Static variable in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
The 'NONE' literal value.
NotEmptyOrWhitespaceValidator - Class in org.mod4j.runtime.validation
 
NotEmptyOrWhitespaceValidator(Class, String) - Constructor for class org.mod4j.runtime.validation.NotEmptyOrWhitespaceValidator
 
NotNullValidator - Class in org.mod4j.runtime.validation
 
NotNullValidator(Class, String) - Constructor for class org.mod4j.runtime.validation.NotNullValidator
 
nullable - Variable in class BusinessDomainDsl.impl.PropertyImpl
The cached value of the 'Nullable' attribute.
nullable - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
The cached value of the 'Nullable' attribute.
NULLABLE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.PropertyImpl
The default value of the 'Nullable' attribute.
NULLABLE_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
The default value of the 'Nullable' attribute.

O

ONE_MANY_VALUE - Static variable in enum BusinessDomainDsl.Multiplicity
The 'One Many' literal value.
ONE_VALUE - Static variable in enum BusinessDomainDsl.Multiplicity
The 'One' literal value.
ONE_VALUE - Static variable in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
The 'ONE' literal value.
ordered - Variable in class BusinessDomainDsl.impl.AssociationImpl
The cached value of the 'Ordered' attribute.
ordered - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
The cached value of the 'Ordered' attribute.
ORDERED_EDEFAULT - Static variable in class BusinessDomainDsl.impl.AssociationImpl
The default value of the 'Ordered' attribute.
ORDERED_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
The default value of the 'Ordered' attribute.
org.mod4j.businessdomain.generator.helpers - package org.mod4j.businessdomain.generator.helpers
 
org.mod4j.common.generator.admin - package org.mod4j.common.generator.admin
 
org.mod4j.crossx.broker - package org.mod4j.crossx.broker
 
org.mod4j.crossx.mm.crossx - package org.mod4j.crossx.mm.crossx
 
org.mod4j.crossx.mm.crossx.impl - package org.mod4j.crossx.mm.crossx.impl
 
org.mod4j.crossx.mm.crossx.util - package org.mod4j.crossx.mm.crossx.util
 
org.mod4j.dsl.datacontract.generator.helpers - package org.mod4j.dsl.datacontract.generator.helpers
 
org.mod4j.dsl.datacontract.mm.DataContractDsl - package org.mod4j.dsl.datacontract.mm.DataContractDsl
 
org.mod4j.dsl.datacontract.mm.DataContractDsl.impl - package org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
 
org.mod4j.dsl.datacontract.mm.DataContractDsl.util - package org.mod4j.dsl.datacontract.mm.DataContractDsl.util
 
org.mod4j.dsl.service.generator.helpers - package org.mod4j.dsl.service.generator.helpers
 
org.mod4j.dsl.service.mm.ServiceDsl - package org.mod4j.dsl.service.mm.ServiceDsl
 
org.mod4j.dsl.service.mm.ServiceDsl.impl - package org.mod4j.dsl.service.mm.ServiceDsl.impl
 
org.mod4j.dsl.service.mm.ServiceDsl.util - package org.mod4j.dsl.service.mm.ServiceDsl.util
 
org.mod4j.dslcommon.generator.helpers - package org.mod4j.dslcommon.generator.helpers
 
org.mod4j.dslcommon.io - package org.mod4j.dslcommon.io
 
org.mod4j.dslcommon.openarchitectureware - package org.mod4j.dslcommon.openarchitectureware
 
org.mod4j.dslcommon.xml - package org.mod4j.dslcommon.xml
 
org.mod4j.mojo - package org.mod4j.mojo
 
org.mod4j.runtime.aspects - package org.mod4j.runtime.aspects
 
org.mod4j.runtime.domain - package org.mod4j.runtime.domain
 
org.mod4j.runtime.dto - package org.mod4j.runtime.dto
 
org.mod4j.runtime.exception - package org.mod4j.runtime.exception
 
org.mod4j.runtime.hibernate - package org.mod4j.runtime.hibernate
 
org.mod4j.runtime.validation - package org.mod4j.runtime.validation
 
OutletDirectoryCleaner - Class in org.mod4j.dslcommon.openarchitectureware
 
OutletDirectoryCleaner() - Constructor for class org.mod4j.dslcommon.openarchitectureware.OutletDirectoryCleaner
 
outParameter - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
The cached value of the 'Out Parameter' containment reference.
outputFile - Variable in class org.mod4j.dslcommon.openarchitectureware.CrossxWorkflowComponent
 
outputFile - Variable in class org.mod4j.dslcommon.openarchitectureware.LoggingWorkflowComponent
 
owner - Variable in class org.mod4j.common.generator.admin.GeneratedFile
 

P

Parameter - Interface in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the model object 'Parameter'.
PARAMETER - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Parameter' class.
PARAMETER - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Parameter' class.
PARAMETER__COLLECTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Collection' attribute feature.
PARAMETER__COLLECTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Collection' attribute.
PARAMETER__DESCRIPTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Description' attribute.
PARAMETER__METHOD - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Method' container reference feature.
PARAMETER__METHOD - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Method' container reference.
PARAMETER__NAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Name' attribute.
PARAMETER__TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Type' reference feature.
PARAMETER__TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Type' reference.
PARAMETER_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The number of structural features of the 'Parameter' class.
ParameterImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model object 'Parameter'.
ParameterImpl() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
part - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
The cached value of the 'Part' reference.
PERSISTED_VALUE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.EnumerationLiteralImpl
The default value of the 'Persisted Value' attribute.
persistedValue - Variable in class BusinessDomainDsl.impl.EnumerationLiteralImpl
The cached value of the 'Persisted Value' attribute.
persistency - Variable in class BusinessDomainDsl.impl.PropertyImpl
The cached value of the 'Persistency' attribute.
PERSISTENCY_EDEFAULT - Static variable in class BusinessDomainDsl.impl.PropertyImpl
The default value of the 'Persistency' attribute.
PERSISTENCY_MODE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Persistency Mode' enum.
PERSISTENCY_MODE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Persistency Mode' enum.
PersistencyMode - Enum in BusinessDomainDsl
A representation of the literals of the enumeration 'Persistency Mode', and utility methods for working with them.
PostGenerator - Class in org.mod4j.common.generator.admin
Formats generated Java code using the Eclipse code formatter.
PostGenerator() - Constructor for class org.mod4j.common.generator.admin.PostGenerator
 
print(String) - Static method in class org.mod4j.dslcommon.generator.helpers.ModelHelpers
 
processDslModel(String, DslExtension) - Method in class org.mod4j.mojo.Mod4jGeneratorMojo
Method for processing DslExtensions within a project.
project - Variable in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 
project - Variable in class org.mod4j.dslcommon.openarchitectureware.CrossxWorkflowComponent
 
project - Variable in class org.mod4j.dslcommon.openarchitectureware.LoggingWorkflowComponent
 
ProjectProperties - Class in org.mod4j.dslcommon.generator.helpers
 
ProjectProperties() - Constructor for class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
ProjectTrack - Class in org.mod4j.common.generator.admin
 
ProjectTrack() - Constructor for class org.mod4j.common.generator.admin.ProjectTrack
 
ProjectTrack(String) - Constructor for class org.mod4j.common.generator.admin.ProjectTrack
 
properties - Variable in class BusinessDomainDsl.impl.AbstractTypeImpl
The cached value of the 'Properties' containment reference list.
properties - Variable in class BusinessDomainDsl.impl.UniqueRuleImpl
The cached value of the 'Properties' reference list.
properties - Variable in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
The cached value of the 'Properties' containment reference list.
properties - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
The cached value of the 'Properties' containment reference list.
properties - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.CustomDtoImpl
The cached value of the 'Properties' containment reference list.
PropertiesWorkflowComponent - Class in org.mod4j.dslcommon.generator.helpers
 
PropertiesWorkflowComponent() - Constructor for class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 
PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Property' class.
PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Property' class.
Property - Interface in BusinessDomainDsl
A representation of the model object 'Property'.
PROPERTY__DATA_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Data Type' attribute feature.
PROPERTY__DATA_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Data Type' attribute.
PROPERTY__DERIVED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Derived' attribute feature.
PROPERTY__DERIVED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Derived' attribute.
PROPERTY__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
PROPERTY__HAS_DEFAULT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Has Default' attribute feature.
PROPERTY__HAS_DEFAULT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Has Default' attribute.
PROPERTY__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
PROPERTY__NULLABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Nullable' attribute feature.
PROPERTY__NULLABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Nullable' attribute.
PROPERTY__OWNING_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Owning Type' container reference feature.
PROPERTY__OWNING_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Owning Type' container reference.
PROPERTY__PERSISTENCY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Persistency' attribute feature.
PROPERTY__PERSISTENCY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Persistency' attribute.
PROPERTY__WRITABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Writable' attribute feature.
PROPERTY__WRITABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Writable' attribute.
PROPERTY_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Property' class.
propertyFile - Variable in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 
PropertyImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Property'.
PropertyImpl() - Constructor for class BusinessDomainDsl.impl.PropertyImpl
 
propertyReferences - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
The cached value of the 'Property References' containment reference list.
propertyToColumnName(String) - Method in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy

R

READ_VALUE - Static variable in enum BusinessDomainDsl.PersistencyMode
The 'Read' literal value.
READ_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
The 'READ' literal value.
READ_WRITE_VALUE - Static variable in enum BusinessDomainDsl.PersistencyMode
The 'Read Write' literal value.
readProjectTracker(String) - Method in class org.mod4j.common.generator.admin.ProjectTrack
 
readXmlDocument(File, boolean) - Static method in class org.mod4j.dslcommon.xml.XmlUtil
Read an Xml Document from file.
readXmlDocument(Reader, boolean) - Static method in class org.mod4j.dslcommon.xml.XmlUtil
Read an Xml Document from reader.
REFERENCE_SYMBOL_PROPERTY - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Reference Symbol Property' class.
REFERENCE_SYMBOL_PROPERTY - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The meta object id for the 'Reference Symbol Property' class.
REFERENCE_SYMBOL_PROPERTY__MODELNAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Modelname' attribute feature.
REFERENCE_SYMBOL_PROPERTY__MODELNAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Modelname' attribute.
REFERENCE_SYMBOL_PROPERTY__NAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Name' attribute.
REFERENCE_SYMBOL_PROPERTY__SUB_PROPERTIES - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Sub Properties' containment reference list.
REFERENCE_SYMBOL_PROPERTY__SYMBOLNAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Symbolname' attribute feature.
REFERENCE_SYMBOL_PROPERTY__SYMBOLNAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Symbolname' attribute.
REFERENCE_SYMBOL_PROPERTY__TYPE - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Type' attribute feature.
REFERENCE_SYMBOL_PROPERTY__TYPE - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Type' attribute.
REFERENCE_SYMBOL_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The number of structural features of the 'Reference Symbol Property' class.
ReferenceSymbolProperty - Interface in org.mod4j.crossx.mm.crossx
A representation of the model object 'Reference Symbol Property'.
ReferenceSymbolPropertyImpl - Class in org.mod4j.crossx.mm.crossx.impl
An implementation of the model object 'Reference Symbol Property'.
ReferenceSymbolPropertyImpl() - Constructor for class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
REFERRED_MODEL_EDEFAULT - Static variable in class BusinessDomainDsl.impl.BusinessClassReferenceImpl
The default value of the 'Referred Model' attribute.
referredModel - Variable in class BusinessDomainDsl.impl.BusinessClassReferenceImpl
The cached value of the 'Referred Model' attribute.
RegExpValidator - Class in org.mod4j.runtime.validation
 
RegExpValidator(Class, String, String) - Constructor for class org.mod4j.runtime.validation.RegExpValidator
Validator for regular expressions
REGULAR_EXPRESSION_EDEFAULT - Static variable in class BusinessDomainDsl.impl.StringPropertyImpl
The default value of the 'Regular Expression' attribute.
regularExpression - Variable in class BusinessDomainDsl.impl.StringPropertyImpl
The cached value of the 'Regular Expression' attribute.
REMOVEFROM_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
The 'REMOVEFROM' literal value.
removeModelInfo(String, String) - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
Remove'modelinfo' to the location named 'location' in the current environment
removeModelInfo(String) - Method in class org.mod4j.crossx.broker.CrossxLocation
 
removeSurroundingQuotes(String) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
replaceAllSubstrings(StringBuffer, String, String) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
replaceAllSubstrings(String, String, String) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
replaceFirstSubstring(String, String, String) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
replaces 'origSub' with 'newSub' in the String 'orig'.
replaceLastSubstring(String, String, String) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
resource - Variable in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
The cached value of the 'Resource' attribute.
RESOURCE_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
The default value of the 'Resource' attribute.
retain(String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
Static, because this is used in Xpand templates.
retain(String, String, String) - Static method in class org.mod4j.common.generator.admin.Mod4jTracker
Static, because this is used in Xpand templates.
retained - Variable in class org.mod4j.common.generator.admin.GeneratedFile
 
rolename - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
The cached value of the 'Rolename' attribute.
ROLENAME_EDEFAULT - Static variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
The default value of the 'Rolename' attribute.
RunCrossxWorkflow - Class in org.mod4j.dslcommon.openarchitectureware
 
RunCrossxWorkflow() - Constructor for class org.mod4j.dslcommon.openarchitectureware.RunCrossxWorkflow
 
runWorkflow(String, Map<String, String>) - Method in class org.mod4j.dslcommon.openarchitectureware.Mod4jWorkflowRunner
General Mod4j workflow runner.
runWorkflow(String, String, String, String, boolean) - Method in class org.mod4j.dslcommon.openarchitectureware.RunCrossxWorkflow
 

S

SECOND_VALUE - Static variable in enum BusinessDomainDsl.DateTimeAccuracy
The 'Second' literal value.
SERVICE_METHOD - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Service Method' class.
SERVICE_METHOD - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Service Method' class.
SERVICE_METHOD__DESCRIPTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Description' attribute.
SERVICE_METHOD__MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Model' container reference feature.
SERVICE_METHOD__MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Model' container reference.
SERVICE_METHOD__NAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Name' attribute.
SERVICE_METHOD__TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Type' attribute feature.
SERVICE_METHOD__TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Type' attribute.
SERVICE_METHOD_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The number of structural features of the 'Service Method' class.
SERVICE_MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Service Model' class.
SERVICE_MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Service Model' class.
SERVICE_MODEL__CRUD_SERVICES - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Crud Services' containment reference list feature.
SERVICE_MODEL__CRUD_SERVICES - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Crud Services' containment reference list.
SERVICE_MODEL__DESCRIPTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Description' attribute.
SERVICE_MODEL__DTO_REFERENCES - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Dto References' containment reference list feature.
SERVICE_MODEL__DTO_REFERENCES - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Dto References' containment reference list.
SERVICE_MODEL__METHODS - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Methods' containment reference list feature.
SERVICE_MODEL__METHODS - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Methods' containment reference list.
SERVICE_MODEL__NAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Name' attribute.
SERVICE_MODEL_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The number of structural features of the 'Service Model' class.
ServiceDslAdapterFactory - Class in org.mod4j.dsl.service.mm.ServiceDsl.util
The Adapter Factory for the model.
ServiceDslAdapterFactory() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslAdapterFactory
Creates an instance of the adapter factory.
ServiceDslFactory - Interface in org.mod4j.dsl.service.mm.ServiceDsl
The Factory for the model.
ServiceDslFactoryImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model Factory.
ServiceDslFactoryImpl() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceDslFactoryImpl
Creates an instance of the factory.
ServiceDslPackage - Interface in org.mod4j.dsl.service.mm.ServiceDsl
The Package for the model.
ServiceDslPackage.Literals - Interface in org.mod4j.dsl.service.mm.ServiceDsl
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
ServiceDslPackageImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model Package.
ServiceDslSwitch<T> - Class in org.mod4j.dsl.service.mm.ServiceDsl.util
The Switch for the model's inheritance hierarchy.
ServiceDslSwitch() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.util.ServiceDslSwitch
Creates an instance of the switch.
ServiceException - Exception in org.mod4j.runtime.exception
Thrown when during the call of a service method a violation occurred.
ServiceException() - Constructor for exception org.mod4j.runtime.exception.ServiceException
ServiceException(String, Throwable) - Constructor for exception org.mod4j.runtime.exception.ServiceException
ServiceException(String) - Constructor for exception org.mod4j.runtime.exception.ServiceException
ServiceException(Throwable) - Constructor for exception org.mod4j.runtime.exception.ServiceException
ServiceMethod - Interface in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the model object 'Service Method'.
ServiceMethodImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model object 'Service Method'.
ServiceMethodImpl() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
ServiceModel - Interface in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the model object 'Service Model'.
ServiceModelImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model object 'Service Model'.
ServiceModelImpl() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceModelImpl
 
ServiceUtil - Class in org.mod4j.dsl.service.generator.helpers
 
ServiceUtil() - Constructor for class org.mod4j.dsl.service.generator.helpers.ServiceUtil
 
setAccuracy(DateTimeAccuracy) - Method in interface BusinessDomainDsl.DateTimeProperty
Sets the value of the 'Accuracy' attribute.
setAccuracy(DateTimeAccuracy) - Method in class BusinessDomainDsl.impl.DateTimePropertyImpl
 
setActive(boolean) - Method in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
 
setApplicationPath(String) - Method in class org.mod4j.common.generator.admin.ProjectTrack
 
setBase(ExternalReference) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassDto
Sets the value of the 'Base' reference.
setBase(ExternalReference) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.EnumerationDto
Sets the value of the 'Base' reference.
setBase(ExternalReference) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
setBase(ExternalReference) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
setBidirectional(boolean) - Method in interface BusinessDomainDsl.Association
Sets the value of the 'Bidirectional' attribute.
setBidirectional(boolean) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
setBusinessClass(BusinessClass) - Method in interface BusinessDomainDsl.AbstractBusinessRule
Sets the value of the 'Business Class' container reference.
setBusinessClass(BusinessClass) - Method in class BusinessDomainDsl.impl.AbstractBusinessRuleImpl
 
setBusinessClassDto(BusinessClassDto) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Sets the value of the 'Business Class Dto' container reference.
setBusinessClassDto(BusinessClassDto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
setChanged(boolean) - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
setCollection(CollectionType) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
setCollection(CollectionType) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.Parameter
Sets the value of the 'Collection' attribute.
setComposite(boolean) - Method in interface BusinessDomainDsl.Association
Sets the value of the 'Composite' attribute.
setComposite(boolean) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
setCreatable(boolean) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassDto
Sets the value of the 'Creatable' attribute.
setCreatable(boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
setCurrentFileTrack(FileTrack) - Method in class org.mod4j.common.generator.admin.ProjectTrack
 
setCustomDto(CustomDto) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Sets the value of the 'Custom Dto' container reference.
setCustomDto(CustomDto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
setDatacontractModel(DataContractModel) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.Dto
Sets the value of the 'Datacontract Model' container reference.
setDatacontractModel(DataContractModel) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.EnumerationDto
Sets the value of the 'Datacontract Model' container reference.
setDatacontractModel(DataContractModel) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ExternalReference
Sets the value of the 'Datacontract Model' container reference.
setDatacontractModel(DataContractModel) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoImpl
 
setDatacontractModel(DataContractModel) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoImpl
 
setDatacontractModel(DataContractModel) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
setDataType(String) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
setDataType(String) - Method in interface BusinessDomainDsl.Property
Sets the value of the 'Data Type' attribute.
setDataType(String) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Sets the value of the 'Data Type' attribute.
setDataType(String) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
setDefaultValue(boolean) - Method in interface BusinessDomainDsl.BoolProperty
Sets the value of the 'Default Value' attribute.
setDefaultValue(String) - Method in interface BusinessDomainDsl.DateTimeProperty
Sets the value of the 'Default Value' attribute.
setDefaultValue(float) - Method in interface BusinessDomainDsl.DecimalProperty
Sets the value of the 'Default Value' attribute.
setDefaultValue(boolean) - Method in class BusinessDomainDsl.impl.BoolPropertyImpl
 
setDefaultValue(String) - Method in class BusinessDomainDsl.impl.DateTimePropertyImpl
 
setDefaultValue(float) - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
setDefaultValue(int) - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
setDefaultValue(String) - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
setDefaultValue(int) - Method in interface BusinessDomainDsl.IntegerProperty
Sets the value of the 'Default Value' attribute.
setDefaultValue(String) - Method in interface BusinessDomainDsl.StringProperty
Sets the value of the 'Default Value' attribute.
setDefaultValue(Boolean) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoBooleanProperty
Sets the value of the 'Default Value' attribute.
setDefaultValue(String) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoDateTimeProperty
Sets the value of the 'Default Value' attribute.
setDefaultValue(BigDecimal) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoDecimalProperty
Sets the value of the 'Default Value' attribute.
setDefaultValue(Integer) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoIntegerProperty
Sets the value of the 'Default Value' attribute.
setDefaultValue(String) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoStringProperty
Sets the value of the 'Default Value' attribute.
setDefaultValue(Boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
 
setDefaultValue(String) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
 
setDefaultValue(BigDecimal) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
 
setDefaultValue(Integer) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
 
setDefaultValue(String) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
 
setDefaultValueAsString(String) - Method in interface BusinessDomainDsl.EnumerationProperty
Sets the value of the 'Default Value As String' attribute.
setDefaultValueAsString(String) - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
setDefaultValueAsString(String) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoEnumerationProperty
Sets the value of the 'Default Value As String' attribute.
setDefaultValueAsString(String) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
setDerived(boolean) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
setDerived(boolean) - Method in interface BusinessDomainDsl.Property
Sets the value of the 'Derived' attribute.
setDescription(String) - Method in class BusinessDomainDsl.impl.ModelElementImpl
 
setDescription(String) - Method in interface BusinessDomainDsl.ModelElement
Sets the value of the 'Description' attribute.
setDescription(String) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
setDescription(String) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ModelElement
Sets the value of the 'Description' attribute.
setDescription(String) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
setDescription(String) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ModelElement
Sets the value of the 'Description' attribute.
setDirectories(String) - Method in class org.mod4j.dslcommon.openarchitectureware.OutletDirectoryCleaner
 
setDslname(String) - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
setDslname(String) - Method in interface org.mod4j.crossx.mm.crossx.ModelInfo
Sets the value of the 'Dslname' attribute.
setDto(BusinessClassDto) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassAssociationRoleReference
Sets the value of the 'Dto' container reference.
setDto(BusinessClassDto) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassPropertyReference
Sets the value of the 'Dto' container reference.
setDto(BusinessClassDto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
setDto(BusinessClassDto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassPropertyReferenceImpl
 
setDto(DtoReference) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.CrudService
Sets the value of the 'Dto' reference.
setDto(DtoReference) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
setDto(DtoReference) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.SpecialMethodImpl
 
setDto(DtoReference) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.SpecialMethod
Sets the value of the 'Dto' reference.
setDtoType(Dto) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.BusinessClassAssociationRoleReference
Sets the value of the 'Dto Type' reference.
setDtoType(Dto) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoAssociationRoleProperty
Sets the value of the 'Dto Type' reference.
setDtoType(Dto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassAssociationRoleReferenceImpl
 
setDtoType(Dto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
setEnumeration(Enumeration) - Method in interface BusinessDomainDsl.EnumerationLiteral
Sets the value of the 'Enumeration' container reference.
setEnumeration(Enumeration) - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
setHasDefault(boolean) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
setHasDefault(boolean) - Method in interface BusinessDomainDsl.Property
Sets the value of the 'Has Default' attribute.
setHasDefault(boolean) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoDataProperty
Sets the value of the 'Has Default' attribute.
setHasDefault(boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
 
setKeyword(String) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ExternalReference
Sets the value of the 'Keyword' attribute.
setKeyword(String) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
setLastChanged(String) - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
setLastChanged(String) - Method in interface org.mod4j.crossx.mm.crossx.ModelInfo
Sets the value of the 'Last Changed' attribute.
setMain(DtoReference) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod
Sets the value of the 'Main' reference.
setMain(DtoReference) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
setMandatoryForCreation(boolean) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Sets the value of the 'Mandatory For Creation' attribute.
setMandatoryForCreation(boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
setMaxInclusive(boolean) - Method in interface BusinessDomainDsl.DecimalProperty
Sets the value of the 'Max Inclusive' attribute.
setMaxInclusive(boolean) - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
setMaxLength(int) - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
setMaxLength(int) - Method in interface BusinessDomainDsl.StringProperty
Sets the value of the 'Max Length' attribute.
setMaxValue(float) - Method in interface BusinessDomainDsl.DecimalProperty
Sets the value of the 'Max Value' attribute.
setMaxValue(float) - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
setMaxValue(int) - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
setMaxValue(int) - Method in interface BusinessDomainDsl.IntegerProperty
Sets the value of the 'Max Value' attribute.
setMessage(String) - Method in exception org.mod4j.dslcommon.openarchitectureware.Mod4jWorkflowException
 
setMethod(CustomMethod) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
setMethod(CustomMethod) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.Parameter
Sets the value of the 'Method' container reference.
setMinInclusive(boolean) - Method in interface BusinessDomainDsl.DecimalProperty
Sets the value of the 'Min Inclusive' attribute.
setMinInclusive(boolean) - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
setMinLength(int) - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
setMinLength(int) - Method in interface BusinessDomainDsl.StringProperty
Sets the value of the 'Min Length' attribute.
setMinValue(float) - Method in interface BusinessDomainDsl.DecimalProperty
Sets the value of the 'Min Value' attribute.
setMinValue(float) - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
setMinValue(int) - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
setMinValue(int) - Method in interface BusinessDomainDsl.IntegerProperty
Sets the value of the 'Min Value' attribute.
setModel(BusinessDomainModel) - Method in interface BusinessDomainDsl.AbstractType
Sets the value of the 'Model' container reference.
setModel(BusinessDomainModel) - Method in interface BusinessDomainDsl.Association
Sets the value of the 'Model' container reference.
setModel(BusinessDomainModel) - Method in interface BusinessDomainDsl.Enumeration
Sets the value of the 'Model' container reference.
setModel(BusinessDomainModel) - Method in class BusinessDomainDsl.impl.AbstractTypeImpl
 
setModel(BusinessDomainModel) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
setModel(BusinessDomainModel) - Method in class BusinessDomainDsl.impl.EnumerationImpl
 
setModel(ServiceModel) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.CrudService
Sets the value of the 'Model' container reference.
setModel(ServiceModel) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.DtoReference
Sets the value of the 'Model' container reference.
setModel(ServiceModel) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CrudServiceImpl
 
setModel(ServiceModel) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
setModel(ServiceModel) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
setModel(ServiceModel) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceMethod
Sets the value of the 'Model' container reference.
setModelname(String) - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
setModelname(String) - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
setModelname(String) - Method in interface org.mod4j.crossx.mm.crossx.ModelInfo
Sets the value of the 'Modelname' attribute.
setModelname(String) - Method in interface org.mod4j.crossx.mm.crossx.ReferenceSymbolProperty
Sets the value of the 'Modelname' attribute.
setModelname(String) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ExternalReference
Sets the value of the 'Modelname' attribute.
setModelname(String) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
setModelname(String) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.DtoReference
Sets the value of the 'Modelname' attribute.
setModelname(String) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
setModifiedDate(long) - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
setMultiplicity(Multiplicity) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoAssociationRoleProperty
Sets the value of the 'Multiplicity' attribute.
setMultiplicity(Multiplicity) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
setName(String) - Method in class BusinessDomainDsl.impl.ModelElementImpl
 
setName(String) - Method in interface BusinessDomainDsl.ModelElement
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
setName(String) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
setName(String) - Method in interface org.mod4j.crossx.mm.crossx.Symbol
Sets the value of the 'Name' attribute.
setName(String) - Method in interface org.mod4j.crossx.mm.crossx.SymbolProperty
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
setName(String) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ModelElement
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
setName(String) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ModelElement
Sets the value of the 'Name' attribute.
setNullable(boolean) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
setNullable(boolean) - Method in interface BusinessDomainDsl.Property
Sets the value of the 'Nullable' attribute.
setNullable(boolean) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Sets the value of the 'Nullable' attribute.
setNullable(boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
setOrder(int) - Method in class org.mod4j.runtime.aspects.LoggingAspect
Allows the order of this aspect to be set.
setOrder(int) - Method in class org.mod4j.runtime.aspects.TimingAspect
Allows the order of this aspect to be set.
setOrdered(boolean) - Method in interface BusinessDomainDsl.Association
Sets the value of the 'Ordered' attribute.
setOrdered(boolean) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
setOrdered(boolean) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoAssociationRoleProperty
Sets the value of the 'Ordered' attribute.
setOrdered(boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
setOutParameter(Parameter) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.CustomMethod
Sets the value of the 'Out Parameter' containment reference.
setOutParameter(Parameter) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.CustomMethodImpl
 
setOutputFile(String) - Method in class org.mod4j.dslcommon.openarchitectureware.CrossxWorkflowComponent
 
setOutputFile(String) - Method in class org.mod4j.dslcommon.openarchitectureware.LoggingWorkflowComponent
 
setOwner(ModelInfo) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
setOwner(ModelInfo) - Method in interface org.mod4j.crossx.mm.crossx.Symbol
Sets the value of the 'Owner' container reference.
setOwningType(AbstractType) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
setOwningType(AbstractType) - Method in interface BusinessDomainDsl.Property
Sets the value of the 'Owning Type' container reference.
setParent(Symbol) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
setParent(Symbol) - Method in interface org.mod4j.crossx.mm.crossx.Symbol
Sets the value of the 'Parent' container reference.
setPart(DtoReference) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod
Sets the value of the 'Part' reference.
setPart(DtoReference) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
setPersistedValue(int) - Method in interface BusinessDomainDsl.EnumerationLiteral
Sets the value of the 'Persisted Value' attribute.
setPersistedValue(int) - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
setPersistency(PersistencyMode) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
setPersistency(PersistencyMode) - Method in interface BusinessDomainDsl.Property
Sets the value of the 'Persistency' attribute.
setPrintStream(OutputStream) - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
sets the error stream to 's;'
setPrintWriter(PrintWriter) - Method in class org.mod4j.crossx.broker.CrossxLocation
Sets 'pw' as the output writer for this object.
setProject(ProjectTrack) - Method in class org.mod4j.common.generator.admin.FileTrack
 
setProject(String) - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
setProject(String) - Method in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 
setProject(String) - Method in class org.mod4j.dslcommon.openarchitectureware.CrossxWorkflowComponent
 
setProject(String) - Method in class org.mod4j.dslcommon.openarchitectureware.LoggingWorkflowComponent
 
setProjectPath(String) - Method in class org.mod4j.common.generator.admin.ProjectTrack
 
setPropertiesFile(String) - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
setPropertyFile(String) - Method in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 
setReferredModel(String) - Method in interface BusinessDomainDsl.BusinessClassReference
Sets the value of the 'Referred Model' attribute.
setReferredModel(String) - Method in class BusinessDomainDsl.impl.BusinessClassReferenceImpl
 
setRegularExpression(String) - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
setRegularExpression(String) - Method in interface BusinessDomainDsl.StringProperty
Sets the value of the 'Regular Expression' attribute.
setResource(String) - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
setResource(String) - Method in interface org.mod4j.crossx.mm.crossx.ModelInfo
Sets the value of the 'Resource' attribute.
setRetained(boolean) - Method in class org.mod4j.common.generator.admin.GeneratedFile
 
setRolename(String) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.AssociationMethod
Sets the value of the 'Rolename' attribute.
setRolename(String) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
setSource(BusinessClass) - Method in interface BusinessDomainDsl.Association
Sets the value of the 'Source' reference.
setSource(BusinessClass) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
setSourceMultiplicity(Multiplicity) - Method in interface BusinessDomainDsl.Association
Sets the value of the 'Source Multiplicity' attribute.
setSourceMultiplicity(Multiplicity) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
setSourceRoleName(String) - Method in interface BusinessDomainDsl.Association
Sets the value of the 'Source Role Name' attribute.
setSourceRoleName(String) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
setStarted(boolean) - Static method in class org.mod4j.crossx.broker.CrossxEnvironment
 
setSuperclass(BusinessClass) - Method in interface BusinessDomainDsl.BusinessClass
Sets the value of the 'Superclass' reference.
setSuperclass(BusinessClass) - Method in class BusinessDomainDsl.impl.BusinessClassImpl
 
setSymbolname(String) - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
setSymbolname(String) - Method in interface org.mod4j.crossx.mm.crossx.ReferenceSymbolProperty
Sets the value of the 'Symbolname' attribute.
setTarget(AbstractBusinessClass) - Method in interface BusinessDomainDsl.Association
Sets the value of the 'Target' reference.
setTarget(AbstractBusinessClass) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
setTargetMultiplicity(Multiplicity) - Method in interface BusinessDomainDsl.Association
Sets the value of the 'Target Multiplicity' attribute.
setTargetMultiplicity(Multiplicity) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
setTargetRoleName(String) - Method in interface BusinessDomainDsl.Association
Sets the value of the 'Target Role Name' attribute.
setTargetRoleName(String) - Method in class BusinessDomainDsl.impl.AssociationImpl
 
setType(Enumeration) - Method in interface BusinessDomainDsl.EnumerationProperty
Sets the value of the 'Type' reference.
setType(Enumeration) - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
setType(String) - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
setType(String) - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
setType(String) - Method in interface org.mod4j.crossx.mm.crossx.ReferenceSymbolProperty
Sets the value of the 'Type' attribute.
setType(String) - Method in interface org.mod4j.crossx.mm.crossx.Symbol
Sets the value of the 'Type' attribute.
setType(EnumerationDto) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoEnumerationProperty
Sets the value of the 'Type' reference.
setType(EnumerationDto) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
setType(DtoReference) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
setType(MethodType) - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
setType(DtoReference) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.Parameter
Sets the value of the 'Type' reference.
setType(MethodType) - Method in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceMethod
Sets the value of the 'Type' attribute.
setValue(String) - Method in class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
 
setValue(String) - Method in interface org.mod4j.crossx.mm.crossx.LiteralSymbolProperty
Sets the value of the 'Value' attribute.
setValue(int) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.EnumerationDtoLiteral
Sets the value of the 'Value' attribute.
setValue(int) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
 
setWorkDir(String) - Static method in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
setWorkDir(String) - Method in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 
setWritable(boolean) - Method in class BusinessDomainDsl.impl.PropertyImpl
 
setWritable(boolean) - Method in interface BusinessDomainDsl.Property
Sets the value of the 'Writable' attribute.
setWritable(boolean) - Method in interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
Sets the value of the 'Writable' attribute.
setWritable(boolean) - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
shouldRegenerate(String) - Static method in class org.mod4j.dslcommon.generator.helpers.ModelHelpers
Determines if the file, given by the absoluteFilePath, should be generated again.
SINGLE_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
The 'SINGLE' literal value.
source - Variable in class BusinessDomainDsl.impl.AssociationImpl
The cached value of the 'Source' reference.
SOURCE_MULTIPLICITY_EDEFAULT - Static variable in class BusinessDomainDsl.impl.AssociationImpl
The default value of the 'Source Multiplicity' attribute.
SOURCE_ROLE_NAME_EDEFAULT - Static variable in class BusinessDomainDsl.impl.AssociationImpl
The default value of the 'Source Role Name' attribute.
sourceMultiplicity - Variable in class BusinessDomainDsl.impl.AssociationImpl
The cached value of the 'Source Multiplicity' attribute.
sourcePath - Variable in class org.mod4j.common.generator.admin.GeneratedFile
 
sourceRoleName - Variable in class BusinessDomainDsl.impl.AssociationImpl
The cached value of the 'Source Role Name' attribute.
SPECIAL_METHOD - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Special Method' class.
SPECIAL_METHOD - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The meta object id for the 'Special Method' class.
SPECIAL_METHOD__DESCRIPTION - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Description' attribute.
SPECIAL_METHOD__DTO - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage.Literals
The meta object literal for the 'Dto' reference feature.
SPECIAL_METHOD__DTO - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Dto' reference.
SPECIAL_METHOD__MODEL - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Model' container reference.
SPECIAL_METHOD__NAME - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Name' attribute.
SPECIAL_METHOD__TYPE - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The feature id for the 'Type' attribute.
SPECIAL_METHOD_FEATURE_COUNT - Static variable in interface org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage
The number of structural features of the 'Special Method' class.
SpecialMethod - Interface in org.mod4j.dsl.service.mm.ServiceDsl
A representation of the model object 'Special Method'.
SpecialMethodImpl - Class in org.mod4j.dsl.service.mm.ServiceDsl.impl
An implementation of the model object 'Special Method'.
SpecialMethodImpl() - Constructor for class org.mod4j.dsl.service.mm.ServiceDsl.impl.SpecialMethodImpl
 
STRING_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'String Property' class.
STRING_PROPERTY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'String Property' class.
STRING_PROPERTY__DATA_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Data Type' attribute.
STRING_PROPERTY__DEFAULT_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Default Value' attribute feature.
STRING_PROPERTY__DEFAULT_VALUE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Default Value' attribute.
STRING_PROPERTY__DERIVED - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Derived' attribute.
STRING_PROPERTY__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
STRING_PROPERTY__HAS_DEFAULT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Has Default' attribute.
STRING_PROPERTY__MAX_LENGTH - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Max Length' attribute feature.
STRING_PROPERTY__MAX_LENGTH - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Max Length' attribute.
STRING_PROPERTY__MIN_LENGTH - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Min Length' attribute feature.
STRING_PROPERTY__MIN_LENGTH - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Min Length' attribute.
STRING_PROPERTY__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
STRING_PROPERTY__NULLABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Nullable' attribute.
STRING_PROPERTY__OWNING_TYPE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Owning Type' container reference.
STRING_PROPERTY__PERSISTENCY - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Persistency' attribute.
STRING_PROPERTY__REGULAR_EXPRESSION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Regular Expression' attribute feature.
STRING_PROPERTY__REGULAR_EXPRESSION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Regular Expression' attribute.
STRING_PROPERTY__WRITABLE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Writable' attribute.
STRING_PROPERTY_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'String Property' class.
StringHelpers - Class in org.mod4j.dslcommon.generator.helpers
 
StringProperty - Interface in BusinessDomainDsl
A representation of the model object 'String Property'.
StringPropertyImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'String Property'.
StringPropertyImpl() - Constructor for class BusinessDomainDsl.impl.StringPropertyImpl
 
subProperties - Variable in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
The cached value of the 'Sub Properties' containment reference list.
subSymbols - Variable in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
The cached value of the 'Sub Symbols' containment reference list.
superclass - Variable in class BusinessDomainDsl.impl.BusinessClassImpl
The cached value of the 'Superclass' reference.
supports(Class) - Method in class org.mod4j.runtime.validation.MaxLengthValidator
supports(Class) - Method in class org.mod4j.runtime.validation.MaxValueValidator
 
supports(Class) - Method in class org.mod4j.runtime.validation.MinLengthValidator
supports(Class) - Method in class org.mod4j.runtime.validation.MinValueValidator
 
supports(Class) - Method in class org.mod4j.runtime.validation.NotEmptyOrWhitespaceValidator
supports(Class) - Method in class org.mod4j.runtime.validation.NotNullValidator
supports(Class) - Method in class org.mod4j.runtime.validation.RegExpValidator
SYMBOL - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Symbol' class.
SYMBOL - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The meta object id for the 'Symbol' class.
Symbol - Interface in org.mod4j.crossx.mm.crossx
A representation of the model object 'Symbol'.
SYMBOL__NAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Name' attribute feature.
SYMBOL__NAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Name' attribute.
SYMBOL__OWNER - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Owner' container reference feature.
SYMBOL__OWNER - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Owner' container reference.
SYMBOL__PARENT - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Parent' container reference feature.
SYMBOL__PARENT - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Parent' container reference.
SYMBOL__PROPERTIES - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Properties' containment reference list feature.
SYMBOL__PROPERTIES - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Properties' containment reference list.
SYMBOL__SUB_SYMBOLS - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Sub Symbols' containment reference list feature.
SYMBOL__SUB_SYMBOLS - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Sub Symbols' containment reference list.
SYMBOL__TYPE - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Type' attribute feature.
SYMBOL__TYPE - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Type' attribute.
SYMBOL_FEATURE_COUNT - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The number of structural features of the 'Symbol' class.
SYMBOL_PROPERTY - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Symbol Property' class.
SYMBOL_PROPERTY - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The meta object id for the 'Symbol Property' class.
SYMBOL_PROPERTY__NAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Name' attribute feature.
SYMBOL_PROPERTY__NAME - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Name' attribute.
SYMBOL_PROPERTY__SUB_PROPERTIES - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage.Literals
The meta object literal for the 'Sub Properties' containment reference list feature.
SYMBOL_PROPERTY__SUB_PROPERTIES - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The feature id for the 'Sub Properties' containment reference list.
SYMBOL_PROPERTY_FEATURE_COUNT - Static variable in interface org.mod4j.crossx.mm.crossx.CrossxPackage
The number of structural features of the 'Symbol Property' class.
SymbolImpl - Class in org.mod4j.crossx.mm.crossx.impl
An implementation of the model object 'Symbol'.
SymbolImpl() - Constructor for class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
symbolname - Variable in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
The cached value of the 'Symbolname' attribute.
SYMBOLNAME_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
The default value of the 'Symbolname' attribute.
SymbolProperty - Interface in org.mod4j.crossx.mm.crossx
A representation of the model object 'Symbol Property'.
SymbolPropertyImpl - Class in org.mod4j.crossx.mm.crossx.impl
An implementation of the model object 'Symbol Property'.
SymbolPropertyImpl() - Constructor for class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
symbols - Variable in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
The cached value of the 'Symbols' containment reference list.

T

tableName(String) - Method in class org.mod4j.runtime.hibernate.Mod4jNamingStrategy
target - Variable in class BusinessDomainDsl.impl.AssociationImpl
The cached value of the 'Target' reference.
TARGET_MULTIPLICITY_EDEFAULT - Static variable in class BusinessDomainDsl.impl.AssociationImpl
The default value of the 'Target Multiplicity' attribute.
TARGET_ROLE_NAME_EDEFAULT - Static variable in class BusinessDomainDsl.impl.AssociationImpl
The default value of the 'Target Role Name' attribute.
targetMultiplicity - Variable in class BusinessDomainDsl.impl.AssociationImpl
The cached value of the 'Target Multiplicity' attribute.
targetRoleName - Variable in class BusinessDomainDsl.impl.AssociationImpl
The cached value of the 'Target Role Name' attribute.
time(ProceedingJoinPoint) - Method in class org.mod4j.runtime.aspects.TimingAspect
Logs the delta between entry and exit of an advised method.
timestamp() - Static method in class org.mod4j.dslcommon.generator.helpers.ModelHelpers
 
TimingAspect - Class in org.mod4j.runtime.aspects
Aspect to trace the time a method call has taken to complete.
TimingAspect() - Constructor for class org.mod4j.runtime.aspects.TimingAspect
 
toString() - Method in enum BusinessDomainDsl.DateTimeAccuracy
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class BusinessDomainDsl.impl.AssociationImpl
 
toString() - Method in class BusinessDomainDsl.impl.BoolPropertyImpl
 
toString() - Method in class BusinessDomainDsl.impl.BusinessClassReferenceImpl
 
toString() - Method in class BusinessDomainDsl.impl.DateTimePropertyImpl
 
toString() - Method in class BusinessDomainDsl.impl.DecimalPropertyImpl
 
toString() - Method in class BusinessDomainDsl.impl.EnumerationLiteralImpl
 
toString() - Method in class BusinessDomainDsl.impl.EnumerationPropertyImpl
 
toString() - Method in class BusinessDomainDsl.impl.IntegerPropertyImpl
 
toString() - Method in class BusinessDomainDsl.impl.ModelElementImpl
 
toString() - Method in class BusinessDomainDsl.impl.PropertyImpl
 
toString() - Method in class BusinessDomainDsl.impl.StringPropertyImpl
 
toString() - Method in enum BusinessDomainDsl.Multiplicity
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in enum BusinessDomainDsl.PersistencyMode
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
 
toString() - Method in class org.mod4j.crossx.mm.crossx.impl.ModelInfoImpl
 
toString() - Method in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
 
toString() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
 
toString() - Method in class org.mod4j.crossx.mm.crossx.impl.SymbolPropertyImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.BusinessClassDtoImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoAssociationRolePropertyImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoBooleanPropertyImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDataPropertyImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDateTimePropertyImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoDecimalPropertyImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoIntegerPropertyImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoStringPropertyImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ExternalReferenceImpl
 
toString() - Method in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.ModelElementImpl
 
toString() - Method in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.AssociationMethodImpl
 
toString() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.DtoReferenceImpl
 
toString() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ModelElementImpl
 
toString() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
 
toString() - Method in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
 
toString() - Method in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
Returns the literal value of the enumerator, which is its string representation.
TRANSLATORS_PACKAGE - Static variable in class org.mod4j.dslcommon.generator.helpers.ProjectProperties
 
trimTrailingWhiteSpace(StringBuffer) - Static method in class org.mod4j.dslcommon.generator.helpers.StringHelpers
 
type - Variable in class BusinessDomainDsl.impl.EnumerationPropertyImpl
The cached value of the 'Type' reference.
type - Variable in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
The cached value of the 'Type' attribute.
type - Variable in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
The cached value of the 'Type' attribute.
type - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoEnumerationPropertyImpl
The cached value of the 'Type' reference.
type - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ParameterImpl
The cached value of the 'Type' reference.
type - Variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
The cached value of the 'Type' attribute.
TYPE_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.ReferenceSymbolPropertyImpl
The default value of the 'Type' attribute.
TYPE_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.SymbolImpl
The default value of the 'Type' attribute.
TYPE_EDEFAULT - Static variable in class org.mod4j.dsl.service.mm.ServiceDsl.impl.ServiceMethodImpl
The default value of the 'Type' attribute.
types - Variable in class BusinessDomainDsl.impl.BusinessDomainModelImpl
The cached value of the 'Types' containment reference list.

U

UNIQUE_RULE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Unique Rule' class.
UNIQUE_RULE - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The meta object id for the 'Unique Rule' class.
UNIQUE_RULE__BUSINESS_CLASS - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Business Class' container reference.
UNIQUE_RULE__DESCRIPTION - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Description' attribute.
UNIQUE_RULE__NAME - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Name' attribute.
UNIQUE_RULE__PROPERTIES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage.Literals
The meta object literal for the 'Properties' reference list feature.
UNIQUE_RULE__PROPERTIES - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The feature id for the 'Properties' reference list.
UNIQUE_RULE_FEATURE_COUNT - Static variable in interface BusinessDomainDsl.BusinessDomainDslPackage
The number of structural features of the 'Unique Rule' class.
UniqueRule - Interface in BusinessDomainDsl
A representation of the model object 'Unique Rule'.
UniqueRuleImpl - Class in BusinessDomainDsl.impl
An implementation of the model object 'Unique Rule'.
UniqueRuleImpl() - Constructor for class BusinessDomainDsl.impl.UniqueRuleImpl
 
UPDATE_VALUE - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
The 'UPDATE' literal value.

V

validate() - Method in class org.mod4j.dslcommon.openarchitectureware.DslExtension
 
validate() - Method in class org.mod4j.runtime.domain.AbstractDomainObject
Validate this object.
validate() - Method in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
Validate this object.
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.MaxLengthValidator
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.MaxValueValidator
 
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.MinLengthValidator
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.MinValueValidator
 
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.NotEmptyOrWhitespaceValidator
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.NotNullValidator
validate(Object, Errors) - Method in class org.mod4j.runtime.validation.RegExpValidator
validateEmptyOrWhitespace(Errors, String) - Static method in class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
validateMaxLength(Errors, String, int) - Static method in class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
validateMaxValue(Errors, String, long) - Static method in class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
validateMinLength(Errors, String, int) - Static method in class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
validateMinValue(Errors, String, long) - Static method in class org.mod4j.runtime.validation.BusinessRuleUtils
Deprecated.  
validationTemplate - Variable in class org.mod4j.runtime.domain.AbstractDomainObject
 
validationTemplate - Variable in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
 
ValidationUtils - Class in BusinessDomainDsl.validation
 
ValidationUtils() - Constructor for class BusinessDomainDsl.validation.ValidationUtils
 
validators - Variable in class org.mod4j.runtime.domain.AbstractDomainObject
 
validators - Variable in class org.mod4j.runtime.validation.BusinessRuleValidationSupport
 
value - Variable in class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
The cached value of the 'Value' attribute.
value - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
The cached value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class org.mod4j.crossx.mm.crossx.impl.LiteralSymbolPropertyImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.EnumerationDtoLiteralImpl
The default value of the 'Value' attribute.
valueOf(String) - Static method in enum BusinessDomainDsl.DateTimeAccuracy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum BusinessDomainDsl.Multiplicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum BusinessDomainDsl.PersistencyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mod4j.common.generator.admin.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
Returns the enum constant of this type with the specified name.
VALUES - Static variable in enum BusinessDomainDsl.DateTimeAccuracy
A public read-only list of all the 'Date Time Accuracy' enumerators.
values() - Static method in enum BusinessDomainDsl.DateTimeAccuracy
Returns an array containing the constants of this enum type, in the order they're declared.
VALUES - Static variable in enum BusinessDomainDsl.Multiplicity
A public read-only list of all the 'Multiplicity' enumerators.
values() - Static method in enum BusinessDomainDsl.Multiplicity
Returns an array containing the constants of this enum type, in the order they're declared.
VALUES - Static variable in enum BusinessDomainDsl.PersistencyMode
A public read-only list of all the 'Persistency Mode' enumerators.
values() - Static method in enum BusinessDomainDsl.PersistencyMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mod4j.common.generator.admin.FileType
Returns an array containing the constants of this enum type, in the order they're declared.
VALUES - Static variable in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
A public read-only list of all the 'Multiplicity' enumerators.
values() - Static method in enum org.mod4j.dsl.datacontract.mm.DataContractDsl.Multiplicity
Returns an array containing the constants of this enum type, in the order they're declared.
VALUES - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
A public read-only list of all the 'Collection Type' enumerators.
values() - Static method in enum org.mod4j.dsl.service.mm.ServiceDsl.CollectionType
Returns an array containing the constants of this enum type, in the order they're declared.
VALUES - Static variable in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
A public read-only list of all the 'Method Type' enumerators.
values() - Static method in enum org.mod4j.dsl.service.mm.ServiceDsl.MethodType
Returns an array containing the constants of this enum type, in the order they're declared.
visitDirectoryAfter(File) - Method in class org.mod4j.dslcommon.io.DirectoryVisitorImpl
 
visitDirectoryAfter(File) - Method in interface org.mod4j.dslcommon.io.IDirectoryVisitor
 
visitDirectoryAfter(File) - Method in class org.mod4j.dslcommon.openarchitectureware.CodegenDirectoryVisitor
 
visitDirectoryAfter(File) - Method in class org.mod4j.dslcommon.openarchitectureware.CrossxDirectoryVisitor
 
visitDirectoryBefore(File) - Method in class org.mod4j.dslcommon.io.DirectoryVisitorImpl
 
visitDirectoryBefore(File) - Method in interface org.mod4j.dslcommon.io.IDirectoryVisitor
 
visitDirectoryBefore(File) - Method in class org.mod4j.dslcommon.openarchitectureware.CodegenDirectoryVisitor
 
visitDirectoryBefore(File) - Method in class org.mod4j.dslcommon.openarchitectureware.CrossxDirectoryVisitor
 
visitFile(File) - Method in class org.mod4j.dslcommon.io.DirectoryVisitorImpl
 
visitFile(File) - Method in interface org.mod4j.dslcommon.io.IDirectoryVisitor
 
visitFile(File) - Method in class org.mod4j.dslcommon.openarchitectureware.CodegenDirectoryVisitor
 
visitFile(File) - Method in class org.mod4j.dslcommon.openarchitectureware.CrossxDirectoryVisitor
 

W

walk(String, IDirectoryVisitor) - Method in class org.mod4j.dslcommon.io.DirectoryWalker
 
walk(File, IDirectoryVisitor) - Method in class org.mod4j.dslcommon.io.DirectoryWalker
 
workDir - Variable in class org.mod4j.dslcommon.generator.helpers.PropertiesWorkflowComponent
 
writable - Variable in class BusinessDomainDsl.impl.PropertyImpl
The cached value of the 'Writable' attribute.
writable - Variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
The cached value of the 'Writable' attribute.
WRITABLE_EDEFAULT - Static variable in class BusinessDomainDsl.impl.PropertyImpl
The default value of the 'Writable' attribute.
WRITABLE_EDEFAULT - Static variable in class org.mod4j.dsl.datacontract.mm.DataContractDsl.impl.DtoPropertyImpl
The default value of the 'Writable' attribute.
writeDocument(Document, FileOutputStream, boolean, String) - Static method in class org.mod4j.dslcommon.xml.XmlUtil
 
writeDocument(Document, String, boolean, String) - Static method in class org.mod4j.dslcommon.xml.XmlUtil
 
writeProjectTrack(String) - Method in class org.mod4j.common.generator.admin.ProjectTrack
 

X

XmlUtil - Class in org.mod4j.dslcommon.xml
XmlUtil :
XmlUtil() - Constructor for class org.mod4j.dslcommon.xml.XmlUtil
 

Y

YEAR_VALUE - Static variable in enum BusinessDomainDsl.DateTimeAccuracy
The 'Year' literal value.

Z

ZERO_MANY_VALUE - Static variable in enum BusinessDomainDsl.Multiplicity
The 'Zero Many' literal value.
ZERO_ONE_VALUE - Static variable in enum BusinessDomainDsl.Multiplicity
The 'Zero One' literal value.

A B C D E F G H I J K L M N O P R S T U V W X Y Z

Copyright © 2010 Mod4j. All Rights Reserved.