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

org.bimserver.models.ifc4.IfcPerson 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.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Person'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcPerson#getIdentification Identification}
  • *
  • {@link org.bimserver.models.ifc4.IfcPerson#getFamilyName Family Name}
  • *
  • {@link org.bimserver.models.ifc4.IfcPerson#getGivenName Given Name}
  • *
  • {@link org.bimserver.models.ifc4.IfcPerson#getMiddleNames Middle Names}
  • *
  • {@link org.bimserver.models.ifc4.IfcPerson#getPrefixTitles Prefix Titles}
  • *
  • {@link org.bimserver.models.ifc4.IfcPerson#getSuffixTitles Suffix Titles}
  • *
  • {@link org.bimserver.models.ifc4.IfcPerson#getRoles Roles}
  • *
  • {@link org.bimserver.models.ifc4.IfcPerson#getAddresses Addresses}
  • *
  • {@link org.bimserver.models.ifc4.IfcPerson#getEngagedIn Engaged In}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPerson() * @model * @generated */ public interface IfcPerson extends IfcActorSelect, IfcObjectReferenceSelect, IfcResourceObjectSelect { /** * Returns the value of the 'Identification' attribute. * *

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

* * @return the value of the 'Identification' attribute. * @see #isSetIdentification() * @see #unsetIdentification() * @see #setIdentification(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPerson_Identification() * @model unsettable="true" * @generated */ String getIdentification(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getIdentification Identification}' attribute. * * * @param value the new value of the 'Identification' attribute. * @see #isSetIdentification() * @see #unsetIdentification() * @see #getIdentification() * @generated */ void setIdentification(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getIdentification Identification}' attribute. * * * @see #isSetIdentification() * @see #getIdentification() * @see #setIdentification(String) * @generated */ void unsetIdentification(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getIdentification Identification}' attribute is set. * * * @return whether the value of the 'Identification' attribute is set. * @see #unsetIdentification() * @see #getIdentification() * @see #setIdentification(String) * @generated */ boolean isSetIdentification(); /** * Returns the value of the 'Family Name' attribute. * *

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

* * @return the value of the 'Family Name' attribute. * @see #isSetFamilyName() * @see #unsetFamilyName() * @see #setFamilyName(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPerson_FamilyName() * @model unsettable="true" * @generated */ String getFamilyName(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getFamilyName Family Name}' attribute. * * * @param value the new value of the 'Family Name' attribute. * @see #isSetFamilyName() * @see #unsetFamilyName() * @see #getFamilyName() * @generated */ void setFamilyName(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getFamilyName Family Name}' attribute. * * * @see #isSetFamilyName() * @see #getFamilyName() * @see #setFamilyName(String) * @generated */ void unsetFamilyName(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getFamilyName Family Name}' attribute is set. * * * @return whether the value of the 'Family Name' attribute is set. * @see #unsetFamilyName() * @see #getFamilyName() * @see #setFamilyName(String) * @generated */ boolean isSetFamilyName(); /** * Returns the value of the 'Given Name' attribute. * *

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

* * @return the value of the 'Given Name' attribute. * @see #isSetGivenName() * @see #unsetGivenName() * @see #setGivenName(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPerson_GivenName() * @model unsettable="true" * @generated */ String getGivenName(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getGivenName Given Name}' attribute. * * * @param value the new value of the 'Given Name' attribute. * @see #isSetGivenName() * @see #unsetGivenName() * @see #getGivenName() * @generated */ void setGivenName(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getGivenName Given Name}' attribute. * * * @see #isSetGivenName() * @see #getGivenName() * @see #setGivenName(String) * @generated */ void unsetGivenName(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getGivenName Given Name}' attribute is set. * * * @return whether the value of the 'Given Name' attribute is set. * @see #unsetGivenName() * @see #getGivenName() * @see #setGivenName(String) * @generated */ boolean isSetGivenName(); /** * Returns the value of the 'Middle Names' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Middle Names' attribute list. * @see #isSetMiddleNames() * @see #unsetMiddleNames() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPerson_MiddleNames() * @model unique="false" unsettable="true" * @generated */ EList getMiddleNames(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getMiddleNames Middle Names}' attribute list. * * * @see #isSetMiddleNames() * @see #getMiddleNames() * @generated */ void unsetMiddleNames(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getMiddleNames Middle Names}' attribute list is set. * * * @return whether the value of the 'Middle Names' attribute list is set. * @see #unsetMiddleNames() * @see #getMiddleNames() * @generated */ boolean isSetMiddleNames(); /** * Returns the value of the 'Prefix Titles' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Prefix Titles' attribute list. * @see #isSetPrefixTitles() * @see #unsetPrefixTitles() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPerson_PrefixTitles() * @model unique="false" unsettable="true" * @generated */ EList getPrefixTitles(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getPrefixTitles Prefix Titles}' attribute list. * * * @see #isSetPrefixTitles() * @see #getPrefixTitles() * @generated */ void unsetPrefixTitles(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getPrefixTitles Prefix Titles}' attribute list is set. * * * @return whether the value of the 'Prefix Titles' attribute list is set. * @see #unsetPrefixTitles() * @see #getPrefixTitles() * @generated */ boolean isSetPrefixTitles(); /** * Returns the value of the 'Suffix Titles' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Suffix Titles' attribute list. * @see #isSetSuffixTitles() * @see #unsetSuffixTitles() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPerson_SuffixTitles() * @model unique="false" unsettable="true" * @generated */ EList getSuffixTitles(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getSuffixTitles Suffix Titles}' attribute list. * * * @see #isSetSuffixTitles() * @see #getSuffixTitles() * @generated */ void unsetSuffixTitles(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getSuffixTitles Suffix Titles}' attribute list is set. * * * @return whether the value of the 'Suffix Titles' attribute list is set. * @see #unsetSuffixTitles() * @see #getSuffixTitles() * @generated */ boolean isSetSuffixTitles(); /** * Returns the value of the 'Roles' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcActorRole}. * *

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

* * @return the value of the 'Roles' reference list. * @see #isSetRoles() * @see #unsetRoles() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPerson_Roles() * @model unsettable="true" * @generated */ EList getRoles(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getRoles Roles}' reference list. * * * @see #isSetRoles() * @see #getRoles() * @generated */ void unsetRoles(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getRoles Roles}' reference list is set. * * * @return whether the value of the 'Roles' reference list is set. * @see #unsetRoles() * @see #getRoles() * @generated */ boolean isSetRoles(); /** * Returns the value of the 'Addresses' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcAddress}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcAddress#getOfPerson Of Person}'. * *

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

* * @return the value of the 'Addresses' reference list. * @see #isSetAddresses() * @see #unsetAddresses() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPerson_Addresses() * @see org.bimserver.models.ifc4.IfcAddress#getOfPerson * @model opposite="OfPerson" unsettable="true" * @generated */ EList getAddresses(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getAddresses Addresses}' reference list. * * * @see #isSetAddresses() * @see #getAddresses() * @generated */ void unsetAddresses(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getAddresses Addresses}' reference list is set. * * * @return whether the value of the 'Addresses' reference list is set. * @see #unsetAddresses() * @see #getAddresses() * @generated */ boolean isSetAddresses(); /** * Returns the value of the 'Engaged In' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcPersonAndOrganization}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcPersonAndOrganization#getThePerson The Person}'. * *

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

* * @return the value of the 'Engaged In' reference list. * @see #isSetEngagedIn() * @see #unsetEngagedIn() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPerson_EngagedIn() * @see org.bimserver.models.ifc4.IfcPersonAndOrganization#getThePerson * @model opposite="ThePerson" unsettable="true" * @generated */ EList getEngagedIn(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getEngagedIn Engaged In}' reference list. * * * @see #isSetEngagedIn() * @see #getEngagedIn() * @generated */ void unsetEngagedIn(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcPerson#getEngagedIn Engaged In}' reference list is set. * * * @return whether the value of the 'Engaged In' reference list is set. * @see #unsetEngagedIn() * @see #getEngagedIn() * @generated */ boolean isSetEngagedIn(); } // IfcPerson




© 2015 - 2024 Weber Informatics LLC | Privacy Policy