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

org.bimserver.models.ifc4.IfcRepresentationContext Maven / Gradle / Ivy

Go to download

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

The 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.ifc4;

import org.bimserver.emf.IdEObject;
import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Representation Context'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcRepresentationContext#getContextIdentifier Context Identifier}
  • *
  • {@link org.bimserver.models.ifc4.IfcRepresentationContext#getContextType Context Type}
  • *
  • {@link org.bimserver.models.ifc4.IfcRepresentationContext#getRepresentationsInContext Representations In Context}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRepresentationContext() * @model * @extends IdEObject * @generated */ public interface IfcRepresentationContext extends IdEObject { /** * Returns the value of the 'Context Identifier' attribute. * *

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

* * @return the value of the 'Context Identifier' attribute. * @see #isSetContextIdentifier() * @see #unsetContextIdentifier() * @see #setContextIdentifier(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRepresentationContext_ContextIdentifier() * @model unsettable="true" * @generated */ String getContextIdentifier(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRepresentationContext#getContextIdentifier Context Identifier}' attribute. * * * @param value the new value of the 'Context Identifier' attribute. * @see #isSetContextIdentifier() * @see #unsetContextIdentifier() * @see #getContextIdentifier() * @generated */ void setContextIdentifier(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcRepresentationContext#getContextIdentifier Context Identifier}' attribute. * * * @see #isSetContextIdentifier() * @see #getContextIdentifier() * @see #setContextIdentifier(String) * @generated */ void unsetContextIdentifier(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcRepresentationContext#getContextIdentifier Context Identifier}' attribute is set. * * * @return whether the value of the 'Context Identifier' attribute is set. * @see #unsetContextIdentifier() * @see #getContextIdentifier() * @see #setContextIdentifier(String) * @generated */ boolean isSetContextIdentifier(); /** * Returns the value of the 'Context Type' attribute. * *

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

* * @return the value of the 'Context Type' attribute. * @see #isSetContextType() * @see #unsetContextType() * @see #setContextType(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRepresentationContext_ContextType() * @model unsettable="true" * @generated */ String getContextType(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRepresentationContext#getContextType Context Type}' attribute. * * * @param value the new value of the 'Context Type' attribute. * @see #isSetContextType() * @see #unsetContextType() * @see #getContextType() * @generated */ void setContextType(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcRepresentationContext#getContextType Context Type}' attribute. * * * @see #isSetContextType() * @see #getContextType() * @see #setContextType(String) * @generated */ void unsetContextType(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcRepresentationContext#getContextType Context Type}' attribute is set. * * * @return whether the value of the 'Context Type' attribute is set. * @see #unsetContextType() * @see #getContextType() * @see #setContextType(String) * @generated */ boolean isSetContextType(); /** * Returns the value of the 'Representations In Context' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcRepresentation}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcRepresentation#getContextOfItems Context Of Items}'. * *

* If the meaning of the 'Representations In Context' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Representations In Context' reference list. * @see #isSetRepresentationsInContext() * @see #unsetRepresentationsInContext() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRepresentationContext_RepresentationsInContext() * @see org.bimserver.models.ifc4.IfcRepresentation#getContextOfItems * @model opposite="ContextOfItems" unsettable="true" * @generated */ EList getRepresentationsInContext(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcRepresentationContext#getRepresentationsInContext Representations In Context}' reference list. * * * @see #isSetRepresentationsInContext() * @see #getRepresentationsInContext() * @generated */ void unsetRepresentationsInContext(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcRepresentationContext#getRepresentationsInContext Representations In Context}' reference list is set. * * * @return whether the value of the 'Representations In Context' reference list is set. * @see #unsetRepresentationsInContext() * @see #getRepresentationsInContext() * @generated */ boolean isSetRepresentationsInContext(); } // IfcRepresentationContext




© 2015 - 2025 Weber Informatics LLC | Privacy Policy