public abstract class IfcContext extends IfcObjectDefinition
Constructor and Description |
---|
IfcContext() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcRelDeclares> |
getDeclares() |
IfcLabel |
getLongName() |
IfcLabel |
getObjectType() |
IfcLabel |
getPhase() |
IfcCollection<IfcRepresentationContext> |
getRepresentationContexts() |
IfcUnitAssignment |
getUnitsInContext() |
IfcCollection<IfcRelDefinesByProperties> |
isDefinedBy() |
void |
setLongName(IfcLabel value) |
void |
setObjectType(IfcLabel value) |
void |
setPhase(IfcLabel value) |
void |
setRepresentationContexts(IfcCollection<IfcRepresentationContext> value) |
void |
setUnitsInContext(IfcUnitAssignment value) |
getDecomposes, getNests, hasAssignments, hasAssociations, hasContext, isDecomposedBy, isNestedBy
getDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistory
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcLabel getObjectType()
public final void setObjectType(IfcLabel value)
public final IfcLabel getLongName()
public final void setLongName(IfcLabel value)
public final IfcLabel getPhase()
public final void setPhase(IfcLabel value)
public final IfcCollection<IfcRepresentationContext> getRepresentationContexts()
public final void setRepresentationContexts(IfcCollection<IfcRepresentationContext> value)
public final IfcUnitAssignment getUnitsInContext()
public final void setUnitsInContext(IfcUnitAssignment value)
public final IfcCollection<IfcRelDefinesByProperties> isDefinedBy()
public final IfcCollection<IfcRelDeclares> getDeclares()