org.openmdx.preferences2.mof1.EntryClass Maven / Gradle / Ivy
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.mof.ClassMapper 2.17.7
// Generated at 2020-11-27T16:04:08.049Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.preferences2.mof1;
/**
* Constants for class Entry
.
*/
public interface EntryClass {
/**
* Name of class Entry
.
*/
java.lang.String NAME = "Entry";
/**
* Qalified name of class Entry
.
*/
java.lang.String QUALIFIED_NAME = "org:openmdx:preferences2:Entry";
/**
* XRI of class Entry
.
*/
java.lang.String XRI = "xri://@openmdx*org.openmdx.preferences2.Entry";
}