Packages

 

com.aspose.cad.fileformats.ifc.ifc2x3.entities

Classes

com.aspose.cad.fileformats.ifc.ifc2x3.entities

Class IfcPropertyDependencyRelationship

  • All Implemented Interfaces:
    IIfcEntity


    public class IfcPropertyDependencyRelationship
    extends IfcEntity
    • Constructor Detail

      • IfcPropertyDependencyRelationship

        public IfcPropertyDependencyRelationship()
    • Method Detail

      • getDependingProperty

        public final IfcProperty getDependingProperty()
      • setDependingProperty

        public final void setDependingProperty(IfcProperty value)
      • getDependantProperty

        public final IfcProperty getDependantProperty()
      • setDependantProperty

        public final void setDependantProperty(IfcProperty value)
      • getName

        public final IfcLabel getName()
      • setName

        public final void setName(IfcLabel value)
      • getDescription

        public final IfcText getDescription()
      • setDescription

        public final void setDescription(IfcText value)
      • getExpression

        public final IfcText getExpression()
      • setExpression

        public final void setExpression(IfcText value)