public class IfcLibraryInformation extends IfcExternalInformation
Constructor and Description |
---|
IfcLibraryInformation() |
Modifier and Type | Method and Description |
---|---|
IfcText |
getDescription() |
IfcCollection<IfcRelAssociatesLibrary> |
getLibraryInfoForObjects() |
IfcURIReference |
getLocation() |
IfcLabel |
getName() |
IfcActorSelect |
getPublisher() |
IfcLabel |
getVersion() |
IfcDateTime |
getVersionDate() |
IfcCollection<IfcLibraryReference> |
hasLibraryReferences() |
void |
setDescription(IfcText value) |
void |
setLocation(IfcURIReference value) |
void |
setName(IfcLabel value) |
void |
setPublisher(IfcActorSelect value) |
void |
setVersion(IfcLabel value) |
void |
setVersionDate(IfcDateTime value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcLabel getVersion()
public final void setVersion(IfcLabel value)
public final IfcActorSelect getPublisher()
public final void setPublisher(IfcActorSelect value)
public final IfcDateTime getVersionDate()
public final void setVersionDate(IfcDateTime value)
public final IfcURIReference getLocation()
public final void setLocation(IfcURIReference value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcCollection<IfcRelAssociatesLibrary> getLibraryInfoForObjects()
public final IfcCollection<IfcLibraryReference> hasLibraryReferences()