Class RelationAttributeAccess

  • All Implemented Interfaces:
    AttributeAccess

    public class RelationAttributeAccess
    extends java.lang.Object
    implements AttributeAccess
    Base class for relation attribute accesses. use this for building n:m-relations with attribute accesses.
    • Constructor Summary

      Constructors 
      Constructor Description
      RelationAttributeAccess​(java.lang.String qualifier, boolean isSource, boolean localized, boolean singleValued)
      Creates a new attribute access for one end of a relation.
    • Constructor Detail

      • RelationAttributeAccess

        public RelationAttributeAccess​(java.lang.String qualifier,
                                       boolean isSource,
                                       boolean localized,
                                       boolean singleValued)
        Creates a new attribute access for one end of a relation.
        Parameters:
        qualifier - the relation qualifier - must be the same at both ends for unidirectional relations
        isSource - tells whether this end is the source - only one end can be source
        localized - tells whether the relation value is localized or not
        singleValued - for the special case when the 1-end of an unidirectional 1:n relation is described - use with care, mostly using a simple typed property should be preferred