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

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

/**
 * 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;

import org.bimserver.emf.IdEObject;

/**
 * 
 * A representation of the model object 'Ifc Document Electronic Format'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getFileExtension File Extension}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeContentType Mime Content Type}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeSubtype Mime Subtype}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDocumentElectronicFormat() * @model * @extends IdEObject * @generated */ public interface IfcDocumentElectronicFormat extends IdEObject { /** * Returns the value of the 'File Extension' attribute. * *

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

* * @return the value of the 'File Extension' attribute. * @see #isSetFileExtension() * @see #unsetFileExtension() * @see #setFileExtension(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDocumentElectronicFormat_FileExtension() * @model unsettable="true" * @generated */ String getFileExtension(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getFileExtension File Extension}' attribute. * * * @param value the new value of the 'File Extension' attribute. * @see #isSetFileExtension() * @see #unsetFileExtension() * @see #getFileExtension() * @generated */ void setFileExtension(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getFileExtension File Extension}' attribute. * * * @see #isSetFileExtension() * @see #getFileExtension() * @see #setFileExtension(String) * @generated */ void unsetFileExtension(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getFileExtension File Extension}' attribute is set. * * * @return whether the value of the 'File Extension' attribute is set. * @see #unsetFileExtension() * @see #getFileExtension() * @see #setFileExtension(String) * @generated */ boolean isSetFileExtension(); /** * Returns the value of the 'Mime Content Type' attribute. * *

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

* * @return the value of the 'Mime Content Type' attribute. * @see #isSetMimeContentType() * @see #unsetMimeContentType() * @see #setMimeContentType(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDocumentElectronicFormat_MimeContentType() * @model unsettable="true" * @generated */ String getMimeContentType(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeContentType Mime Content Type}' attribute. * * * @param value the new value of the 'Mime Content Type' attribute. * @see #isSetMimeContentType() * @see #unsetMimeContentType() * @see #getMimeContentType() * @generated */ void setMimeContentType(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeContentType Mime Content Type}' attribute. * * * @see #isSetMimeContentType() * @see #getMimeContentType() * @see #setMimeContentType(String) * @generated */ void unsetMimeContentType(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeContentType Mime Content Type}' attribute is set. * * * @return whether the value of the 'Mime Content Type' attribute is set. * @see #unsetMimeContentType() * @see #getMimeContentType() * @see #setMimeContentType(String) * @generated */ boolean isSetMimeContentType(); /** * Returns the value of the 'Mime Subtype' attribute. * *

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

* * @return the value of the 'Mime Subtype' attribute. * @see #isSetMimeSubtype() * @see #unsetMimeSubtype() * @see #setMimeSubtype(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDocumentElectronicFormat_MimeSubtype() * @model unsettable="true" * @generated */ String getMimeSubtype(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeSubtype Mime Subtype}' attribute. * * * @param value the new value of the 'Mime Subtype' attribute. * @see #isSetMimeSubtype() * @see #unsetMimeSubtype() * @see #getMimeSubtype() * @generated */ void setMimeSubtype(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeSubtype Mime Subtype}' attribute. * * * @see #isSetMimeSubtype() * @see #getMimeSubtype() * @see #setMimeSubtype(String) * @generated */ void unsetMimeSubtype(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeSubtype Mime Subtype}' attribute is set. * * * @return whether the value of the 'Mime Subtype' attribute is set. * @see #unsetMimeSubtype() * @see #getMimeSubtype() * @see #setMimeSubtype(String) * @generated */ boolean isSetMimeSubtype(); } // IfcDocumentElectronicFormat




© 2015 - 2024 Weber Informatics LLC | Privacy Policy