org.omg.model1.mof1.AttributeClass Maven / Gradle / Ivy
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.mof.ClassMapper 2.17.7
// Generated at 2020-11-27T16:04:08.212Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.mof1;
/**
* Constants for class Attribute
.
*/
public interface AttributeClass {
/**
* Name of class Attribute
.
*/
java.lang.String NAME = "Attribute";
/**
* Qalified name of class Attribute
.
*/
java.lang.String QUALIFIED_NAME = "org:omg:model1:Attribute";
/**
* XRI of class Attribute
.
*/
java.lang.String XRI = "xri://@openmdx*org.omg.model1.Attribute";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy