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