org.bimserver.models.ifc4.IfcMaterialLayerSetUsage 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 Material Layer Set Usage'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getForLayerSet For Layer Set}
* - {@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getLayerSetDirection Layer Set Direction}
* - {@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getDirectionSense Direction Sense}
* - {@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getOffsetFromReferenceLine Offset From Reference Line}
* - {@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getOffsetFromReferenceLineAsString Offset From Reference Line As String}
* - {@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getReferenceExtent Reference Extent}
* - {@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getReferenceExtentAsString Reference Extent As String}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialLayerSetUsage()
* @model
* @generated
*/
public interface IfcMaterialLayerSetUsage extends IfcMaterialUsageDefinition {
/**
* Returns the value of the 'For Layer Set' reference.
*
*
* If the meaning of the 'For Layer Set' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'For Layer Set' reference.
* @see #setForLayerSet(IfcMaterialLayerSet)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialLayerSetUsage_ForLayerSet()
* @model
* @generated
*/
IfcMaterialLayerSet getForLayerSet();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getForLayerSet For Layer Set}' reference.
*
*
* @param value the new value of the 'For Layer Set' reference.
* @see #getForLayerSet()
* @generated
*/
void setForLayerSet(IfcMaterialLayerSet value);
/**
* Returns the value of the 'Layer Set Direction' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcLayerSetDirectionEnum}.
*
*
* If the meaning of the 'Layer Set Direction' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Layer Set Direction' attribute.
* @see org.bimserver.models.ifc4.IfcLayerSetDirectionEnum
* @see #setLayerSetDirection(IfcLayerSetDirectionEnum)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialLayerSetUsage_LayerSetDirection()
* @model
* @generated
*/
IfcLayerSetDirectionEnum getLayerSetDirection();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getLayerSetDirection Layer Set Direction}' attribute.
*
*
* @param value the new value of the 'Layer Set Direction' attribute.
* @see org.bimserver.models.ifc4.IfcLayerSetDirectionEnum
* @see #getLayerSetDirection()
* @generated
*/
void setLayerSetDirection(IfcLayerSetDirectionEnum value);
/**
* Returns the value of the 'Direction Sense' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcDirectionSenseEnum}.
*
*
* If the meaning of the 'Direction Sense' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Direction Sense' attribute.
* @see org.bimserver.models.ifc4.IfcDirectionSenseEnum
* @see #setDirectionSense(IfcDirectionSenseEnum)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialLayerSetUsage_DirectionSense()
* @model
* @generated
*/
IfcDirectionSenseEnum getDirectionSense();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getDirectionSense Direction Sense}' attribute.
*
*
* @param value the new value of the 'Direction Sense' attribute.
* @see org.bimserver.models.ifc4.IfcDirectionSenseEnum
* @see #getDirectionSense()
* @generated
*/
void setDirectionSense(IfcDirectionSenseEnum value);
/**
* Returns the value of the 'Offset From Reference Line' attribute.
*
*
* If the meaning of the 'Offset From Reference Line' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Offset From Reference Line' attribute.
* @see #setOffsetFromReferenceLine(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialLayerSetUsage_OffsetFromReferenceLine()
* @model
* @generated
*/
double getOffsetFromReferenceLine();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getOffsetFromReferenceLine Offset From Reference Line}' attribute.
*
*
* @param value the new value of the 'Offset From Reference Line' attribute.
* @see #getOffsetFromReferenceLine()
* @generated
*/
void setOffsetFromReferenceLine(double value);
/**
* Returns the value of the 'Offset From Reference Line As String' attribute.
*
*
* If the meaning of the 'Offset From Reference Line As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Offset From Reference Line As String' attribute.
* @see #setOffsetFromReferenceLineAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialLayerSetUsage_OffsetFromReferenceLineAsString()
* @model
* @generated
*/
String getOffsetFromReferenceLineAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getOffsetFromReferenceLineAsString Offset From Reference Line As String}' attribute.
*
*
* @param value the new value of the 'Offset From Reference Line As String' attribute.
* @see #getOffsetFromReferenceLineAsString()
* @generated
*/
void setOffsetFromReferenceLineAsString(String value);
/**
* Returns the value of the 'Reference Extent' attribute.
*
*
* If the meaning of the 'Reference Extent' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Reference Extent' attribute.
* @see #isSetReferenceExtent()
* @see #unsetReferenceExtent()
* @see #setReferenceExtent(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialLayerSetUsage_ReferenceExtent()
* @model unsettable="true"
* @generated
*/
double getReferenceExtent();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getReferenceExtent Reference Extent}' attribute.
*
*
* @param value the new value of the 'Reference Extent' attribute.
* @see #isSetReferenceExtent()
* @see #unsetReferenceExtent()
* @see #getReferenceExtent()
* @generated
*/
void setReferenceExtent(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getReferenceExtent Reference Extent}' attribute.
*
*
* @see #isSetReferenceExtent()
* @see #getReferenceExtent()
* @see #setReferenceExtent(double)
* @generated
*/
void unsetReferenceExtent();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getReferenceExtent Reference Extent}' attribute is set.
*
*
* @return whether the value of the 'Reference Extent' attribute is set.
* @see #unsetReferenceExtent()
* @see #getReferenceExtent()
* @see #setReferenceExtent(double)
* @generated
*/
boolean isSetReferenceExtent();
/**
* Returns the value of the 'Reference Extent As String' attribute.
*
*
* If the meaning of the 'Reference Extent As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Reference Extent As String' attribute.
* @see #isSetReferenceExtentAsString()
* @see #unsetReferenceExtentAsString()
* @see #setReferenceExtentAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialLayerSetUsage_ReferenceExtentAsString()
* @model unsettable="true"
* @generated
*/
String getReferenceExtentAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getReferenceExtentAsString Reference Extent As String}' attribute.
*
*
* @param value the new value of the 'Reference Extent As String' attribute.
* @see #isSetReferenceExtentAsString()
* @see #unsetReferenceExtentAsString()
* @see #getReferenceExtentAsString()
* @generated
*/
void setReferenceExtentAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getReferenceExtentAsString Reference Extent As String}' attribute.
*
*
* @see #isSetReferenceExtentAsString()
* @see #getReferenceExtentAsString()
* @see #setReferenceExtentAsString(String)
* @generated
*/
void unsetReferenceExtentAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialLayerSetUsage#getReferenceExtentAsString Reference Extent As String}' attribute is set.
*
*
* @return whether the value of the 'Reference Extent As String' attribute is set.
* @see #unsetReferenceExtentAsString()
* @see #getReferenceExtentAsString()
* @see #setReferenceExtentAsString(String)
* @generated
*/
boolean isSetReferenceExtentAsString();
} // IfcMaterialLayerSetUsage