org.omg.model1.jmi1.Attribute Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:08.730Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.jmi1;
/**
* Class Attribute
*
* An Attribute defines a StructuralFeature which contains values for Classifiers or their instances.
*/
public interface Attribute
extends org.omg.model1.cci2.Attribute,
org.omg.model1.jmi1.StructuralFeature{
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}