@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcExternalReference extends IfcAbstractClass implements IfcObjectReferenceSelect, IfcLightDistributionDataSourceSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcIdentifier |
itemReference |
private IfcLabel |
location |
private IfcLabel |
name |
stepNumber| 构造器和说明 |
|---|
IfcExternalReference() |
IfcExternalReference(IfcLabel location,
IfcIdentifier itemReference,
IfcLabel name) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcIdentifier |
getItemReference() |
IfcLabel |
getLocation() |
IfcLabel |
getName() |
void |
setItemReference(IfcIdentifier itemReference) |
void |
setLocation(IfcLabel location) |
void |
setName(IfcLabel name) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcLabel location
@IfcOptionField private IfcIdentifier itemReference
@IfcOptionField private IfcLabel name
public IfcExternalReference()
@IfcParserConstructor public IfcExternalReference(IfcLabel location, IfcIdentifier itemReference, IfcLabel name)
public IfcLabel getLocation()
public void setLocation(IfcLabel location)
public IfcIdentifier getItemReference()
public void setItemReference(IfcIdentifier itemReference)
public IfcLabel getName()
public void setName(IfcLabel name)
Copyright © 2023. All rights reserved.