All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties Maven / Gradle / Ivy

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

There is a newer version: 2.0.0
Show newest version
/**
 * Copyright (C) 2009-2014 BIMserver.org
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see .
 */
package org.bimserver.models.ifc2x3tc1;

/**
 * 
 * A representation of the model object 'Ifc Electrical Base Properties'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getElectricCurrentType Electric Current Type}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputVoltage Input Voltage}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputVoltageAsString Input Voltage As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputFrequency Input Frequency}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputFrequencyAsString Input Frequency As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrent Full Load Current}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrentAsString Full Load Current As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrent Minimum Circuit Current}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrentAsString Minimum Circuit Current As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInput Maximum Power Input}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInputAsString Maximum Power Input As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInput Rated Power Input}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInputAsString Rated Power Input As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputPhase Input Phase}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties() * @model * @generated */ public interface IfcElectricalBaseProperties extends IfcEnergyProperties { /** * Returns the value of the 'Electric Current Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcElectricCurrentEnum}. * *

* If the meaning of the 'Electric Current Type' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Electric Current Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcElectricCurrentEnum * @see #isSetElectricCurrentType() * @see #unsetElectricCurrentType() * @see #setElectricCurrentType(IfcElectricCurrentEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_ElectricCurrentType() * @model unsettable="true" * @generated */ IfcElectricCurrentEnum getElectricCurrentType(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getElectricCurrentType Electric Current Type}' attribute. * * * @param value the new value of the 'Electric Current Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcElectricCurrentEnum * @see #isSetElectricCurrentType() * @see #unsetElectricCurrentType() * @see #getElectricCurrentType() * @generated */ void setElectricCurrentType(IfcElectricCurrentEnum value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getElectricCurrentType Electric Current Type}' attribute. * * * @see #isSetElectricCurrentType() * @see #getElectricCurrentType() * @see #setElectricCurrentType(IfcElectricCurrentEnum) * @generated */ void unsetElectricCurrentType(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getElectricCurrentType Electric Current Type}' attribute is set. * * * @return whether the value of the 'Electric Current Type' attribute is set. * @see #unsetElectricCurrentType() * @see #getElectricCurrentType() * @see #setElectricCurrentType(IfcElectricCurrentEnum) * @generated */ boolean isSetElectricCurrentType(); /** * Returns the value of the 'Input Voltage' attribute. * *

* If the meaning of the 'Input Voltage' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Input Voltage' attribute. * @see #setInputVoltage(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_InputVoltage() * @model * @generated */ double getInputVoltage(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputVoltage Input Voltage}' attribute. * * * @param value the new value of the 'Input Voltage' attribute. * @see #getInputVoltage() * @generated */ void setInputVoltage(double value); /** * Returns the value of the 'Input Voltage As String' attribute. * *

* If the meaning of the 'Input Voltage As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Input Voltage As String' attribute. * @see #setInputVoltageAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_InputVoltageAsString() * @model * @generated */ String getInputVoltageAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputVoltageAsString Input Voltage As String}' attribute. * * * @param value the new value of the 'Input Voltage As String' attribute. * @see #getInputVoltageAsString() * @generated */ void setInputVoltageAsString(String value); /** * Returns the value of the 'Input Frequency' attribute. * *

* If the meaning of the 'Input Frequency' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Input Frequency' attribute. * @see #setInputFrequency(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_InputFrequency() * @model * @generated */ double getInputFrequency(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputFrequency Input Frequency}' attribute. * * * @param value the new value of the 'Input Frequency' attribute. * @see #getInputFrequency() * @generated */ void setInputFrequency(double value); /** * Returns the value of the 'Input Frequency As String' attribute. * *

* If the meaning of the 'Input Frequency As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Input Frequency As String' attribute. * @see #setInputFrequencyAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_InputFrequencyAsString() * @model * @generated */ String getInputFrequencyAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputFrequencyAsString Input Frequency As String}' attribute. * * * @param value the new value of the 'Input Frequency As String' attribute. * @see #getInputFrequencyAsString() * @generated */ void setInputFrequencyAsString(String value); /** * Returns the value of the 'Full Load Current' attribute. * *

* If the meaning of the 'Full Load Current' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Full Load Current' attribute. * @see #isSetFullLoadCurrent() * @see #unsetFullLoadCurrent() * @see #setFullLoadCurrent(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_FullLoadCurrent() * @model unsettable="true" * @generated */ double getFullLoadCurrent(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrent Full Load Current}' attribute. * * * @param value the new value of the 'Full Load Current' attribute. * @see #isSetFullLoadCurrent() * @see #unsetFullLoadCurrent() * @see #getFullLoadCurrent() * @generated */ void setFullLoadCurrent(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrent Full Load Current}' attribute. * * * @see #isSetFullLoadCurrent() * @see #getFullLoadCurrent() * @see #setFullLoadCurrent(double) * @generated */ void unsetFullLoadCurrent(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrent Full Load Current}' attribute is set. * * * @return whether the value of the 'Full Load Current' attribute is set. * @see #unsetFullLoadCurrent() * @see #getFullLoadCurrent() * @see #setFullLoadCurrent(double) * @generated */ boolean isSetFullLoadCurrent(); /** * Returns the value of the 'Full Load Current As String' attribute. * *

* If the meaning of the 'Full Load Current As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Full Load Current As String' attribute. * @see #isSetFullLoadCurrentAsString() * @see #unsetFullLoadCurrentAsString() * @see #setFullLoadCurrentAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_FullLoadCurrentAsString() * @model unsettable="true" * @generated */ String getFullLoadCurrentAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrentAsString Full Load Current As String}' attribute. * * * @param value the new value of the 'Full Load Current As String' attribute. * @see #isSetFullLoadCurrentAsString() * @see #unsetFullLoadCurrentAsString() * @see #getFullLoadCurrentAsString() * @generated */ void setFullLoadCurrentAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrentAsString Full Load Current As String}' attribute. * * * @see #isSetFullLoadCurrentAsString() * @see #getFullLoadCurrentAsString() * @see #setFullLoadCurrentAsString(String) * @generated */ void unsetFullLoadCurrentAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrentAsString Full Load Current As String}' attribute is set. * * * @return whether the value of the 'Full Load Current As String' attribute is set. * @see #unsetFullLoadCurrentAsString() * @see #getFullLoadCurrentAsString() * @see #setFullLoadCurrentAsString(String) * @generated */ boolean isSetFullLoadCurrentAsString(); /** * Returns the value of the 'Minimum Circuit Current' attribute. * *

* If the meaning of the 'Minimum Circuit Current' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Minimum Circuit Current' attribute. * @see #isSetMinimumCircuitCurrent() * @see #unsetMinimumCircuitCurrent() * @see #setMinimumCircuitCurrent(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_MinimumCircuitCurrent() * @model unsettable="true" * @generated */ double getMinimumCircuitCurrent(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrent Minimum Circuit Current}' attribute. * * * @param value the new value of the 'Minimum Circuit Current' attribute. * @see #isSetMinimumCircuitCurrent() * @see #unsetMinimumCircuitCurrent() * @see #getMinimumCircuitCurrent() * @generated */ void setMinimumCircuitCurrent(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrent Minimum Circuit Current}' attribute. * * * @see #isSetMinimumCircuitCurrent() * @see #getMinimumCircuitCurrent() * @see #setMinimumCircuitCurrent(double) * @generated */ void unsetMinimumCircuitCurrent(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrent Minimum Circuit Current}' attribute is set. * * * @return whether the value of the 'Minimum Circuit Current' attribute is set. * @see #unsetMinimumCircuitCurrent() * @see #getMinimumCircuitCurrent() * @see #setMinimumCircuitCurrent(double) * @generated */ boolean isSetMinimumCircuitCurrent(); /** * Returns the value of the 'Minimum Circuit Current As String' attribute. * *

* If the meaning of the 'Minimum Circuit Current As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Minimum Circuit Current As String' attribute. * @see #isSetMinimumCircuitCurrentAsString() * @see #unsetMinimumCircuitCurrentAsString() * @see #setMinimumCircuitCurrentAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_MinimumCircuitCurrentAsString() * @model unsettable="true" * @generated */ String getMinimumCircuitCurrentAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrentAsString Minimum Circuit Current As String}' attribute. * * * @param value the new value of the 'Minimum Circuit Current As String' attribute. * @see #isSetMinimumCircuitCurrentAsString() * @see #unsetMinimumCircuitCurrentAsString() * @see #getMinimumCircuitCurrentAsString() * @generated */ void setMinimumCircuitCurrentAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrentAsString Minimum Circuit Current As String}' attribute. * * * @see #isSetMinimumCircuitCurrentAsString() * @see #getMinimumCircuitCurrentAsString() * @see #setMinimumCircuitCurrentAsString(String) * @generated */ void unsetMinimumCircuitCurrentAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrentAsString Minimum Circuit Current As String}' attribute is set. * * * @return whether the value of the 'Minimum Circuit Current As String' attribute is set. * @see #unsetMinimumCircuitCurrentAsString() * @see #getMinimumCircuitCurrentAsString() * @see #setMinimumCircuitCurrentAsString(String) * @generated */ boolean isSetMinimumCircuitCurrentAsString(); /** * Returns the value of the 'Maximum Power Input' attribute. * *

* If the meaning of the 'Maximum Power Input' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Maximum Power Input' attribute. * @see #isSetMaximumPowerInput() * @see #unsetMaximumPowerInput() * @see #setMaximumPowerInput(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_MaximumPowerInput() * @model unsettable="true" * @generated */ double getMaximumPowerInput(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInput Maximum Power Input}' attribute. * * * @param value the new value of the 'Maximum Power Input' attribute. * @see #isSetMaximumPowerInput() * @see #unsetMaximumPowerInput() * @see #getMaximumPowerInput() * @generated */ void setMaximumPowerInput(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInput Maximum Power Input}' attribute. * * * @see #isSetMaximumPowerInput() * @see #getMaximumPowerInput() * @see #setMaximumPowerInput(double) * @generated */ void unsetMaximumPowerInput(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInput Maximum Power Input}' attribute is set. * * * @return whether the value of the 'Maximum Power Input' attribute is set. * @see #unsetMaximumPowerInput() * @see #getMaximumPowerInput() * @see #setMaximumPowerInput(double) * @generated */ boolean isSetMaximumPowerInput(); /** * Returns the value of the 'Maximum Power Input As String' attribute. * *

* If the meaning of the 'Maximum Power Input As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Maximum Power Input As String' attribute. * @see #isSetMaximumPowerInputAsString() * @see #unsetMaximumPowerInputAsString() * @see #setMaximumPowerInputAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_MaximumPowerInputAsString() * @model unsettable="true" * @generated */ String getMaximumPowerInputAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInputAsString Maximum Power Input As String}' attribute. * * * @param value the new value of the 'Maximum Power Input As String' attribute. * @see #isSetMaximumPowerInputAsString() * @see #unsetMaximumPowerInputAsString() * @see #getMaximumPowerInputAsString() * @generated */ void setMaximumPowerInputAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInputAsString Maximum Power Input As String}' attribute. * * * @see #isSetMaximumPowerInputAsString() * @see #getMaximumPowerInputAsString() * @see #setMaximumPowerInputAsString(String) * @generated */ void unsetMaximumPowerInputAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInputAsString Maximum Power Input As String}' attribute is set. * * * @return whether the value of the 'Maximum Power Input As String' attribute is set. * @see #unsetMaximumPowerInputAsString() * @see #getMaximumPowerInputAsString() * @see #setMaximumPowerInputAsString(String) * @generated */ boolean isSetMaximumPowerInputAsString(); /** * Returns the value of the 'Rated Power Input' attribute. * *

* If the meaning of the 'Rated Power Input' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Rated Power Input' attribute. * @see #isSetRatedPowerInput() * @see #unsetRatedPowerInput() * @see #setRatedPowerInput(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_RatedPowerInput() * @model unsettable="true" * @generated */ double getRatedPowerInput(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInput Rated Power Input}' attribute. * * * @param value the new value of the 'Rated Power Input' attribute. * @see #isSetRatedPowerInput() * @see #unsetRatedPowerInput() * @see #getRatedPowerInput() * @generated */ void setRatedPowerInput(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInput Rated Power Input}' attribute. * * * @see #isSetRatedPowerInput() * @see #getRatedPowerInput() * @see #setRatedPowerInput(double) * @generated */ void unsetRatedPowerInput(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInput Rated Power Input}' attribute is set. * * * @return whether the value of the 'Rated Power Input' attribute is set. * @see #unsetRatedPowerInput() * @see #getRatedPowerInput() * @see #setRatedPowerInput(double) * @generated */ boolean isSetRatedPowerInput(); /** * Returns the value of the 'Rated Power Input As String' attribute. * *

* If the meaning of the 'Rated Power Input As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Rated Power Input As String' attribute. * @see #isSetRatedPowerInputAsString() * @see #unsetRatedPowerInputAsString() * @see #setRatedPowerInputAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_RatedPowerInputAsString() * @model unsettable="true" * @generated */ String getRatedPowerInputAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInputAsString Rated Power Input As String}' attribute. * * * @param value the new value of the 'Rated Power Input As String' attribute. * @see #isSetRatedPowerInputAsString() * @see #unsetRatedPowerInputAsString() * @see #getRatedPowerInputAsString() * @generated */ void setRatedPowerInputAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInputAsString Rated Power Input As String}' attribute. * * * @see #isSetRatedPowerInputAsString() * @see #getRatedPowerInputAsString() * @see #setRatedPowerInputAsString(String) * @generated */ void unsetRatedPowerInputAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInputAsString Rated Power Input As String}' attribute is set. * * * @return whether the value of the 'Rated Power Input As String' attribute is set. * @see #unsetRatedPowerInputAsString() * @see #getRatedPowerInputAsString() * @see #setRatedPowerInputAsString(String) * @generated */ boolean isSetRatedPowerInputAsString(); /** * Returns the value of the 'Input Phase' attribute. * *

* If the meaning of the 'Input Phase' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Input Phase' attribute. * @see #setInputPhase(int) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcElectricalBaseProperties_InputPhase() * @model * @generated */ int getInputPhase(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputPhase Input Phase}' attribute. * * * @param value the new value of the 'Input Phase' attribute. * @see #getInputPhase() * @generated */ void setInputPhase(int value); } // IfcElectricalBaseProperties




© 2015 - 2025 Weber Informatics LLC | Privacy Policy