org.openmdx.generic1.cci2.PropertySet Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// 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
// ----------------------------------------------------------------------------
}