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

org.openmdx.generic1.cci2.PropertySet Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:08.464Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.generic1.cci2;

/**
 * Abstract class PropertySet
 *

* If a class is a subclass of PropertySet one is able to attach typed name/list pairs to it via the "property" reference. */ public interface PropertySet { // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference property. * @return A set containing all the elements for this reference. */ public org.openmdx.generic1.cci2.PropertySetHasProperties.Property getProperty( ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy