Class EdmRelationshipAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Data.Entity
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Data.Objects.DataClasses.EdmRelationshipAttribute
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • EdmRelationshipAttribute

        public EdmRelationshipAttribute​(java.lang.Object instance)
                                 throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • EdmRelationshipAttribute

        public EdmRelationshipAttribute()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EdmRelationshipAttribute

        public EdmRelationshipAttribute​(java.lang.String relationshipNamespaceName,
                                        java.lang.String relationshipName,
                                        java.lang.String role1Name,
                                        RelationshipMultiplicity role1Multiplicity,
                                        NetType role1Type,
                                        java.lang.String role2Name,
                                        RelationshipMultiplicity role2Multiplicity,
                                        NetType role2Type)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EdmRelationshipAttribute

        public EdmRelationshipAttribute​(java.lang.String relationshipNamespaceName,
                                        java.lang.String relationshipName,
                                        java.lang.String role1Name,
                                        RelationshipMultiplicity role1Multiplicity,
                                        NetType role1Type,
                                        java.lang.String role2Name,
                                        RelationshipMultiplicity role2Multiplicity,
                                        NetType role2Type,
                                        boolean isForeignKey)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIsForeignKey

        public boolean getIsForeignKey()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRole1Multiplicity

        public RelationshipMultiplicity getRole1Multiplicity()
                                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRole2Multiplicity

        public RelationshipMultiplicity getRole2Multiplicity()
                                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRelationshipName

        public java.lang.String getRelationshipName()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRelationshipNamespaceName

        public java.lang.String getRelationshipNamespaceName()
                                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRole1Name

        public java.lang.String getRole1Name()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRole2Name

        public java.lang.String getRole2Name()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRole1Type

        public NetType getRole1Type()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRole2Type

        public NetType getRole2Type()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable