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

org.opencrx.kernel.building1.jmi1.AbstractBuildingUnit Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.building1.jmi1;

/**
 * Abstract class {@code AbstractBuildingUnit}
 *

* isFrozenisFrozen */ @javax.annotation.Generated( value = "org.openmdx.application.mof.mapping.java.InstanceMapper", date = "2023-10-28T12:15:38.433720618Z", comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY" ) public interface AbstractBuildingUnit extends org.opencrx.kernel.building1.cci2.AbstractBuildingUnit, org.opencrx.kernel.generic.jmi1.Pictured{ // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code assignedAddress} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getAssignedAddress( org.opencrx.kernel.address1.cci2.AddressableQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code assignedAddress} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.address1.jmi1.Addressable getAssignedAddress( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code assignedAddress} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getAssignedAddress(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.address1.jmi1.Addressable getAssignedAddress( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code depot}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.depot1.jmi1.Depot getDepot( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code depot}. * @param depot The new—possibly {@code null}—value for this reference. */ public void setDepot( org.opencrx.kernel.depot1.cci2.Depot depot ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code facility} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getFacility( org.opencrx.kernel.building1.cci2.FacilityQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code facility} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.building1.jmi1.Facility getFacility( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code facility} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getFacility(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.building1.jmi1.Facility getFacility( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code facility}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param facility The element to be appended. */ public void addFacility ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.building1.jmi1.Facility facility ); /** * Adds the specified element to the set of the values for the reference {@code facility} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param facility The element to be appended. */ public void addFacility ( java.lang.String id, org.opencrx.kernel.building1.jmi1.Facility facility ); /** * Adds the specified element to the set of the values for the reference {@code facility} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param facility The element to be appended. */ public void addFacility ( org.opencrx.kernel.building1.jmi1.Facility facility ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy