org.openmdx.generic1.cci2.PropertySet Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:04:35 CET 2020
//
// 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
// ----------------------------------------------------------------------------
}