org.opencrx.kernel.generic.jmi1.PropertySetEntry Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.generic.jmi1;
/**
* Abstract class {@code PropertySetEntry}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:39.287840425Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface PropertySetEntry
extends org.opencrx.kernel.generic.cci2.PropertySetEntry,
org.opencrx.kernel.base.jmi1.SecureObject,
org.openmdx.base.jmi1.BasicObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code property}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.base.jmi1.Property getProperty(
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}