org.opencrx.kernel.model1.jmi1.StructuralFeature Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.model1.jmi1;
/**
* Abstract class {@code StructuralFeature}
*
* A StructuralFeature defines a static characteristic of the ModelElement that contains it. The attributes and references of a Class define structural properties, which provide for the representation of the state of its instances.
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.628771098Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface StructuralFeature
extends org.opencrx.kernel.model1.cci2.StructuralFeature,
org.opencrx.kernel.model1.jmi1.Feature,
org.opencrx.kernel.model1.jmi1.TypedElement{
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}