org.bimserver.models.ifc4.IfcTrapeziumProfileDef Maven / Gradle / Ivy
Show all versions of pluginbase Show documentation
/**
* 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.ifc4;
/**
*
* A representation of the model object 'Ifc Trapezium Profile Def'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getBottomXDim Bottom XDim}
* - {@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getBottomXDimAsString Bottom XDim As String}
* - {@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getTopXDim Top XDim}
* - {@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getTopXDimAsString Top XDim As String}
* - {@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getYDim YDim}
* - {@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getYDimAsString YDim As String}
* - {@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getTopXOffset Top XOffset}
* - {@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getTopXOffsetAsString Top XOffset As String}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrapeziumProfileDef()
* @model
* @generated
*/
public interface IfcTrapeziumProfileDef extends IfcParameterizedProfileDef {
/**
* Returns the value of the 'Bottom XDim' attribute.
*
*
* If the meaning of the 'Bottom XDim' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom XDim' attribute.
* @see #setBottomXDim(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrapeziumProfileDef_BottomXDim()
* @model
* @generated
*/
double getBottomXDim();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getBottomXDim Bottom XDim}' attribute.
*
*
* @param value the new value of the 'Bottom XDim' attribute.
* @see #getBottomXDim()
* @generated
*/
void setBottomXDim(double value);
/**
* Returns the value of the 'Bottom XDim As String' attribute.
*
*
* If the meaning of the 'Bottom XDim As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom XDim As String' attribute.
* @see #setBottomXDimAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrapeziumProfileDef_BottomXDimAsString()
* @model
* @generated
*/
String getBottomXDimAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getBottomXDimAsString Bottom XDim As String}' attribute.
*
*
* @param value the new value of the 'Bottom XDim As String' attribute.
* @see #getBottomXDimAsString()
* @generated
*/
void setBottomXDimAsString(String value);
/**
* Returns the value of the 'Top XDim' attribute.
*
*
* If the meaning of the 'Top XDim' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Top XDim' attribute.
* @see #setTopXDim(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrapeziumProfileDef_TopXDim()
* @model
* @generated
*/
double getTopXDim();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getTopXDim Top XDim}' attribute.
*
*
* @param value the new value of the 'Top XDim' attribute.
* @see #getTopXDim()
* @generated
*/
void setTopXDim(double value);
/**
* Returns the value of the 'Top XDim As String' attribute.
*
*
* If the meaning of the 'Top XDim As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Top XDim As String' attribute.
* @see #setTopXDimAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrapeziumProfileDef_TopXDimAsString()
* @model
* @generated
*/
String getTopXDimAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getTopXDimAsString Top XDim As String}' attribute.
*
*
* @param value the new value of the 'Top XDim As String' attribute.
* @see #getTopXDimAsString()
* @generated
*/
void setTopXDimAsString(String value);
/**
* Returns the value of the 'YDim' attribute.
*
*
* If the meaning of the 'YDim' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'YDim' attribute.
* @see #setYDim(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrapeziumProfileDef_YDim()
* @model
* @generated
*/
double getYDim();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getYDim YDim}' attribute.
*
*
* @param value the new value of the 'YDim' attribute.
* @see #getYDim()
* @generated
*/
void setYDim(double value);
/**
* Returns the value of the 'YDim As String' attribute.
*
*
* If the meaning of the 'YDim As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'YDim As String' attribute.
* @see #setYDimAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrapeziumProfileDef_YDimAsString()
* @model
* @generated
*/
String getYDimAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getYDimAsString YDim As String}' attribute.
*
*
* @param value the new value of the 'YDim As String' attribute.
* @see #getYDimAsString()
* @generated
*/
void setYDimAsString(String value);
/**
* Returns the value of the 'Top XOffset' attribute.
*
*
* If the meaning of the 'Top XOffset' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Top XOffset' attribute.
* @see #setTopXOffset(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrapeziumProfileDef_TopXOffset()
* @model
* @generated
*/
double getTopXOffset();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getTopXOffset Top XOffset}' attribute.
*
*
* @param value the new value of the 'Top XOffset' attribute.
* @see #getTopXOffset()
* @generated
*/
void setTopXOffset(double value);
/**
* Returns the value of the 'Top XOffset As String' attribute.
*
*
* If the meaning of the 'Top XOffset As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Top XOffset As String' attribute.
* @see #setTopXOffsetAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrapeziumProfileDef_TopXOffsetAsString()
* @model
* @generated
*/
String getTopXOffsetAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrapeziumProfileDef#getTopXOffsetAsString Top XOffset As String}' attribute.
*
*
* @param value the new value of the 'Top XOffset As String' attribute.
* @see #getTopXOffsetAsString()
* @generated
*/
void setTopXOffsetAsString(String value);
} // IfcTrapeziumProfileDef