Class DefaultNamingRuleIdentifier


  • public class DefaultNamingRuleIdentifier
    extends NamingRuleIdentifier
    Default implementation used for representing Naming Rule Identifiers (attributes taking part in a naming rule).
    • Constructor Detail

      • DefaultNamingRuleIdentifier

        public DefaultNamingRuleIdentifier​(java.lang.String attributeName)
        Constructor.
        Parameters:
        attributeName - the name of the identifier
      • DefaultNamingRuleIdentifier

        public DefaultNamingRuleIdentifier​(java.lang.String attributeName,
                                           java.lang.String relationshipType,
                                           java.lang.String relatedClass,
                                           boolean isRelationshipSource,
                                           boolean isRequired)
        Constructor.
        Parameters:
        attributeName - the name of the identifier.
        relationshipType - the relationship type.
        relatedClass - the related class.
        isRelationshipSource - shows if the identifier is source.
        isRequired - shows if the identifier is required.