
org.bimserver.models.ifc4.IfcConnectionPointEccentricity 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 Connection Point Eccentricity'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInX Eccentricity In X}
* - {@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInXAsString Eccentricity In XAs String}
* - {@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInY Eccentricity In Y}
* - {@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInYAsString Eccentricity In YAs String}
* - {@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInZ Eccentricity In Z}
* - {@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInZAsString Eccentricity In ZAs String}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcConnectionPointEccentricity()
* @model
* @generated
*/
public interface IfcConnectionPointEccentricity extends IfcConnectionPointGeometry {
/**
* Returns the value of the 'Eccentricity In X' attribute.
*
*
* If the meaning of the 'Eccentricity In X' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Eccentricity In X' attribute.
* @see #isSetEccentricityInX()
* @see #unsetEccentricityInX()
* @see #setEccentricityInX(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcConnectionPointEccentricity_EccentricityInX()
* @model unsettable="true"
* @generated
*/
double getEccentricityInX();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInX Eccentricity In X}' attribute.
*
*
* @param value the new value of the 'Eccentricity In X' attribute.
* @see #isSetEccentricityInX()
* @see #unsetEccentricityInX()
* @see #getEccentricityInX()
* @generated
*/
void setEccentricityInX(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInX Eccentricity In X}' attribute.
*
*
* @see #isSetEccentricityInX()
* @see #getEccentricityInX()
* @see #setEccentricityInX(double)
* @generated
*/
void unsetEccentricityInX();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInX Eccentricity In X}' attribute is set.
*
*
* @return whether the value of the 'Eccentricity In X' attribute is set.
* @see #unsetEccentricityInX()
* @see #getEccentricityInX()
* @see #setEccentricityInX(double)
* @generated
*/
boolean isSetEccentricityInX();
/**
* Returns the value of the 'Eccentricity In XAs String' attribute.
*
*
* If the meaning of the 'Eccentricity In XAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Eccentricity In XAs String' attribute.
* @see #isSetEccentricityInXAsString()
* @see #unsetEccentricityInXAsString()
* @see #setEccentricityInXAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcConnectionPointEccentricity_EccentricityInXAsString()
* @model unsettable="true"
* @generated
*/
String getEccentricityInXAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInXAsString Eccentricity In XAs String}' attribute.
*
*
* @param value the new value of the 'Eccentricity In XAs String' attribute.
* @see #isSetEccentricityInXAsString()
* @see #unsetEccentricityInXAsString()
* @see #getEccentricityInXAsString()
* @generated
*/
void setEccentricityInXAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInXAsString Eccentricity In XAs String}' attribute.
*
*
* @see #isSetEccentricityInXAsString()
* @see #getEccentricityInXAsString()
* @see #setEccentricityInXAsString(String)
* @generated
*/
void unsetEccentricityInXAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInXAsString Eccentricity In XAs String}' attribute is set.
*
*
* @return whether the value of the 'Eccentricity In XAs String' attribute is set.
* @see #unsetEccentricityInXAsString()
* @see #getEccentricityInXAsString()
* @see #setEccentricityInXAsString(String)
* @generated
*/
boolean isSetEccentricityInXAsString();
/**
* Returns the value of the 'Eccentricity In Y' attribute.
*
*
* If the meaning of the 'Eccentricity In Y' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Eccentricity In Y' attribute.
* @see #isSetEccentricityInY()
* @see #unsetEccentricityInY()
* @see #setEccentricityInY(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcConnectionPointEccentricity_EccentricityInY()
* @model unsettable="true"
* @generated
*/
double getEccentricityInY();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInY Eccentricity In Y}' attribute.
*
*
* @param value the new value of the 'Eccentricity In Y' attribute.
* @see #isSetEccentricityInY()
* @see #unsetEccentricityInY()
* @see #getEccentricityInY()
* @generated
*/
void setEccentricityInY(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInY Eccentricity In Y}' attribute.
*
*
* @see #isSetEccentricityInY()
* @see #getEccentricityInY()
* @see #setEccentricityInY(double)
* @generated
*/
void unsetEccentricityInY();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInY Eccentricity In Y}' attribute is set.
*
*
* @return whether the value of the 'Eccentricity In Y' attribute is set.
* @see #unsetEccentricityInY()
* @see #getEccentricityInY()
* @see #setEccentricityInY(double)
* @generated
*/
boolean isSetEccentricityInY();
/**
* Returns the value of the 'Eccentricity In YAs String' attribute.
*
*
* If the meaning of the 'Eccentricity In YAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Eccentricity In YAs String' attribute.
* @see #isSetEccentricityInYAsString()
* @see #unsetEccentricityInYAsString()
* @see #setEccentricityInYAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcConnectionPointEccentricity_EccentricityInYAsString()
* @model unsettable="true"
* @generated
*/
String getEccentricityInYAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInYAsString Eccentricity In YAs String}' attribute.
*
*
* @param value the new value of the 'Eccentricity In YAs String' attribute.
* @see #isSetEccentricityInYAsString()
* @see #unsetEccentricityInYAsString()
* @see #getEccentricityInYAsString()
* @generated
*/
void setEccentricityInYAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInYAsString Eccentricity In YAs String}' attribute.
*
*
* @see #isSetEccentricityInYAsString()
* @see #getEccentricityInYAsString()
* @see #setEccentricityInYAsString(String)
* @generated
*/
void unsetEccentricityInYAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInYAsString Eccentricity In YAs String}' attribute is set.
*
*
* @return whether the value of the 'Eccentricity In YAs String' attribute is set.
* @see #unsetEccentricityInYAsString()
* @see #getEccentricityInYAsString()
* @see #setEccentricityInYAsString(String)
* @generated
*/
boolean isSetEccentricityInYAsString();
/**
* Returns the value of the 'Eccentricity In Z' attribute.
*
*
* If the meaning of the 'Eccentricity In Z' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Eccentricity In Z' attribute.
* @see #isSetEccentricityInZ()
* @see #unsetEccentricityInZ()
* @see #setEccentricityInZ(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcConnectionPointEccentricity_EccentricityInZ()
* @model unsettable="true"
* @generated
*/
double getEccentricityInZ();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInZ Eccentricity In Z}' attribute.
*
*
* @param value the new value of the 'Eccentricity In Z' attribute.
* @see #isSetEccentricityInZ()
* @see #unsetEccentricityInZ()
* @see #getEccentricityInZ()
* @generated
*/
void setEccentricityInZ(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInZ Eccentricity In Z}' attribute.
*
*
* @see #isSetEccentricityInZ()
* @see #getEccentricityInZ()
* @see #setEccentricityInZ(double)
* @generated
*/
void unsetEccentricityInZ();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInZ Eccentricity In Z}' attribute is set.
*
*
* @return whether the value of the 'Eccentricity In Z' attribute is set.
* @see #unsetEccentricityInZ()
* @see #getEccentricityInZ()
* @see #setEccentricityInZ(double)
* @generated
*/
boolean isSetEccentricityInZ();
/**
* Returns the value of the 'Eccentricity In ZAs String' attribute.
*
*
* If the meaning of the 'Eccentricity In ZAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Eccentricity In ZAs String' attribute.
* @see #isSetEccentricityInZAsString()
* @see #unsetEccentricityInZAsString()
* @see #setEccentricityInZAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcConnectionPointEccentricity_EccentricityInZAsString()
* @model unsettable="true"
* @generated
*/
String getEccentricityInZAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInZAsString Eccentricity In ZAs String}' attribute.
*
*
* @param value the new value of the 'Eccentricity In ZAs String' attribute.
* @see #isSetEccentricityInZAsString()
* @see #unsetEccentricityInZAsString()
* @see #getEccentricityInZAsString()
* @generated
*/
void setEccentricityInZAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInZAsString Eccentricity In ZAs String}' attribute.
*
*
* @see #isSetEccentricityInZAsString()
* @see #getEccentricityInZAsString()
* @see #setEccentricityInZAsString(String)
* @generated
*/
void unsetEccentricityInZAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConnectionPointEccentricity#getEccentricityInZAsString Eccentricity In ZAs String}' attribute is set.
*
*
* @return whether the value of the 'Eccentricity In ZAs String' attribute is set.
* @see #unsetEccentricityInZAsString()
* @see #getEccentricityInZAsString()
* @see #setEccentricityInZAsString(String)
* @generated
*/
boolean isSetEccentricityInZAsString();
} // IfcConnectionPointEccentricity