Class RelationMetaInfo


  • public class RelationMetaInfo
    extends java.lang.Object
    Describe meta-information for relation type.
    • Method Detail

      • getRelationName

        public java.lang.String getRelationName()
      • isSourceOrdered

        public boolean isSourceOrdered()
      • isTargetOrdered

        public boolean isTargetOrdered()
      • isOneToMany

        public boolean isOneToMany()
      • getTargetTypeCode

        public java.lang.String getTargetTypeCode()
      • getSourceTypeCode

        public java.lang.String getSourceTypeCode()
      • getForeignKeyOnTarget

        public java.lang.String getForeignKeyOnTarget()
      • isTargetPartOf

        public boolean isTargetPartOf()
      • isSourcePartOf

        public boolean isSourcePartOf()