public class IfcDraughtingCalloutRelationship extends IfcEntity
Constructor and Description |
---|
IfcDraughtingCalloutRelationship() |
Modifier and Type | Method and Description |
---|---|
IfcText |
getDescription() |
IfcLabel |
getName() |
IfcDraughtingCallout |
getRelatedDraughtingCallout() |
IfcDraughtingCallout |
getRelatingDraughtingCallout() |
void |
setDescription(IfcText value) |
void |
setName(IfcLabel value) |
void |
setRelatedDraughtingCallout(IfcDraughtingCallout value) |
void |
setRelatingDraughtingCallout(IfcDraughtingCallout value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcDraughtingCallout getRelatingDraughtingCallout()
public final void setRelatingDraughtingCallout(IfcDraughtingCallout value)
public final IfcDraughtingCallout getRelatedDraughtingCallout()
public final void setRelatedDraughtingCallout(IfcDraughtingCallout value)