Class Ifc2x3::IfcEnergyProperties

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class Ifc2x3::IfcEnergyProperties : public Ifc2x3::IfcPropertySetDefinition

Subclassed by Ifc2x3::IfcElectricalBaseProperties

Public Types

typedef IfcTemplatedEntityList<IfcEnergyProperties> list

Public Functions

bool hasEnergySequence() const

Whether the optional attribute EnergySequence is defined for this IfcEnergyProperties.

::Ifc2x3::IfcEnergySequenceEnum::Value EnergySequence() const
void setEnergySequence(::Ifc2x3::IfcEnergySequenceEnum::Value v)
bool hasUserDefinedEnergySequence() const

Whether the optional attribute UserDefinedEnergySequence is defined for this IfcEnergyProperties.

std::string UserDefinedEnergySequence() const
void setUserDefinedEnergySequence(std::string v)
const IfcParse::entity &declaration() const
IfcEnergyProperties(IfcEntityInstanceData *e)
IfcEnergyProperties(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<::Ifc2x3::IfcEnergySequenceEnum::Value> v5_EnergySequence, boost::optional<std::string> v6_UserDefinedEnergySequence)

Public Static Functions

const IfcParse::entity &Class()