public class IfcPresentationLayerAssignment extends IfcEntity implements com.aspose.cad_internal.fileformats.ifc.IIfcPresentationLayerAssignment
Constructor and Description |
---|
IfcPresentationLayerAssignment() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcLayeredItem> |
getAssignedItems() |
IfcText |
getDescription() |
IfcIdentifier |
getIdentifier() |
IfcLabel |
getName() |
void |
setAssignedItems(IfcCollection<IfcLayeredItem> value) |
void |
setDescription(IfcText value) |
void |
setIdentifier(IfcIdentifier value) |
void |
setName(IfcLabel value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcCollection<IfcLayeredItem> getAssignedItems()
public final void setAssignedItems(IfcCollection<IfcLayeredItem> value)
public final IfcIdentifier getIdentifier()
public final void setIdentifier(IfcIdentifier value)